Commit graph

3,202 commits

Author SHA1 Message Date
Romain Bignon
db739f9eef update transaction regexps 2012-11-06 18:08:04 +01:00
theo
cf60351830 Add -e to rtmpdump options
Adding -e to rtmpdump.

So instead of:
    rtmpdump -r <url> -o <file>
we will have
    rtmpdump -e -r <url> -o <file>

If <file> doesn't exist, it will be created. So the -e switch doesn't
change anything.

If <file> alredy exists, then rtmpdump will try to complete a previous
download.

That way, if videoob download <id> fails, running the command again
will complete the download without starting again from scratch.
2012-11-06 01:13:45 +01:00
Florent
26084e2bea Search no more case sensitive 2012-11-05 16:40:06 +01:00
Romain Bignon
f323455b7f update AUTHORS 2012-11-04 16:27:13 +01:00
Adrien Kunysz
53b4cd7178 setup.py: be less confusing when make is missing
When make is missing, setup.py prints a message suggesting to install
PyQt4-devel even if it already is. This change with the help of
6788c11a6d63824862d340f82da9de46ef63ee60 makes the message more helpful.

Before:
$ python setup.py
Building Qt applications
Install PyQt4-devel or disable Qt applications (with --no-qt).

After:
$ python setup.py
Building Qt applications
Could not find executable: make
Install missing component(s) (see above) or disable Qt applications (with --no-qt).

Signed-off-by: Adrien Kunysz <adrien@kunysz.be>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-11-04 16:24:59 +01:00
Adrien Kunysz
24119de001 setup.py: print what executable we were looking for
The error message is sometimes confusing. Consider the following
situation on Debian 6.0:

$ python setup.py
Building Qt applications
Install PyQt4-devel or disable Qt applications (with --no-qt).
$ dpkg -l | grep -i python | grep -i qt
ii  python-qt4          4.7.3-1+b1         Python bindings for Qt4
ii  python-qt4-dev      4.7.3-1            Development files for PyQt4

What is really missing is the pyuic4 executable which is provided by
a different package on that distribution. But you have no way to know
that unless you go look into setup.py. This change prints what
executable we are missing as to help diagnose this kind of problem:

$ python setup.py
Building Qt applications
Could not find executable: pyuic4
Install PyQt4-devel or disable Qt applications (with --no-qt).

Notice that until e69adf357b,
the name of the missing executable was printed as well.

Signed-off-by: Adrien Kunysz <adrien@kunysz.be>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-11-04 16:24:59 +01:00
Romain Bignon
45a5080332 correctly parse label of deferred card transactions 2012-11-04 15:37:01 +01:00
Romain Bignon
72c97ecc8b fix login regexp 2012-11-03 23:32:54 +01:00
Romain Bignon
a7b0d274a0 handle error when service is unavailable 2012-11-01 17:35:21 +01:00
Romain Bignon
8abfd81813 check value of ValueBackendPassword during load 2012-11-01 11:21:59 +01:00
Romain Bignon
592731e29e fix compatibility with python2.6 2012-11-01 11:21:41 +01:00
Florent
477a9bf07f Improve download command to download all subscriptions 2012-10-31 16:12:38 +01:00
Florent
f645e2fef9 Fix iter_ressources 2012-10-31 15:02:16 +01:00
Florent
8377407155 Support of downloading monthly pdf report 2012-10-31 14:41:29 +01:00
Florent
5809f1112a Rename iter_history of ICapBill to iter_bills_history 2012-10-31 14:41:29 +01:00
Romain Bignon
53caf6399c accept ID with 8 chars (closes #921) 2012-10-30 09:17:29 +01:00
Florent
01fbe06f75 Add a favicon for sachsen backend 2012-10-29 15:26:51 +01:00
Romain Bignon
4a1e4b5afa bump to 0.e 2012-10-28 20:39:49 +01:00
Romain Bignon
aeac1a9a2c Weboob 0.d released 2012-10-28 20:39:07 +01:00
Romain Bignon
3e2109902d update release script 2012-10-28 19:56:02 +01:00
Romain Bignon
5b1260b7da transfer: do not crash with an incorrect amount value (closes #888) 2012-10-28 08:55:22 +01:00
Romain Bignon
15b5bedffd use ValueBool instead of ValueBackendPassword for no_check parameter 2012-10-27 19:06:39 +02:00
Romain Bignon
02ae2ddfd8 parse datetime of videos, fix parsing description and title 2012-10-27 16:47:44 +02:00
Romain Bignon
3fcc3333a0 do not write description line if there are only NotAvailable attributes 2012-10-27 16:47:23 +02:00
Romain Bignon
2d247086a1 add ugly icon for prixcarburants 2012-10-27 16:45:11 +02:00
Johann Broudin
654c2bafee Updates cmb, new features and bug fix
- fix a bug in the accounts listing
- adds proxy support
- adds ssl checks :
   - checks the certificate chain with the Verisign authority
   - checks that the sha256sum of the server's certificate is what's expected (like in Browser).
   - adds an option to avoid ssl checks (useful for debug)

Signed-off-by: Johann Broudin <Johann.Broudin@6-8.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-10-27 16:11:26 +02:00
Romain Bignon
61f167bfde pyflakes fixes 2012-10-27 15:45:28 +02:00
Romain Bignon
12a11d98b7 fix authenticate and retrieve of video url (closes #880) 2012-10-27 15:44:14 +02:00
Romain Bignon
8c9409930b workaround to libssl 1.0.1c bug (closes #863) 2012-10-27 13:56:55 +02:00
Romain Bignon
9f3603d80f use 'hash' instead of 'have' (closes #905) 2012-10-27 13:25:37 +02:00
Alexandre Flament
1032e66df5 add script contrib/downloadboob (closes #838) 2012-10-27 13:13:18 +02:00
Romain Bignon
a46798e375 fix parsing time (closes #866) 2012-10-27 13:05:37 +02:00
Romain Bignon
2dd4e8b9b9 fix login on youtube (closes #918) 2012-10-27 12:59:41 +02:00
Romain Bignon
9aeb7c67ed never store 'RELEVE CARTE' 2012-10-27 12:50:14 +02:00
Romain Bignon
948f2b9ed2 strip artist and title 2012-10-27 11:43:44 +02:00
Romain Bignon
ff2198cd8a remove unused import 2012-10-27 11:21:41 +02:00
Romain Bignon
5e74da14f8 fix search of cities 2012-10-27 11:09:23 +02:00
Romain Bignon
9cba3c63a0 add url patterns and fix encoding issues 2012-10-27 10:46:02 +02:00
Romain Bignon
cdca302efd fix RSS feed url 2012-10-27 10:45:55 +02:00
Romain Bignon
e8bdf594cc fix parsing live articles 2012-10-27 10:41:29 +02:00
Romain Bignon
cc2ff8ff22 fix cities search when there is only one result 2012-10-27 10:35:54 +02:00
Romain Bignon
ad99fef5c2 fix parsing in pages 2012-10-27 10:31:48 +02:00
Romain Bignon
98fe88e1cd fix retrieve current song 2012-10-27 10:31:41 +02:00
Romain Bignon
57bdc89b91 support unavailable page 2012-10-27 09:45:41 +02:00
Laurent Bachelier
6dad6938e0 weboob-debug: ability to prefer a shell 2012-10-25 03:39:29 +02:00
Laurent Bachelier
92244a4e81 weboob-debug: Work with more shell libs
- ipython
- newer ipython (>=0.11, though tested with 0.13 only)
- bpython
- standard python (and try to enable completion)
2012-10-25 03:01:15 +02:00
Laurent Bachelier
ffce7a19f3 Make weboob-debug less confusing
No useless REPL or "shell" command.
2012-10-25 00:11:11 +02:00
Florent
e58a1d5027 Fix hash on double entries 2012-10-24 18:28:40 +02:00
Laurent Bachelier
b67a4eefe5 Split GenerericComicReaderTest to stop requiring nose for module usage 2012-10-24 13:38:21 +02:00
Laurent Bachelier
3a66728392 Fix crashes with unicode characters in maintainer name
Change every mention of MAINTAINER to avoid future issues.
2012-10-24 13:29:30 +02:00