1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2025-01-07 13:47:54 +01:00

no download for stream test

This commit is contained in:
PC 2015-10-10 22:57:07 +01:00
parent 9653ed1bc6
commit 5b849c2cd0

View File

@ -144,7 +144,10 @@ class IOLStreamIE(IOLIE):
'title': 're:^Direto TVI',
'description': u'A TVI ao pé de si. Sempre.',
'is_live': True,
}
},
'params': {
'skip_download': True,
},
}]
def _real_extract(self, url):