mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2025-01-07 13:47:54 +01:00
multimedia_id extracted from meta
still uses old method as fallback
This commit is contained in:
parent
14c835962c
commit
1370509543
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user