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
[metacafe] Fix age limit extraction
totalwebcasting
Jaime Marquínez Ferrándiz
9 years ago
parent
796db21295
commit
77334ccb44
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/metacafe.py
+ 1
- 1
youtube_dl/extractor/metacafe.py
View File
@ -229,7 +229,7 @@ class MetacafeIE(InfoExtractor):
age_limit
=
(
18
if
re
.
search
(
r
'
"
contentRating
"
:
"
restricted
"
'
,
webpage
)
if
re
.
search
(
r
'
(?:
"
contentRating
"
:
|
"
rating
"
,)
"
restricted
"
'
,
webpage
)
else
0
)
if
isinstance
(
video_url
,
list
)
:
Write
Preview
Loading…
Cancel
Save