mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-14 12:49:52 +00:00
Move test to the right place
This commit is contained in:
parent
5a0eec7e99
commit
04790cb27f
@ -109,9 +109,6 @@ class CDAIE(InfoExtractor):
|
||||
}, {
|
||||
'url': 'http://ebd.cda.pl/0x0/5749950c',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
'url': 'https://www.cda.pl/Test-t3st-t-1/folder/12345678',
|
||||
'only_matching': True,
|
||||
}]
|
||||
|
||||
def _download_age_confirm_page(self, url, video_id, *args, **kwargs):
|
||||
@ -381,6 +378,9 @@ class CDAFolderIE(InfoExtractor):
|
||||
'title': 'TESTY KOSMETYKÓW',
|
||||
},
|
||||
'playlist_mincount': 139,
|
||||
}, {
|
||||
'url': 'https://www.cda.pl/Test-t3st_t-1/folder/12345678',
|
||||
'only_matching': True,
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user