Commit graph

730 commits

Author SHA1 Message Date
Bezleputh
d5e92e414e [boobcoming] add new application boobcoming 2013-12-15 16:10:09 +01:00
Romain Bignon
a6df6c0f61 enhancement of formatter output 2013-12-14 18:01:36 +01:00
Romain Bignon
6d09965972 add formatters 2013-12-14 15:54:17 +01:00
Florent
d2a1985e87 Allow to download in a folder with generated filename 2013-12-05 13:19:16 +01:00
Vincent A
89e1917a86 videoob: support curl for downloading 2013-11-21 14:19:58 +01:00
Florent
c712da56a3 Catch errors in boobill (cmds without args)
Closes #1303
2013-10-28 18:25:52 +01:00
Bezleputh
8a774daaee [Qhandjoob] improve qhandjoob 2013-10-16 20:58:56 +02:00
Bezleputh
6723cca59f [qhanjoob] adapt qhandjoob to ICapJob update 2013-10-04 09:39:44 +02:00
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
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
7c62d9a570 add playlist support in videoob 2013-09-09 09:46:44 +02:00
Bezleputh
b4c93587b4 improve ls command in handjoob 2013-08-20 18:03:14 +02:00
Florent
ae8b5e1992 Fix crash if user does not give a stream id 2013-08-14 11:29:21 +02:00
Thomas Lecavelier
4fed28a308 Let user choose his Stream to use from Radio instance. Close #1291
Signed-off-by: Thomas Lecavelier <thomas-weboob@lecavelier.name>
2013-08-14 10:35:02 +02:00
Romain Bignon
80e9c2638e fix display of results 2013-08-11 10:44:46 +02:00
Laurent Bachelier
bd110e2e90 pastoob: Add help for "infinite" max_age 2013-08-09 00:25:51 +02:00
Romain Bignon
1495017546 truncate label in formatter 'account_list' 2013-08-07 14:13:15 +02:00
Laurent Bachelier
23a71d847b Code style fixes, mostly whitespace 2013-08-04 20:00:19 +02:00
Laurent Bachelier
bfe3ac6bcd Remove comments on deleted code
They were still there because the code was automatically removed.
2013-08-03 22:15:30 +02:00
Laurent Bachelier
21c0c85ddd parceloob: Do not show "None", but an empty string 2013-08-03 22:04:24 +02:00
Florent Fourcot
8030e60a5c Fix copyright 2013-08-03 15:34:56 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Romain Bignon
a50b5b2cce cineoob: little fixes 2013-08-03 13:20:22 +02:00
Romain Bignon
eba6f828e3 fix encoding issue 2013-08-03 12:31:22 +02:00
Florent
c470138540 Fix encoding of copyright 2013-08-03 00:07:02 +02:00
Romain Bignon
663278e7b0 colorize 'seeders' and 'leechers' 2013-08-02 13:32:13 +02:00
Florent
3a5a414e63 Catch empty seeders and leechers 2013-08-02 12:59:12 +02:00
Romain Bignon
8e27838df1 boobank: fix confirmation of transfers 2013-08-02 12:53:27 +02:00
Florent
f940bf42ac Add color to investments 2013-07-30 09:40:06 +02:00
Romain Bignon
8391367346 better error messages 2013-07-28 16:01:25 +02:00
Romain Bignon
9fe4faa6bb add missing docstrings to commands 2013-07-28 00:23:31 +02:00
Romain Bignon
8d29aa8a6d flatboob: add command help and do not use limit for cities search 2013-07-28 00:13:15 +02:00
Romain Bignon
3bbf4c8a26 strip newlines from descriptions in search results 2013-07-28 00:05:22 +02:00
Romain Bignon
46d9acd37e display a message when more results are available (closes #1038) 2013-07-27 23:40:24 +02:00
Romain Bignon
b99d599aa9 remove parameter max_results from all capabilities 2013-07-27 23:40:24 +02:00
Romain Bignon
70641b6e00 new application parceloob 2013-07-27 21:34:11 +02:00
Romain Bignon
bdf4c13f4e remove useless calls to ReplApplication.flush() (closes #812) 2013-07-27 19:00:58 +02:00
Romain Bignon
8b803e7c39 fix crash when Account.coming or Account.balance are unavailable 2013-07-27 18:48:32 +02:00
Romain Bignon
97ade8e4ec add parameter END_DATE to 'history' and 'coming' commands (closes #1150)
It iterates on all transactions until the specified date
2013-07-27 18:44:16 +02:00
Romain Bignon
ee1728b27f colorize output of boobank 2013-07-27 18:10:52 +02:00
Romain Bignon
9094294683 default behavior is to unlimit results, except for explicit commands (searches or history)
closes #1139
2013-07-27 15:56:45 +02:00
Laurent Bachelier
fd5901b00e Use NamedTemporaryFile(delete=False) instead of mkstemp 2013-07-27 15:42:23 +02:00
Laurent Bachelier
a6ad7e83ff Use newer form of catching exceptions
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Romain Bignon
c0740e695d remove useless import of with_statement (we do not support anymore python2.5)
refs #806
2013-07-27 14:38:18 +02:00
Romain Bignon
234e22a255 in interactive mode, 'transfer' commands asks confirmation (refs #1077) 2013-07-27 14:29:04 +02:00
Romain Bignon
1a09823c1c listing of backends: fix crash if a module cannot be loaded 2013-07-27 14:02:38 +02:00
Romain Bignon
cd96fc8d9a remove 'backends' command from help 2013-07-27 14:02:35 +02:00
Romain Bignon
49f08743b3 rename command 'getfile' to 'download' 2013-07-27 13:34:40 +02:00
Romain Bignon
e11d71872d print filename where subtitle is saved (closes #1279) 2013-07-27 13:34:05 +02:00