This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[shahid] fix backets closing
totalwebcasting
remitamine
9 years ago
parent
02c126a7c2
commit
84c0ed50a5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/shahid.py
+ 1
- 1
youtube_dl/extractor/shahid.py
View File
@ -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+)/?
'
Write
Preview
Loading…
Cancel
Save