1
0
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:
PC 2015-10-10 22:57:07 +01:00
parent 1dbce20d53
commit bde1c0017d

View File

@ -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):