Browse Source

[shahid] fix backets closing

master
remitamine 9 years ago
parent
commit
84c0ed50a5
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/shahid.py

2
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+)/?'

Loading…
Cancel
Save