mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
[test/download] Ignore field webpage_url_domain
(#2014)
Authored by: std-move
This commit is contained in:
parent
fe69f52e5c
commit
fed1309651
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue