Commit graph

19 commits

Author SHA1 Message Date
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
Bezleputh
4afac1df99 [grooveshark] fix bug when Year field is empty in grooveshark json 2014-09-04 11:41:10 +02:00
Bezleputh
079bab9710 [grooveshark] catch exception when id is not an integer 2014-06-19 18:15:36 +02:00
Bezleputh
2d25289a68 [grooveshark] update to match Album and Playlist management in radioob 2014-05-20 23:07:40 +02:00
Bezleputh
4924d6eb66 [grooveshark] fix bug : no more field AvgRate 2014-03-27 00:14:36 +01:00
Pierre Mazière
097cbf56bb grooveshark: fix NoneType return value when user is not logged
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:05 +01:00
Pierre Mazière
ffcaeaedec grooveshark: fix unitialized property user_id in GroovesharkBrowser
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:05 +01:00
Pierre Mazière
444da30c3a grooveshark: migrate from ICapVideo to ICapAudio
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:05 +01:00
Romain Bignon
25fe231340 modify grooveshark module to use the new BaseVideo/ICapVideo classes 2013-12-22 22:37:51 +01:00
Bezleputh
13ec5aca4f [Grooveshark] declare user_id as an instance variable 2013-10-16 23:50:14 +02:00
Bezleputh
6fa693f5aa [Grooveshark] add user playlist management 2013-10-16 23:46:46 +02:00
Bezleputh
c74f61b14d correct bug when CoverArtFilename is None 2013-09-09 19:39:06 +02:00
Bezleputh
9e00f4f9a7 manage albums search in grooveshark 2013-09-09 09:46:44 +02:00
Laurent Bachelier
8d501ed1e4 grooveshark: force mp3 extension, many code style fixes 2013-08-04 19:41:47 +02:00
Romain Bignon
b99d599aa9 remove parameter max_results from all capabilities 2013-07-27 23:40:24 +02:00
Bezleputh
d2724577c8 -retrait de ICapCollection -correction du fonctionnement de get_video pour gérer les id à la place d'objets video
Signed-off-by: Bezleputh <carton_ben@yahoo.fr>
2013-05-23 17:19:06 +02:00
Romain Bignon
37b94a79f2 cleanup 2013-04-27 11:52:44 +02:00
Bezleputh
6eedb3a396 add mdule grooveshark
Signed-off-by: Bezleputh <carton_ben@yahoo.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2013-04-27 11:40:53 +02:00