]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/canvas.py
[cleanup] Misc fixes
[yt-dlp.git] / yt_dlp / extractor / canvas.py
index 31e7d7de6794afd5b3af17346a13e024f242cf71..8b9903774d7f81643ae4ea7ff05823ae0a90f74b 100644 (file)
@@ -245,10 +245,6 @@ class VrtNUIE(GigyaBaseIE):
             'upload_date': '20200727',
         },
         'skip': 'This video is only available for registered users',
-        'params': {
-            'username': '<snip>',
-            'password': '<snip>',
-        },
         'expected_warnings': ['is not a supported codec'],
     }, {
         # Only available via new API endpoint
@@ -264,10 +260,6 @@ class VrtNUIE(GigyaBaseIE):
             'episode_number': 5,
         },
         'skip': 'This video is only available for registered users',
-        'params': {
-            'username': '<snip>',
-            'password': '<snip>',
-        },
         'expected_warnings': ['Unable to download asset JSON', 'is not a supported codec', 'Unknown MIME type'],
     }]
     _NETRC_MACHINE = 'vrtnu'