1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-12-24 15:27:55 +01:00

multimedia_id extracted from meta

still uses old method as fallback
This commit is contained in:
PC 2015-10-10 15:09:19 +01:00
parent 9b67ea2521
commit 30f17f3b2e

View File

@ -65,7 +65,7 @@ class IOLIE(InfoExtractor):
formats.extend(formats_m3u8_default)
formats.append({
'url': 'http://www.iol.pt/videos-file/' + multimedia_id + '-L-500k.mp4',
'format_id': 'http_500',
'format_id': 'http-500',
'tbr': 500,
'protocol': 'http',
'preference': -1,