Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
def
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
22
def
main():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected