mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-24 20:38:22 +00:00
Remove extraneous test-case
This commit is contained in:
parent
0963bbf8cc
commit
232cb00919
|
@ -441,24 +441,6 @@ class FranceTVSiteIE(FranceTVBaseIE):
|
||||||
'Failed to download (?:MPD manifest|m3u8 information)',
|
'Failed to download (?:MPD manifest|m3u8 information)',
|
||||||
],
|
],
|
||||||
'skip': 'Geo-restricted to FR',
|
'skip': 'Geo-restricted to FR',
|
||||||
}, {
|
|
||||||
# geo-restricted
|
|
||||||
'url': 'https://la1ere.franceinfo.fr/martinique/programme-video/diffusion/4774522-origine-kongo.html',
|
|
||||||
'add_ie': [FranceTVIE.ie_key()],
|
|
||||||
'info_dict': {
|
|
||||||
'id': '97790f3a-b23a-4004-bd9c-b89fde6f95bf',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 'Origine : Kongo',
|
|
||||||
'timestamp': 1679680110,
|
|
||||||
'upload_date': '20230424',
|
|
||||||
'duration': 3146,
|
|
||||||
'thumbnail': r're:https?:/(?:/[\w.-]+)+\.jpg$',
|
|
||||||
},
|
|
||||||
'expected_warnings': [
|
|
||||||
'hlsnative has detected features it does not support',
|
|
||||||
'Failed to download (?:MPD manifest|m3u8 information)',
|
|
||||||
],
|
|
||||||
'skip': 'Geo-restricted to FR',
|
|
||||||
}, {
|
}, {
|
||||||
# geo-restricted livestream (workflow == 'token-akamai')
|
# geo-restricted livestream (workflow == 'token-akamai')
|
||||||
'url': 'https://www.france.tv/france-4/direct.html',
|
'url': 'https://www.france.tv/france-4/direct.html',
|
||||||
|
|
Loading…
Reference in a new issue