diff --git a/commands/anime-ultime.py b/commands/anime-ultime.py index ddac19d..d770adf 100755 --- a/commands/anime-ultime.py +++ b/commands/anime-ultime.py @@ -42,7 +42,7 @@ while nextHop: ) j = r2.json() subprocess.call( - f"wget -c -t 0 --content-disposition {root_url}{j['link']}", shell=True + f"wget -c -t 0 --content-disposition \"{root_url}{j['link']}\"", shell=True ) if m2 is None: