瀏覽代碼

[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 (
     get_element_by_id,
     ExtractorError,
-}
+)
 
 class ShahidIE(InfoExtractor):
     _VALID_URL = r'https?://shahid\.mbc\.net/ar/episode/(?P<id>\d+)/?'