fix fillobj() on videos without thumbnails

This commit is contained in:
Romain Bignon 2011-04-23 09:22:25 +02:00
commit 203d540163
7 changed files with 8 additions and 8 deletions

View file

@ -32,8 +32,8 @@ class KickassBrowser(BaseBrowser):
ENCODING = 'utf-8'
USER_AGENT = BaseBrowser.USER_AGENTS['wget']
PAGES = {
'http://fr.kickasstorrents.com/new/.*field=seeders&sorder=desc': TorrentsPage,
'http://fr.kickasstorrents.com/.*.html': TorrentPage,
'http://fr.(kickasstorrents.com|kat.ph)/new/.*field=seeders&sorder=desc': TorrentsPage,
'http://fr.(kickasstorrents.com|kat.ph)/.*.html': TorrentPage,
}
def home(self):