mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
message
This commit is contained in:
parent
f7ce98a21e
commit
7bc071f8ab
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@ class SexuIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?sexu\.com/(?P<id>\d+)'
|
_VALID_URL = r'https?://(?:www\.)?sexu\.com/(?P<id>\d+)'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://sexu.com/961791/',
|
'url': 'http://sexu.com/961791/',
|
||||||
'md5': 'ff615aca9691053c94f8f10d96cd7884',
|
`` 'md5': 'ff615aca9691053c94f8f10d96cd7884',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '961791',
|
'id': '961791',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
@ -61,3 +61,6 @@ class SexuIE(InfoExtractor):
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
'age_limit': 18,
|
'age_limit': 18,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue