1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[shahid] fix backets closing

This commit is contained in:
remitamine 2015-07-18 23:10:20 +01:00
parent 02c126a7c2
commit 84c0ed50a5

View file

@ -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+)/?'