Commit graph

32 commits

Author SHA1 Message Date
Julien Veyssier
f87a8a685f [cineoob] give roles informations in persons_in_common and movies_in_common, imdb and allocine adapted 2014-11-26 15:32:58 +01:00
Julien Veyssier
29738edd29 [allocine] remove excessive quote_plus call on pattern to make multi-word search work again 2014-11-22 16:37:42 +01:00
Florent
feb1405813 bump to 1.1 2014-10-17 14:10:38 +02:00
Laurent Bachelier
448c06d125 pep8 blank lines fixes
flake8 --select W391,E302,E301,E304

autopep8 can't fix W391 even though it claims it can.
Fixed using a simple custom script.
2014-10-10 23:41:44 +02: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
Florent
5a1d83b567 Rename BaseModule to Module and Module to LoadedModule 2014-09-26 10:18:12 +02:00
Florent
f3aeddffbc Rename backend.py to module.py 2014-09-26 10:18:12 +02:00
Florent
9370b2fae7 s/Backend/Module 2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c s/BACKEND/MODULE/ 2014-09-26 10:18:11 +02:00
Florent
8559af3d6a s/BaseBackend/BaseModule 2014-09-26 10:18:11 +02:00
Florent
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Florent
a82f57512c bump to 0.i 2014-01-08 23:40:16 +01:00
Florent
f13f7bad6c Prevent some cratchs 2013-11-04 11:24:28 +01:00
blckshrk
002f284d31 Implementation of the new API mechanism + tests
With the new Allocine API needs the query to be signed. So I added a new
method to build the query with the signature algorithm.
Also adding some tests to improve coverage.
2013-11-04 11:15:48 +01:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Laurent Bachelier
36f2c04c80 Remove useless (same as parent) method 2013-05-14 10:39:03 +02:00
Julien Veyssier
35e42a451e [allocine] gender stupidity fix 2013-04-02 11:06:15 +02:00
Laurent Bachelier
9518899b34 Better modules descriptions 2013-03-27 20:10:01 +01:00
Florent
9484099a1d bump to 0.g 2013-03-26 18:31:12 +01:00
Julien Veyssier
d6a0291deb [qcineoob] checkbox to show thumbnail in search
[allocine] fix empty productionYear problem
2013-03-26 16:22:00 +01:00
Julien Veyssier
ce1723df16 [allocine] handle empty result
[qcineoob] QString -> unicode
2013-03-26 16:22:00 +01:00
Julien Veyssier
4de668e80e [allocine] user agent android 2013-03-26 11:22:44 +01:00
Julien Veyssier
4a832d7dda [allocine] movie poster correction 2013-03-26 10:30:08 +01:00
Julien Veyssier
d5d23d01c5 [allocine] favicon 2013-03-26 10:30:08 +01:00
Julien Veyssier
251f863c0b [qcineoob] role selection improved in filmography and casting 2013-03-26 10:30:08 +01:00
Julien Veyssier
63c769305d [allocine] roles in get_person 2013-03-26 10:30:08 +01:00
Julien Veyssier
efc49bc596 [allocine] quasi operational 2013-03-26 10:30:08 +01:00
Julien Veyssier
f2d053c1fb [allocine] filmography ok 2013-03-26 10:30:08 +01:00
Julien Veyssier
41cb3f7317 new backend allocine, in development 2013-03-26 10:30:08 +01:00