aboutsummaryrefslogtreecommitdiffstats
path: root/test/helper.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2023-05-20 03:06:23 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2023-05-20 04:23:41 +0530
commit6f2287cb18cbfb27518f068d868fa9390fee78ad (patch)
tree2f4323423a1f95373427f5fd2bbc0ebe0071427a /test/helper.py
parent1d7656184c6b8aa46b29149893894b3c24f1df00 (diff)
downloadhypervideo-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.py4
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',