Commit graph

4,858 commits

Author SHA1 Message Date
Vincent A
0ffef61c4c sueurdemetal: fix date and category filters 2014-01-15 16:10:19 +01:00
Florent
d7eb42f7d4 Fix cuisineaz preparation and cooking time (site changed) 2014-01-15 15:29:49 +01:00
Romain Bignon
f5869b8262 fix crash when there isn't no ID on transaction 2014-01-14 23:32:29 +01:00
Romain Bignon
b319b92a15 if station ID is not found, try to look for it as a name and take the first result
It is possible to do both:

traveloob> departures 2656@voyagessncf 2128@voyagessncf

and:

traveloob> departures paris lyon
2014-01-14 23:21:31 +01:00
Romain Bignon
33b9ae23be fix detection of card pages 2014-01-14 11:33:52 +01:00
Vincent A
f9c82781ec Add boobsize icon 2014-01-14 11:04:54 +01:00
Romain Bignon
3ec1cac9e3 support dispobank 2014-01-14 10:40:35 +01:00
Romain Bignon
6a5d3b259e new certificate for bnporc 2014-01-14 07:40:08 +01:00
Pierre Mazière
7c5e21038b fix #1325: exclude backends that do not implement the required method
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-13 19:25:47 +01:00
Bezleputh
1e250fa0b4 add boobcoming icon 2014-01-13 19:25:47 +01:00
Florent
98934c92bb Add date_end parameter in get_concerts_date call 2014-01-13 10:20:03 +01:00
Florent
4d0a8dfa19 Print the full documentation on error / add documentation 2014-01-13 10:16:58 +01:00
Florent
697f6e82bd Raise notimplementedError on attends 2014-01-13 10:07:04 +01:00
Bezleputh
411a71adc1 [biplan] fix bug while parsing start/end time 2014-01-12 20:44:15 +01:00
Bezleputh
5134f23a9e improve windows installer script 2014-01-12 20:44:15 +01:00
Bezleputh
f2b22672ec [regionsjob] add favicon 2014-01-12 20:44:15 +01:00
Romain Bignon
d12b0c0689 there are sometimes negatives amounts in the 'debit' column 2014-01-12 19:13:13 +01:00
Gabriel Kerneis
c6a6fe3728 arte: encode UTF-8 strings in search 2014-01-12 19:12:42 +01:00
Romain Bignon
ffde185602 add icons 2014-01-12 13:18:57 +01:00
Vincent Texier
a79ccec8bb Fix empty fields in dailymotion plugin
Change extension from flv to mp4, cause all quality formats are h264/mp4

Signed-off-by: Vincent Texier <vit@free.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2014-01-12 12:24:28 +01:00
Romain Bignon
b9a817df88 keep compatibility with both certificates 2014-01-11 10:48:42 +01:00
Romain Bignon
fa88f0f013 paypal certificate changed 2014-01-11 00:07:39 +01:00
Florent
a82f57512c bump to 0.i 2014-01-08 23:40:16 +01:00
Florent
0414bed4de Weboob 0.h released 2014-01-08 23:39:45 +01:00
Florent
c045c34379 Revert "Trailing whitespace"
Python does not like """"

This reverts commit ff34cc7b66.
2014-01-08 23:38:27 +01:00
Florent
ff34cc7b66 Trailing whitespace 2014-01-08 23:29:55 +01:00
Pierre Mazière
46513c7783 rename id method arguments to _id
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-08 23:29:55 +01:00
Pierre Mazière
78aab49ddd rename id method arguments to _id
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-08 23:22:31 +01:00
Bezleputh
03fab27108 [regionsjob] fix bug when no society_name found in advert. 2014-01-08 19:27:07 +01:00
Pierre Mazière
8b295ec609 BaseFile: add 'size' property for file size in bytes
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-08 17:39:45 +01:00
Laurent Bachelier
a3306cc222 Add mpv to default players
It's another fork of mplayer, more active than mplayer2.
2014-01-08 08:06:18 +01:00
Bezleputh
83520a177a [regionsJob] Add new module regionsJob 2014-01-07 19:45:19 +01:00
Florent
a5a4c2e44a Accept 0 and negative value for count
We already accept zero and negative value with the option -n, for
consistency it is good to accept it in interactive mode.
2014-01-07 18:59:19 +01:00
Florent
54a16964d4 Test colissimo id lengths, and raise some errors 2014-01-07 14:47:36 +01:00
Florent
41278a1d9b Test if banned
closes #1321
2014-01-07 14:42:37 +01:00
Florent
52111043e3 Revert part of e15b2a8473 2014-01-07 12:57:36 +01:00
Florent
9223d92fc8 restrict ls to 40 results by default 2014-01-06 17:13:16 +01:00
Florent
dfaee052b9 Allow anonymous surfing on nolifetv 2014-01-06 16:51:47 +01:00
Florent
92dfab4069 More text in error 2014-01-06 15:26:09 +01:00
Florent
0b39d2d873 Coding style 2014-01-06 15:17:21 +01:00
Florent
0a7414d3e5 Remove unused imported
Ref e7805cec12
2014-01-06 15:14:38 +01:00
Florent
af33442ba2 Catch error in condition evaluation
And return a better message to users
2014-01-06 15:02:04 +01:00
Florent
3bb4b50ba0 Fix bug introduced in ReplApplication.get_object refactoring
Ref e15b2a8473
    e0417f702d
    0668db2b5a
2014-01-06 14:58:29 +01:00
Pierre Mazière
0668db2b5a ReplApplication.get_object(): fix backend lookup
because self.enabled_backends contains BaseBackend objects
and not backend name strings

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:05 +01:00
Pierre Mazière
e7805cec12 rename AudioStreamInfo into StreamInfo
Allowing future use with upcoming VideoStream

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:05 +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