summaryrefslogtreecommitdiffstats
path: root/test/test_downloader.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-03-25 02:57:44 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2024-03-25 02:57:44 -0400
commit6e662211019a89caec44de8a57c675872b0b5498 (patch)
tree5d9d5a2b7efc3a24dd6074e99b253b639fe5af1d /test/test_downloader.py
parent01166fa52707cc282467427cf0e65c1b8983c4be (diff)
New upstream version 1.26.9.upstream/1.26.9
Diffstat (limited to 'test/test_downloader.py')
-rw-r--r--test/test_downloader.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_downloader.py b/test/test_downloader.py
index f10465e..8027af5 100644
--- a/test/test_downloader.py
+++ b/test/test_downloader.py
@@ -33,7 +33,7 @@ class MockDownloaderModule(Mock):
class FakeJob():
def __init__(self):
- self.extractor = extractor.find("test:")
+ self.extractor = extractor.find("generic:https://example.org/")
self.extractor.initialize()
self.pathfmt = path.PathFormat(self.extractor)
self.out = output.NullOutput()
@@ -304,6 +304,7 @@ SAMPLES = {
("mp4" , b"????ftypavc1"),
("mp4" , b"????ftypiso3"),
("mp4" , b"????ftypM4V"),
+ ("mov" , b"????ftypqt "),
("webm", b"\x1A\x45\xDF\xA3"),
("ogg" , b"OggS"),
("wav" , b"RIFF????WAVE"),