AwesomeHD: Log wrong passkey. fix #1912

This commit is contained in:
Ruud
2013-07-11 15:24:20 +02:00
parent 60e0ad1f5d
commit 30f5a66487
@@ -25,6 +25,11 @@ class AwesomeHD(TorrentProvider):
if data:
try:
soup = BeautifulSoup(data)
if soup.find('error'):
log.error(soup.find('error').get_text())
return
authkey = soup.find('authkey').get_text()
entries = soup.find_all('torrent')