diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-05-20 03:06:23 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-05-20 04:23:41 +0530 |
commit | 6f2287cb18cbfb27518f068d868fa9390fee78ad (patch) | |
tree | 2f4323423a1f95373427f5fd2bbc0ebe0071427a /test/helper.py | |
parent | 1d7656184c6b8aa46b29149893894b3c24f1df00 (diff) | |
download | hypervideo-pre-6f2287cb18cbfb27518f068d868fa9390fee78ad.tar.lz hypervideo-pre-6f2287cb18cbfb27518f068d868fa9390fee78ad.tar.xz hypervideo-pre-6f2287cb18cbfb27518f068d868fa9390fee78ad.zip |
[cleanup] Misc
Closes #7030, closes #6967
Diffstat (limited to 'test/helper.py')
-rw-r--r-- | test/helper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/helper.py b/test/helper.py index 0b90660ff..539b2f618 100644 --- a/test/helper.py +++ b/test/helper.py @@ -194,8 +194,8 @@ def sanitize_got_info_dict(got_dict): 'formats', 'thumbnails', 'subtitles', 'automatic_captions', 'comments', 'entries', # Auto-generated - 'autonumber', 'playlist', 'format_index', 'video_ext', 'audio_ext', 'duration_string', 'epoch', - 'fulltitle', 'extractor', 'extractor_key', 'filepath', 'infojson_filename', 'original_url', 'n_entries', + 'autonumber', 'playlist', 'format_index', 'video_ext', 'audio_ext', 'duration_string', 'epoch', 'n_entries', + 'fulltitle', 'extractor', 'extractor_key', 'filename', 'filepath', 'infojson_filename', 'original_url', # Only live_status needs to be checked 'is_live', 'was_live', |