2
0
Эх сурвалжийг харах

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

Sergey M․ 8 жил өмнө
parent
commit
5935ef3c5d

+ 2 - 0
youtube_dl/extractor/itv.py

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