mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2025-01-08 14:17:54 +01:00
no download for stream test
This commit is contained in:
parent
9653ed1bc6
commit
5b849c2cd0
@ -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