mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
Update test/test_external_downloader.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
ce7fa2423b
commit
f67e26763c
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ class FakeLogger(object):
|
|||
pass
|
||||
|
||||
|
||||
@unittest.skipUnless(Aria2pFD.available(), 'aria2p module not found')
|
||||
class TestAria2pFD(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.httpd = compat_http_server.HTTPServer(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue