mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 19:22:06 +00:00
Use a smaller video for tests
This commit is contained in:
parent
f0897a7581
commit
ee4fcdefca
1 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@ from .common import InfoExtractor
|
||||||
class RecurbateIE(InfoExtractor):
|
class RecurbateIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?:\/\/(?:www\.)?recurbate\.com\/play\.php\?video=(?P<id>[0-9]+)'
|
_VALID_URL = r'https?:\/\/(?:www\.)?recurbate\.com\/play\.php\?video=(?P<id>[0-9]+)'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'https://recurbate.com/play.php?video=38825900',
|
'url': 'https://recurbate.com/play.php?video=39161415',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '38825900',
|
'id': '39161415',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'Performer vvendy show on 2022-10-21 16:55, Chaturbate Archive – Recurbate'
|
'title': 'Performer zsnicole33 show on 2022-10-25 20_23, Chaturbate Archive – Recurbate'
|
||||||
},
|
},
|
||||||
'skip': 'Requires premium subscription cookie session',
|
'skip': 'Requires premium subscription cookie session',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue