diff options
| author | 2021-08-04 02:14:52 -0400 | |
|---|---|---|
| committer | 2021-08-04 02:14:52 -0400 | |
| commit | a32569ddaeb4c668c86145304fb0d6a258bc09bf (patch) | |
| tree | bda55e2ef201c9c21aef61d9727f409160567958 /test/test_extractor.py | |
| parent | fa6876a938e33e0f97ea4dd43b792c56afe3e2eb (diff) | |
| parent | 873d9a628e9412a79bdc64cd962470749de3425b (diff) | |
Update upstream source from tag 'upstream/1.18.2'
Update to upstream version '1.18.2'
with Debian dir 50487e387a6ba906f7ac9d1564ba5f0d36a0e2ae
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), |
