mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 23:12:40 +00:00
[dvtv] Skip download on failing test
This commit is contained in:
parent
9e36fedd00
commit
e67734dda9
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ class DVTVIE(InfoExtractor):
|
|||
'ext': 'mp4',
|
||||
'title': 'Babiš a Zeman nesou vinu za to, že nemáme jasno v tom, kdo bude vládnout, říká Pekarová Adamová',
|
||||
},
|
||||
'params': {
|
||||
'skip_download': True,
|
||||
},
|
||||
}]
|
||||
|
||||
def _parse_video_metadata(self, js, video_id, live_js=None):
|
||||
|
|
Loading…
Reference in a new issue