fixed : kickass website changed a detail
This commit is contained in:
parent
525c8d3185
commit
835a04177c
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ class TorrentsPage(BasePage):
|
|||
idt = tr.getchildren()[0].getchildren()[1].getchildren()[1].attrib.get('href','').replace('/','').replace('.html','')
|
||||
url = tr.getchildren()[0].getchildren()[0].getchildren()[0].getchildren()[0].attrib.get('href','')
|
||||
size = tr.getchildren()[1].text
|
||||
u = size[-2:]
|
||||
size = size = size[:-3].replace(',','.')
|
||||
u = tr.getchildren()[1].getchildren()[0].text
|
||||
size = size = size.replace(',','.')
|
||||
size = float(size)
|
||||
seed = tr.getchildren()[4].text
|
||||
leech = tr.getchildren()[5].text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue