1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2025-01-08 14:17:54 +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 14c835962c
commit 1370509543

View File

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