Add test for url

This commit is contained in:
Michał Walenciak 2025-04-18 18:47:48 +02:00
parent 68cae1cb41
commit 5a0eec7e99
No known key found for this signature in database
GPG Key ID: AAA2D04C6FA027F7

View File

@ -109,6 +109,9 @@ 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):