Commit graph

14 commits

Author SHA1 Message Date
Alexandre Morignot
b0110d33ce [kickass] new domain name 2015-02-12 14:57:58 +01:00
Laurent Bachelier
cf9ac90386 kickass: Domain move
http://torrentfreak.com/kickasstorrents-moves-kickass-so-domain-name-141117/
2014-11-17 21:47:27 +01:00
Romain Bignon
d61e15cf84 rename things related to browsers
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions

Also, the new tree for browser2 is:

weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Florent
0088013ae1 Rename BaseBrowser to Browser 2014-09-26 10:18:12 +02:00
Laurent Bachelier
19bf5fe391 kickass: New domain, clean old
https://torrentfreak.com/kat-ph-goes-down-following-domain-issues-switches-to-kickass-to-130613/
2013-06-23 20:03:51 +02:00
Julien Veyssier
e2f123db5d [kickass] ka.tt seems not to be reachable from france, backend now tries the two URLs 2013-04-10 16:08:10 +02:00
Laurent Bachelier
2822006104 kickass: Use https 2013-03-29 20:20:36 +01:00
Laurent Bachelier
23096abab8 kickass: New URL
https://torrentfreak.com/kickasstorrents-circumvents-censors-with-new-ka-tt-domain-130329/
2013-03-29 20:17:45 +01:00
Julien Veyssier
8d49950813 finaly handle BrowserHTTPNotFound in backend browsers 2013-03-18 15:02:38 +01:00
Julien Veyssier
5d923bc73b autopep8 with 120 chars line length on my modules 2013-03-18 11:16:05 +01:00
Laurent Bachelier
67d776552f Make kickass code less crappy
This does not actually fix anything; the issue was that the page was
gzipped. However, since the code was not checking anything, it took me
some time to realize it. We now have at least one "BrokenPageError"
check.
2012-03-09 01:43:45 +01:00
Laurent Bachelier
aafcf1273b Fix Kickass search
It wasn't working at all anymore.
Also fix searching with unicode characters.
2012-03-09 00:55:22 +01:00
Romain Bignon
de3f137d85 fix kickass 2012-02-05 17:53:44 +01:00
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00
Renamed from weboob/backends/kickass/browser.py (Browse further)