mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
Update test/test_external_downloader.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
f67e26763c
commit
fec4837e42
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue