Explorar el Código

[shahid] fix backets closing

remitamine hace 10 años
padre
commit
84c0ed50a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 (
     get_element_by_id,
     ExtractorError,
-}
+)
 
 class ShahidIE(InfoExtractor):
     _VALID_URL = r'https?://shahid\.mbc\.net/ar/episode/(?P<id>\d+)/?'