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
[cracked] Modernize
totalwebcasting
Sergey M․
10 years ago
parent
c610f38ba9
commit
d740333224
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
youtube_dl/extractor/cracked.py
+ 1
- 2
youtube_dl/extractor/cracked.py
View File
@ -37,8 +37,7 @@ class CrackedIE(InfoExtractor):
}
]
def
_real_extract
(
self
,
url
)
:
mobj
=
re
.
match
(
self
.
_VALID_URL
,
url
)
video_id
=
mobj
.
group
(
'
id
'
)
video_id
=
self
.
_match_id
(
url
)
webpage
=
self
.
_download_webpage
(
url
,
video_id
)
Write
Preview
Loading…
Cancel
Save