Julien Veyssier
5c2538dbce
cineoob basic correction
2013-03-13 01:16:34 +01:00
Julien Veyssier
4475da2da8
new app cineoob
2013-03-13 01:16:34 +01:00
Julien Veyssier
af8a3e5bd5
new cap cinema
2013-03-13 01:16:34 +01:00
Florent
62b045c9fb
Improve documentation of download command
2013-03-12 19:29:07 +01:00
Laurent Bachelier
4e7e4a988a
New flake8/pyflakes 0.6+ fix
...
"line" redefined in list comprehension.
and PEP8 indent fixes
2013-03-12 00:00:25 +01:00
Laurent Bachelier
f17fc00fc8
Add "get" command to webcontentedit
2013-03-12 00:00:25 +01:00
Goffi
19a89c9a9e
add non tty stdin support to edit command in webcontentedit
...
Signed-off-by: Laurent Bachelier <laurent@bachelier.name>
2013-03-10 23:11:35 +01:00
ianux
d01b0ef58f
Add resume option for video downloading
...
Signed-off-by: ianux <ianux@free.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2013-03-09 23:14:09 +01:00
Laurent Bachelier
5b12a3c17e
Force updating modules after upgrade
...
fixes #1066
Also, some small PEP8 fixes.
2013-03-09 15:14:46 +01:00
Laurent Bachelier
a6fbcbaec7
Reconcile the two previous commits (json/to_dict)
...
Also fix some to_dict move things that were incomplete.
And some PEP8 fixes.
closes #1060
closes #1061
2013-03-09 15:14:17 +01:00
Julien Hebert
1b47455225
refs #1060 : move to_dict to base.py
2013-03-09 14:57:09 +01:00
Julien Hebert
8d8fe9090f
json encoder
2013-03-09 14:57:08 +01:00
Romain Bignon
6cd26c9f3f
display contact IDs in 'events' command output
2013-03-04 15:44:51 +01:00
Laurent Bachelier
5747a98541
Use Firefox ESR
...
This is a long-term support version (54 weeks), which is ideal for us.
2013-03-02 10:35:07 +01:00
Florent
8c66ca83c8
Remove unused imports
2013-03-02 10:31:34 +01:00
Florent
9dc9157062
Prevent useless debug folders
2013-03-01 13:41:50 +01:00
Julien Veyssier
8a3c3307e3
copyright headers of many modules/cap corrected
2013-02-28 14:13:51 +01:00
Julien Veyssier
e497d2ebaf
pyflakes corrections
2013-02-28 14:05:39 +01:00
Julien Veyssier
d54adca470
[subtitle] FPS field removed
2013-02-28 00:26:33 +01:00
Julien Veyssier
02d61250cf
subtitle language improvement
2013-02-28 00:26:33 +01:00
Julien Veyssier
54e21fb21a
[subtitle] add language in search
2013-02-28 00:26:31 +01:00
Julien Veyssier
27ef9ae477
[subtitle] add cd number
2013-02-28 00:26:31 +01:00
Julien Veyssier
95d4f67630
suboob+attilasub works
2013-02-28 00:26:31 +01:00
Julien Veyssier
632c27dc23
cap et app pour subtitle inspirées de torrent
2013-02-28 00:26:30 +01:00
Laurent Bachelier
ae06ae3384
Add missing "whatis entry" to man pages
...
This is recommended by Debian.
closes #618
2013-02-13 00:38:33 +01:00
Laurent Bachelier
99f8a03895
Cache the sucessful protocols
...
And avoid doing too many failed handshakes.
2013-02-11 14:45:28 +01:00
Laurent Bachelier
085c784691
Fall back on SSLv3 if TLSv1 fails
...
This is so dirty :(
2013-02-11 14:45:27 +01:00
Romain Bignon
ce12b56ee8
remove two old and useless debug messages
2013-02-10 22:32:02 +01:00
Laurent Bachelier
79769265cf
fix pyflakes/flake8 issue
...
date is imported as a module, avoid using it as a variable.
also PEP8 fix.
2013-02-10 20:17:27 +01:00
Romain Bignon
69e4c77257
use recent firefox user agent
2013-02-10 02:17:54 +01:00
Romain Bignon
06b314de48
little fixes
...
- logger might be a private attribute
- compare rdate to date, not to today
2013-02-10 02:17:54 +01:00
Romain Bignon
63dc4e05da
support empty dates for transactions
2013-02-08 14:46:01 +01:00
Romain Bignon
5f78a99c5b
create DateGuesser extracted from cragr
...
it also moves utc2local and local2utc functions into date.py
2013-02-08 14:17:08 +01:00
Florent
3296d57132
Remove useless TODO
2013-02-07 15:49:33 +01:00
Florent
975dbb26c5
Add a default error message on SensorNotFound
2013-02-07 15:49:27 +01:00
Florent
0072b5e076
Allow infinite search with 0
2013-02-07 14:51:38 +01:00
Romain Bignon
b770163d9b
fix crash when there is no selected fields (yes, all the time, why nobody has reported it)
2013-02-07 14:21:06 +01:00
Romain Bignon
126b5be301
ability to set a ENCODING constant to BasePage which overrides the Browser's one
2013-02-05 20:22:44 +01:00
Laurent Bachelier
d1fcd6c153
Fix repr() on transactions with unicode labels
...
repr only wants str.
2013-02-05 16:32:18 +01:00
Laurent Bachelier
91f59a9cef
Add a CSV parser
2013-02-05 16:32:18 +01:00
Laurent Bachelier
81e3da8bb0
More robust currency guessing
...
This allows to parse PayPal balances which includes both symbol and letters, for
instance "$ 42,00 USD".
Also, it does not require adding any new symbols to the regular
expression.
It might break modules, though numerous cases were tested.
2013-02-05 16:32:17 +01:00
Romain Bignon
b7b7d31771
remove unused imports
2013-01-30 11:36:47 +01:00
Romain Bignon
8550c17cf7
do not cry if an object in not support to be filled by a backend
2013-01-30 11:34:28 +01:00
Laurent Bachelier
41c25f4611
pastoob: Support "no expiration"
2013-01-25 17:52:09 +01:00
Laurent Bachelier
cf5b6a95f5
Add command-line parameters to pastoob
...
And better defaults.
closes #920
2013-01-25 17:52:09 +01:00
Florent
bf3132e8c0
bump to 0.f
2013-01-25 17:23:49 +01:00
Laurent Bachelier
d9ceecdf8a
Add --insecure to the proper place (no group)
2013-01-25 15:48:55 +01:00
Laurent Bachelier
e407fd1dfa
Add mplayer2 support
2013-01-25 13:46:55 +01:00
Florent
b100f77f95
Try if attribut exists before to try an access
2013-01-25 10:56:21 +01:00
Romain Bignon
78a5c3767f
fix compatibility with python2.6
2013-01-16 17:50:29 +01:00