]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/corus.py
[extractor] Improve `_generic_title`
[yt-dlp.git] / yt_dlp / extractor / corus.py
index 352951e2010fa16929ab549520fba2fe96f727c8..7b83c0390d2a27d0b4a1b07a7afd2d8e72e25ae2 100644 (file)
@@ -1,7 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
-
 from .theplatform import ThePlatformFeedIE
 from ..utils import (
     dict_get,
@@ -55,7 +51,6 @@ class CorusIE(ThePlatformFeedIE):
             'timestamp': 1486392197,
         },
         'params': {
-            'format': 'bestvideo',
             'skip_download': True,
         },
         'expected_warnings': ['Failed to parse JSON'],