aboutsummaryrefslogtreecommitdiff
path: root/autonyaa.py
diff options
context:
space:
mode:
Diffstat (limited to 'autonyaa.py')
-rwxr-xr-xautonyaa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autonyaa.py b/autonyaa.py
index a84e801..23bc3be 100755
--- a/autonyaa.py
+++ b/autonyaa.py
@@ -126,7 +126,7 @@ def start_dl(result, section, vars):
print("linking " + section["name"])
print(source + " -> " + target)
os.makedirs(os.path.dirname(target), exist_ok=True)
- os.link(source, target)
+ os.symlink(source, target)
else:
transmission_client.add_torrent(result.findtext("link"))
print("adding torrent: " + result.findtext("title"))