fix bug in test_init and update example URLs

This commit is contained in:
Mike Fährmann
2023-09-14 13:27:03 +02:00
parent 24a1d46391
commit 27ec653991
17 changed files with 22 additions and 22 deletions

View File

@@ -144,7 +144,6 @@ class TestExtractorModule(unittest.TestCase):
extr = cls.from_url(cls.example)
extr.initialize()
extr.finalize()
break
@unittest.skipIf(sys.hexversion < 0x3060000, "test fails in CI")
def test_init_ytdl(self):