Commit graph

4,506 commits

Author SHA1 Message Date
Vincent A
5a30d5568a videoob: sanitize default download filename
As full URLs are supported with quvi backend, the default download
filename has to be tweaked.
2013-09-11 11:53:34 +02:00
Romain Bignon
a0c25a0b46 fix crash if stream index is not found (and fix coding style) 2013-09-10 10:48:45 +02:00
Laurent Bachelier
144bd87cec Yet another YouTube video URL 2013-09-10 05:56:05 +02:00
Pierre Mazière
55e45f0e08 fix stream selection in radioob
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2013-09-09 23:22:02 +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
Bezleputh
7c62d9a570 add playlist support in videoob 2013-09-09 09:46:44 +02:00
Romain Bignon
d961459349 quvi: fix crashes on calls to quvi functions
When a function returns a char*, it is necessary to tell it to ctypes,
instead it returns an integer. On a 64 bits CPU, pointers can overflow the
integer, and result to an unvalid pointer given to c_char_p.
2013-09-08 19:09:32 +02:00
Romain Bignon
7819b011ba introduce Vincent A. 2013-09-07 22:24:41 +02:00
Vincent A
ad5b80e1f6 new video backend: quvi 2013-09-07 22:23:09 +02:00
Romain Bignon
781addfb66 set the right debit date on card transactions 2013-09-07 22:18:08 +02:00
Romain Bignon
7fab65e31a set the right debit date on card transactions 2013-09-07 22:17:51 +02:00
Romain Bignon
ad4239d41c set the right debit date on card transactions 2013-09-07 22:14:31 +02:00
Romain Bignon
a6ea08d6ce oups: removed _coming attribute from Transaction 2013-09-07 22:14:13 +02:00
Romain Bignon
2a071a2ec6 correctly set cards' Transaction.date to the debit date 2013-09-06 17:59:40 +02:00
Romain Bignon
09444f5f43 add transaction patterns 2013-09-06 14:20:11 +02:00
Romain Bignon
dd33dbc418 fix parsing of cards with undefined payment date 2013-09-06 14:20:11 +02:00
Bezleputh
0d59cfcc8c add indeed module 2013-09-04 09:56:24 +02:00
Bezleputh
a63dcdfa8e improve deep search in popolemploi 2013-09-04 09:56:24 +02:00
Florent
46b5bb2097 pyflakes cleaning 2013-09-04 09:53:28 +02:00
Pierre Mazière
3a8408f1a4 AudioAddict: simplify network and radio name extraction 2013-09-04 09:51:23 +02:00
Pierre Mazière
1058e56166 AudioAddict: fix indentation 2013-09-04 09:51:23 +02:00
Pierre Mazière
c3a1095f7a AudioAddict: fix artist name retrieval
Sometimes, the artist field is empty
It is then retrieved from the track field
2013-09-04 09:51:23 +02:00
Pierre Mazière
1b8a352161 AudioAddict: minimize api calls 2013-09-04 09:51:23 +02:00
Pierre Mazière
6c8f1ae1bd AudioAddict: reverse radio.id naming scheme
radioName.network@audioaddict seems more readable than
network.radioName@audioaddict
2013-09-04 09:51:23 +02:00
Pierre Mazière
97335914a6 AudioAddict: fix get_radio incorrect use 2013-09-04 09:51:23 +02:00
Pierre Mazière
5c158c3179 AudioAddict: make HISTORY an instance variable 2013-09-04 09:51:23 +02:00
Pierre Mazière
4e38e4803e AudioAddict: add comment about mplayer issue 2013-09-04 09:51:23 +02:00
Pierre Mazière
38d987b410 audioaddict backend 2013-09-04 09:51:23 +02:00
Florent Fourcot
efcf852cac Bump to 0.h 2013-09-03 19:38:53 +02:00
Romain Bignon
0a3bd9f692 introduce Mathieu Lordon, Christophe Gouiran, Jerem and Jean-Benoist Leger 2013-09-02 11:44:21 +02:00
Christophe Gouiran
c997b729cd new boobill backend: edf
Signed-off-by: Christophe Gouiran <bechris13250@gmail.com>
2013-09-02 11:43:48 +02:00
Jerem
a495fb96c9 img hashes update for bp module
Signed-off-by: Jerem <jer151@gmail.com>
2013-09-02 11:43:48 +02:00
Romain Bignon
5dd502bfe5 fix dailymotion (play still doesn't work)
It fixes search and get video url (code from youtube-dl)

It isn't possible to play because it is necessary to give cookies to
player
2013-09-02 11:43:48 +02:00
Mathieu Lordon
f8a6da674c Add LDD support to ING 2013-09-02 11:37:59 +02:00
Jean-Benoist Leger
74578f2558 dailymotion module: change in parsinges.py
Signed-off-by: Jean-Benoist Leger <leger@jblg.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2013-09-02 11:37:59 +02:00
Romain Bignon
c7195b48a2 use the default parser of StandardBrowser 2013-08-27 17:52:54 +02:00
Pierre Mazière
ba8d2c63a5 RockRadio.com backend 2013-08-27 17:30:56 +02:00
Romain Bignon
92f7406eb9 introduce Jean-Philippe 2013-08-27 10:54:37 +02:00
Jean-Philippe Dutrève
eb4ca167ca Removed broken regexp for login parameter.
Signed-off-by: Jean-Philippe Dutrève <jdutreve@winancial.com>
2013-08-27 10:54:04 +02:00
Florent
1756e8939b Remove "votre solde" in history / strip labels 2013-08-26 16:41:18 +02:00
Romain Bignon
ca018c7cb1 fix selection of accounts when there are both personal and enterprise ones 2013-08-23 11:14:50 +02:00
Bezleputh
b4c93587b4 improve ls command in handjoob 2013-08-20 18:03:14 +02:00
Romain Bignon
86f5444cab introduce Alexandre Lissy 2013-08-19 13:03:04 +02:00
Alexandre Lissy
b0112a7e85 Adding JVMalin.fr support 2013-08-19 12:59:55 +02:00
Bezleputh
33641953fc change rules :
- search command will search using pattern (None accepted)
 - ls command will display result of advanced search
2013-08-19 11:17:39 +02:00
Romain Bignon
e2476bfb0e WebNip tries to find path to package weboob_modules 2013-08-18 20:21:57 +02:00
Romain Bignon
beecb1b189 add --modules to install modules 2013-08-18 20:21:57 +02:00
Romain Bignon
badab27702 add class WebNip 2013-08-18 16:30:23 +02:00