MCPcopy Create free account
hub / github.com/geekcomputers/Python / download_files

Function download_files

prison_break_scrapper.py:15–19  ·  view source on GitHub ↗
(links, idx)

Source from the content-addressed store, hash-verified

13
14
15def download_files(links, idx):
16 for link in links:
17 subprocess.call(
18 ["aria2c", "-s", "16", "-x", "16", "-d", "season" + str(idx), link]
19 )
20
21
22def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected