]> jfr.im git - yt-dlp.git/commitdiff
[test/download] Ignore field `webpage_url_domain` (#2014)
authorstd-move <redacted>
Thu, 16 Dec 2021 10:10:16 +0000 (11:10 +0100)
committerGitHub <redacted>
Thu, 16 Dec 2021 10:10:16 +0000 (15:40 +0530)
Authored by: std-move

test/helper.py

index aef78c79d048cffa648fd3df8abc577dd0e97eb7..9fb4f212009fcea3fcf1c142be6938169c939f83 100644 (file)
@@ -223,7 +223,7 @@ def expect_info_dict(self, got_dict, expected_dict):
 
         # Auto-generated
         'playlist', 'format_index', 'webpage_url', 'video_ext', 'audio_ext', 'duration_string', 'epoch', 'fulltitle',
-        'extractor', 'extractor_key', 'original_url', 'webpage_url_basename', 'filepath', 'infojson_filename',
+        'extractor', 'extractor_key', 'original_url', 'webpage_url_basename', 'webpage_url_domain', 'filepath', 'infojson_filename',
 
         # Only live_status needs to be checked
         'is_live', 'was_live',