[qcineoob] search by id
[qcookboob] undo previous modif on backends, exceptions are handled by app
This commit is contained in:
parent
95953d3217
commit
5e247db743
9 changed files with 90 additions and 31 deletions
|
|
@ -43,5 +43,5 @@ class BtmonBrowser(BaseBrowser):
|
|||
|
||||
def get_torrent(self, id):
|
||||
self.location('http://www.btmon.com/%s.html' % id)
|
||||
assert self.is_on_page(TorrentPage)
|
||||
return self.page.get_torrent()
|
||||
if self.is_on_page(TorrentPage):
|
||||
return self.page.get_torrent()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue