[shahid] fix backets closing
[youtube-dl] / youtube_dl / extractor / shahid.py
index 6d76ef590cf1488c7c3e7e57d92f6b70b3de4e9a..9846c052c7546ab5d368bdb7fd12a50dc6e6d335 100644 (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+)/?'