mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-12-25 15:57:55 +01:00
multimedia_id extracted from meta
still uses old method as fallback
This commit is contained in:
parent
9b67ea2521
commit
30f17f3b2e
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user