autopep8 with 120 chars line length on my modules
This commit is contained in:
parent
6a7bc0924d
commit
5d923bc73b
39 changed files with 434 additions and 426 deletions
|
|
@ -73,7 +73,8 @@ class TorrentPage(BasePage):
|
|||
title = NotAvailable
|
||||
size = NotAvailable
|
||||
url = 'https://isohunt.com/download/%s/%s.torrent' % (id, id)
|
||||
title = unicode(self.parser.select(self.document.getroot(),'head > meta[name=title]',1).attrib.get('content',''))
|
||||
title = unicode(self.parser.select(
|
||||
self.document.getroot(), 'head > meta[name=title]', 1).attrib.get('content', ''))
|
||||
seed = NotAvailable
|
||||
leech = NotAvailable
|
||||
tip_id = "none"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue