Merge pull request #758 from whiethatguy/patch-2

Update bitsoup.py - new table format
This commit is contained in:
echel0n 2014-08-27 15:15:30 -07:00
commit 11af0269dc

View file

@ -188,7 +188,7 @@ class BitSoupProvider(generic.TorrentProvider):
cells = result.find_all('td')
link = cells[1].find('a')
download_url = self.urls['download'] % cells[3].find('a')['href']
download_url = self.urls['download'] % cells[2].find('a')['href']
id = link['href']
id = id.replace('details.php?id=','')