mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-30 12:36:03 +00:00
Test change
This commit is contained in:
parent
fa4ef446c4
commit
0cfb5dc488
@ -30,44 +30,44 @@ class ChaturbateIE(InfoExtractor):
|
|||||||
'url': 'https://en.chaturbate.com/siswet19/',
|
'url': 'https://en.chaturbate.com/siswet19/',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://www.chaturbate.eu/siswet19/',
|
'url': 'https://www.chaturbate.eu/siswet19/',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'siswet19',
|
'id': 'siswet19',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 're:^siswet19 [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
|
'title': 're:^siswet19 [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
|
||||||
'age_limit': 18,
|
'age_limit': 18,
|
||||||
'is_live': True,
|
'is_live': True,
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
},
|
},
|
||||||
'skip': 'Room is offline',
|
'skip': 'Room is offline',
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://chaturbate.eu/fullvideo/?b=caylin',
|
'url': 'https://chaturbate.eu/fullvideo/?b=caylin',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://en.chaturbate.eu/siswet19/',
|
'url': 'https://en.chaturbate.eu/siswet19/',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://www.chaturbate.global/siswet19/',
|
'url': 'https://www.chaturbate.global/siswet19/',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'siswet19',
|
'id': 'siswet19',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 're:^siswet19 [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
|
'title': 're:^siswet19 [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
|
||||||
'age_limit': 18,
|
'age_limit': 18,
|
||||||
'is_live': True,
|
'is_live': True,
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
},
|
},
|
||||||
'skip': 'Room is offline',
|
'skip': 'Room is offline',
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://chaturbate.global/fullvideo/?b=caylin',
|
'url': 'https://chaturbate.global/fullvideo/?b=caylin',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://en.chaturbate.global/siswet19/',
|
'url': 'https://en.chaturbate.global/siswet19/',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
_ROOM_OFFLINE = 'Room is currently offline'
|
_ROOM_OFFLINE = 'Room is currently offline'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user