Преглед изворни кода

[shahid] fix backets closing

remitamine пре 10 година
родитељ
комит
84c0ed50a5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      youtube_dl/extractor/shahid.py

+ 1 - 1
youtube_dl/extractor/shahid.py

@@ -2,7 +2,7 @@ from .common import InfoExtractor
 from ..utils import (
 from ..utils import (
     get_element_by_id,
     get_element_by_id,
     ExtractorError,
     ExtractorError,
-}
+)
 
 
 class ShahidIE(InfoExtractor):
 class ShahidIE(InfoExtractor):
     _VALID_URL = r'https?://shahid\.mbc\.net/ar/episode/(?P<id>\d+)/?'
     _VALID_URL = r'https?://shahid\.mbc\.net/ar/episode/(?P<id>\d+)/?'