[test/download] Fallback test to bv
This commit is contained in:
parent
2c5e8a961e
commit
a331949df3
34 changed files with 1 additions and 85 deletions
|
|
@ -46,7 +46,6 @@ class DPlayIE(InfoExtractor):
|
|||
'episode_number': 1,
|
||||
},
|
||||
'params': {
|
||||
'format': 'bestvideo',
|
||||
'skip_download': True,
|
||||
},
|
||||
}, {
|
||||
|
|
@ -67,7 +66,6 @@ class DPlayIE(InfoExtractor):
|
|||
'episode_number': 1,
|
||||
},
|
||||
'params': {
|
||||
'format': 'bestvideo',
|
||||
'skip_download': True,
|
||||
},
|
||||
}, {
|
||||
|
|
@ -87,7 +85,6 @@ class DPlayIE(InfoExtractor):
|
|||
'episode_number': 7,
|
||||
},
|
||||
'params': {
|
||||
'format': 'bestvideo',
|
||||
'skip_download': True,
|
||||
},
|
||||
'skip': 'Available for Premium users',
|
||||
|
|
@ -313,9 +310,6 @@ class HGTVDeIE(DPlayIE):
|
|||
'season_number': 3,
|
||||
'episode_number': 3,
|
||||
},
|
||||
'params': {
|
||||
'format': 'bestvideo',
|
||||
},
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue