mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
[test/download] Fallback test to bv
This commit is contained in:
parent
2c5e8a961e
commit
a331949df3
34 changed files with 1 additions and 85 deletions
|
|
@ -43,9 +43,6 @@ class TeleQuebecIE(TeleQuebecBaseIE):
|
|||
'uploader_id': '6150020952001',
|
||||
'upload_date': '20200512',
|
||||
},
|
||||
'params': {
|
||||
'format': 'bestvideo',
|
||||
},
|
||||
'add_ie': ['BrightcoveNew'],
|
||||
}, {
|
||||
'url': 'https://zonevideo.telequebec.tv/media/55267/le-soleil/passe-partout',
|
||||
|
|
@ -58,9 +55,6 @@ class TeleQuebecIE(TeleQuebecBaseIE):
|
|||
'upload_date': '20200625',
|
||||
'timestamp': 1593090307,
|
||||
},
|
||||
'params': {
|
||||
'format': 'bestvideo',
|
||||
},
|
||||
'add_ie': ['BrightcoveNew'],
|
||||
}, {
|
||||
# no description
|
||||
|
|
@ -157,9 +151,6 @@ class TeleQuebecEmissionIE(InfoExtractor):
|
|||
'timestamp': 1588713424,
|
||||
'uploader_id': '6150020952001',
|
||||
},
|
||||
'params': {
|
||||
'format': 'bestvideo',
|
||||
},
|
||||
}, {
|
||||
'url': 'http://bancpublic.telequebec.tv/emissions/emission-49/31986/jeunes-meres-sous-pression',
|
||||
'only_matching': True,
|
||||
|
|
@ -220,9 +211,6 @@ class TeleQuebecVideoIE(TeleQuebecBaseIE):
|
|||
'timestamp': 1603115930,
|
||||
'uploader_id': '6101674910001',
|
||||
},
|
||||
'params': {
|
||||
'format': 'bestvideo',
|
||||
},
|
||||
}, {
|
||||
'url': 'https://video.telequebec.tv/player-live/28527',
|
||||
'only_matching': True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue