mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
useless change2
This commit is contained in:
parent
41e59bffc2
commit
0d41474331
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ from youtube_dl.extractor import (
|
||||||
|
|
||||||
class TestAllURLsMatching(unittest.TestCase):
|
class TestAllURLsMatching(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
print("useless change")
|
print("useless change2")
|
||||||
self.ies = gen_extractors()
|
self.ies = gen_extractors()
|
||||||
|
|
||||||
def matching_ies(self, url):
|
def matching_ies(self, url):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue