diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-04 01:07:24 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-04 01:25:10 +0530 |
commit | 9e907ebddf9c9c3084fb1b24156c9e3786ab428e (patch) | |
tree | ed7a4f7721b6c45f116067a0986aa7047c94e8a8 /test | |
parent | 21df2117e41b6031c6a16a904a6c185fce241b47 (diff) | |
download | hypervideo-pre-9e907ebddf9c9c3084fb1b24156c9e3786ab428e.tar.lz hypervideo-pre-9e907ebddf9c9c3084fb1b24156c9e3786ab428e.tar.xz hypervideo-pre-9e907ebddf9c9c3084fb1b24156c9e3786ab428e.zip |
[cleanup] Misc cleanup
Diffstat (limited to 'test')
-rw-r--r-- | test/test_YoutubeDL.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index ef52d2069..34ed814b4 100644 --- a/test/test_YoutubeDL.py +++ b/test/test_YoutubeDL.py @@ -1154,6 +1154,7 @@ class TestYoutubeDL(unittest.TestCase): self.assertTrue(entries[1] is None) self.assertEqual(len(ydl.downloaded_info_dicts), 1) downloaded = ydl.downloaded_info_dicts[0] + entries[2].pop('requested_downloads', None) self.assertEqual(entries[2], downloaded) self.assertEqual(downloaded['url'], TEST_URL) self.assertEqual(downloaded['title'], 'Video Transparent 2') |