Commit graph

39 commits

Author SHA1 Message Date
Bezleputh
d8a1cd60db [grooveshark] Update tests, grooveshark does not know anymore Gronibard 2015-05-14 18:40:14 +02:00
Florent
feb1405813 bump to 1.1 2014-10-17 14:10:38 +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
Laurent Bachelier
0283597283 tests: Use the Python SkipTest if possible
This makes nosetests optional at least in theory.
Recent nose versions already do the same thing internally.
2014-09-09 18:36:04 +02:00
Bezleputh
4afac1df99 [grooveshark] fix bug when Year field is empty in grooveshark json 2014-09-04 11:41:10 +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
Bezleputh
079bab9710 [grooveshark] catch exception when id is not an integer 2014-06-19 18:15:36 +02:00
Bezleputh
d1b5ea7d7d [grooveshark] display users playlists only when spli_tpath length is 0 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
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Bezleputh
4924d6eb66 [grooveshark] fix bug : no more field AvgRate 2014-03-27 00:14:36 +01:00
Florent
a82f57512c bump to 0.i 2014-01-08 23:40:16 +01:00
Pierre Mazière
d34f8f2e40 grooveshark: adapt test for logged and non logged users
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:05 +01:00
Pierre Mazière
587e287063 grooveshark: fix test if 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
61d6ca8916 grooveshark: fix typo in test
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:05 +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
Florent
d7241625a2 Fix indentation 2013-09-09 09:51:48 +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
Laurent Bachelier
9bcf070ca7 Better module descriptions 2013-08-03 18:34:22 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Romain Bignon
b99d599aa9 remove parameter max_results from all capabilities 2013-07-27 23:40:24 +02:00
Bezleputh
41eb9ae8cb add favicon on grooveshark module 2013-07-17 13:10:41 +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