Explorar o código

[shahid] fix backets closing

remitamine %!s(int64=10) %!d(string=hai) anos
pai
achega
84c0ed50a5
Modificáronse 1 ficheiros con 1 adicións e 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+)/?'