mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-12-25 07:47:55 +01:00
no download for stream test
This commit is contained in:
parent
1dbce20d53
commit
bde1c0017d
@ -144,7 +144,10 @@ class IOLStreamIE(IOLIE):
|
|||||||
'title': 're:^Direto TVI',
|
'title': 're:^Direto TVI',
|
||||||
'description': u'A TVI ao pé de si. Sempre.',
|
'description': u'A TVI ao pé de si. Sempre.',
|
||||||
'is_live': True,
|
'is_live': True,
|
||||||
}
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': True,
|
||||||
|
},
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user