mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Merge pull request #758 from whiethatguy/patch-2
Update bitsoup.py - new table format
This commit is contained in:
commit
11af0269dc
@ -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=','')
|
||||
|
Loading…
Reference in New Issue
Block a user