[test/download] Ignore field `webpage_url_domain` (#2014)

Authored by: std-move
This commit is contained in:
std-move 2021-12-16 11:10:16 +01:00 committed by GitHub
parent fe69f52e5c
commit fed1309651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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',