mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-07-27 05:44:13 +09:00
Update test/test_external_downloader.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
f67e26763c
commit
fec4837e42
@ -102,8 +102,6 @@ class TestAria2pFD(unittest.TestCase):
|
||||
self.assertEqual(os.path.getsize(encodeFilename(filename)), TEST_SIZE)
|
||||
try_rm(encodeFilename(filename))
|
||||
process.kill()
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
def download_all(self, params):
|
||||
for ep in ('regular', 'no-content-length', 'no-range', 'no-range-no-content-length'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user