mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
[shahid] fix backets closing
This commit is contained in:
@ -2,7 +2,7 @@ from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
get_element_by_id,
|
||||
ExtractorError,
|
||||
}
|
||||
)
|
||||
|
||||
class ShahidIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://shahid\.mbc\.net/ar/episode/(?P<id>\d+)/?'
|
||||
|
Reference in New Issue
Block a user