diff options
| author | 2021-08-04 02:14:44 -0400 | |
|---|---|---|
| committer | 2021-08-04 02:14:44 -0400 | |
| commit | 873d9a628e9412a79bdc64cd962470749de3425b (patch) | |
| tree | 8cd421ef79a9fa784147fa888543216f0872357b /test/test_extractor.py | |
| parent | 32de2b06db501c7de81678bce8e3e0c3e63d340c (diff) | |
New upstream version 1.18.2.upstream/1.18.2
Diffstat (limited to 'test/test_extractor.py')
| -rw-r--r-- | test/test_extractor.py | 2 |
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), |
