]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/extractor/vimeo.py
Better Format Selection
[yt-dlp.git] / youtube_dlc / extractor / vimeo.py
index 21f0620be81a8b2199b850c4be8225ddedaf7467..2fc42bbae746f08601cbdaa093891b29a6354aeb 100644 (file)
@@ -181,6 +181,7 @@ def _parse_config(self, config, video_id):
                 'preference': 1,
             })
 
+        # Reduntant code! This is already done in common.py
         # for f in formats:
         #     if f.get('vcodec') == 'none':
         #         f['preference'] = -50