Merge remote-tracking branch 'origin/master'
Conflicts: youtube_dl/extractor/eporner.py youtube_dl/extractor/hornbunny.py
This commit is contained in:
commit
a444648202
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ class SunPornoIE(InfoExtractor):
|
||||||
'description': 'md5:a31241990e1bd3a64e72ae99afb325fb',
|
'description': 'md5:a31241990e1bd3a64e72ae99afb325fb',
|
||||||
'thumbnail': 're:^https?://.*\.jpg$',
|
'thumbnail': 're:^https?://.*\.jpg$',
|
||||||
'duration': 302,
|
'duration': 302,
|
||||||
|
'age_limit': 18,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -65,4 +66,5 @@ class SunPornoIE(InfoExtractor):
|
||||||
'view_count': view_count,
|
'view_count': view_count,
|
||||||
'comment_count': comment_count,
|
'comment_count': comment_count,
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
|
'age_limit': 18,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue