summaryrefslogtreecommitdiffstats
path: root/test/test_extractor.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-08-04 02:14:44 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2021-08-04 02:14:44 -0400
commit873d9a628e9412a79bdc64cd962470749de3425b (patch)
tree8cd421ef79a9fa784147fa888543216f0872357b /test/test_extractor.py
parent32de2b06db501c7de81678bce8e3e0c3e63d340c (diff)
New upstream version 1.18.2.upstream/1.18.2
Diffstat (limited to 'test/test_extractor.py')
-rw-r--r--test/test_extractor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_extractor.py b/test/test_extractor.py
index f04e1c7..de43ff7 100644
--- a/test/test_extractor.py
+++ b/test/test_extractor.py
@@ -147,7 +147,7 @@ class TestExtractorModule(unittest.TestCase):
return c.capitalize()
for extr in extractor.extractors():
- if extr.category not in ("", "oauth"):
+ if extr.category not in ("", "oauth", "ytdl"):
expected = "{}{}Extractor".format(
capitalize(extr.category),
capitalize(extr.subcategory),