mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-27 14:14:54 +01:00
[test/download] Ignore field webpage_url_domain
(#2014)
Authored by: std-move
This commit is contained in:
parent
fe69f52e5c
commit
fed1309651
|
@ -223,7 +223,7 @@ def expect_info_dict(self, got_dict, expected_dict):
|
||||||
|
|
||||||
# Auto-generated
|
# Auto-generated
|
||||||
'playlist', 'format_index', 'webpage_url', 'video_ext', 'audio_ext', 'duration_string', 'epoch', 'fulltitle',
|
'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
|
# Only live_status needs to be checked
|
||||||
'is_live', 'was_live',
|
'is_live', 'was_live',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user