Browse Source

[itv] Lower preference for rtmp formats (closes #12759)

master-ytdl-org
Sergey M․ 8 years ago
parent
commit
5935ef3c5d
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      youtube_dl/extractor/itv.py

+ 2
- 0
youtube_dl/extractor/itv.py View File

@ -122,6 +122,8 @@ class ITVIE(InfoExtractor):
'play_path': play_path,
'tbr': tbr,
'ext': 'flv',
# rtmp formats are now stop downloading at ~72MiB
'preference': -10,
})
ios_playlist_url = params.get('data-video-playlist')


Loading…
Cancel
Save