diff options
author | Ashish Gupta <Ashish08@protonmail.com> | 2021-12-31 10:41:42 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-01 02:10:38 +0530 |
commit | 497d77e1aa68bff95b56c87aca79c88d559f4144 (patch) | |
tree | 849de5153c0de0d0c65facaa2dc860032c6499aa /test/helper.py | |
parent | 9040e2d6e3d1fc7ea7d49d3c872b3ec8f507050c (diff) | |
download | hypervideo-pre-497d77e1aa68bff95b56c87aca79c88d559f4144.tar.lz hypervideo-pre-497d77e1aa68bff95b56c87aca79c88d559f4144.tar.xz hypervideo-pre-497d77e1aa68bff95b56c87aca79c88d559f4144.zip |
[KelbyOne] Add extractor (#2181)
Closes #2170
Authored by: Ashish0804
Diffstat (limited to 'test/helper.py')
-rw-r--r-- | test/helper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helper.py b/test/helper.py index b63a5c897..598f803f4 100644 --- a/test/helper.py +++ b/test/helper.py @@ -211,7 +211,7 @@ def sanitize_got_info_dict(got_dict): # Auto-generated 'autonumber', 'playlist', 'format_index', 'video_ext', 'audio_ext', 'duration_string', 'epoch', - 'fulltitle', 'extractor', 'extractor_key', 'filepath', 'infojson_filename', 'original_url', + 'fulltitle', 'extractor', 'extractor_key', 'filepath', 'infojson_filename', 'original_url', 'n_entries', # Only live_status needs to be checked 'is_live', 'was_live', |