aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautonyaa.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/autonyaa.py b/autonyaa.py
index 8776da3..23ad5d1 100755
--- a/autonyaa.py
+++ b/autonyaa.py
@@ -96,9 +96,6 @@ def parse_config_file():
return parsed_sections
-def done_dl(transmission_id, section):
- print(section)
-
def start_dl(result, section, vars):
hash = result.findtext("nyaa:infoHash", None, {"nyaa": "https://nyaa.si/xmlns/nyaa"})
torrent = [t for t in torrents if t.hashString == hash]