diff --git a/headphones/deluge.py b/headphones/deluge.py index e79482e2..1e4ddf19 100644 --- a/headphones/deluge.py +++ b/headphones/deluge.py @@ -72,6 +72,10 @@ def _scrubber(text): def addTorrent(link, data=None): try: + # Authenticate anyway + logger.debug('Deluge: addTorrent Authentication') + _get_auth() + result = {} retid = False special_treatment_sites = ['https://what.cd/', 'http://what.cd/']