Commit graph

3,854 commits

Author SHA1 Message Date
François Revol
6f089c795e gdcvault: Do not set a default extension
Due to the redirecting pages we cannot be sure of the extension,
so better not lie.
2013-03-25 17:07:26 +01:00
François Revol
5f87aa2444 gdcvault: Handle pages with redirects to files
For some entry the /play/ page is a redirect to the file.
This is quite hackish but seems to work.
2013-03-25 17:07:26 +01:00
Romain Bignon
9856c27f8c support professionnal accounts 2013-03-25 16:29:14 +01:00
Julien Veyssier
a51b63148d [qcookboob] integration of author field 2013-03-25 11:22:12 +01:00
Julien Veyssier
d391d1a2d8 [cookboob] author field added 2013-03-25 11:22:12 +01:00
Julien Veyssier
b0d9a43a76 [cookboob] basic amount parsing for better export 2013-03-25 11:22:12 +01:00
Julien Veyssier
b967fc4ef8 [cookboob] integration of recipe picture in exported file 2013-03-25 11:22:12 +01:00
Julien Veyssier
7a63b28181 [qcookboob] integration of 'kreml export' functionality 2013-03-25 11:22:12 +01:00
Julien Veyssier
1d971a5e04 [cookboob] export to KRecipesML much better and cleaner 2013-03-25 11:22:12 +01:00
Julien Veyssier
4d661fd759 [cookboob] export to mastercook XML 2013-03-25 11:22:12 +01:00
Florent
278902f909 Trivial buf fix on ID generation 2013-03-25 11:10:38 +01:00
Laurent Bachelier
7b53583357 Fix local_run with empty localconfig 2013-03-25 11:10:38 +01:00
Laurent Bachelier
ebb3bd8c14 More formatting 2013-03-25 11:10:38 +01:00
Laurent Bachelier
afeacdeb27 It's module, not backend 2013-03-25 11:10:38 +01:00
Laurent Bachelier
8a92a4c735 Clean up and add requirements 2013-03-25 11:10:38 +01:00
Laurent Bachelier
64119bc03f Add local_install / local_run tools 2013-03-25 11:10:38 +01:00
Laurent Bachelier
d8c30e6a96 qcookboob: Fix window name 2013-03-25 11:10:38 +01:00
Laurent Bachelier
5d242271c7 wordreference: Add favicon 2013-03-25 11:10:38 +01:00
Laurent Bachelier
1574bd1118 Add weboob_lint wrapper
Like make_man, enforce usage of all modules.
2013-03-25 11:10:38 +01:00
Laurent Bachelier
438d0d0814 Fix pyreverse for new module style
Not sure anyone uses it, though.
2013-03-25 11:10:38 +01:00
Laurent Bachelier
808025819d Not used, setup.py installs them 2013-03-25 11:10:38 +01:00
Laurent Bachelier
83596b3d2a Support more distros / prefer 2.7 2013-03-25 11:10:38 +01:00
Romain Bignon
99cfae2a66 new module for american express 2013-03-23 12:32:26 +01:00
Florent
fc3eefff09 Check if repositories are ok at the application runtime
Closes #1072
2013-03-22 18:01:32 +01:00
François Revol
38b80491f1 gdcvault: Implement searching; partial download fix
* Implement search functionality, using POST to get JSON data
* Fix download for most items even for non-free ones.
For now only missing are non-free mp3 files it seems (like 769),
/mediaProxy.php returns 2bytes html crap.
2013-03-22 16:45:45 +01:00
François Revol
c8685b8e3b gdcvault: implement all 4 media types
* We now retrieve correctly all 4 media types:

** Video (plain flv file)
ex: http://gdcvault.com/play/29

** Audio (mp3)
ex: http://gdcvault.com/play/22/From-One-off-to-Franchise

** Slides (pdf, not really a video but they download fine)
ex: http://gdcvault.com/play/1015486

** DS Video (dual screen, two flv files) (by default the speaker file,
but id#slides gets the other video (however default filenames conflict)
ex: http://gdcvault.com/play/1015841
2013-03-22 16:45:43 +01:00
Romain Bignon
3a79a21360 fix detection of media url on youtube 2013-03-22 16:42:16 +01:00
Romain Bignon
d17dda5965 detect when credentials are wrong 2013-03-21 13:21:42 +01:00
Romain Bignon
a8d2d86c6e the fucking columns heads are not same size than data columns 2013-03-21 12:35:13 +01:00
Romain Bignon
17d2c732a8 fix parsing of CEL accounts 2013-03-21 12:23:17 +01:00
Romain Bignon
9ce8385e3e fix heritage 2013-03-21 11:59:29 +01:00
Romain Bignon
325405b6a1 support some variants of website 2013-03-21 11:44:26 +01:00
Romain Bignon
a46f4cfdff fallback on mobile website if there is no CCPTE input field on homepage 2013-03-21 11:44:13 +01:00
Romain Bignon
5c718184c6 go on the savings page to get more accounts (patch from Xavier Guerrin) 2013-03-21 10:48:39 +01:00
Florent
c6816e7444 Other comments 2013-03-20 14:50:09 +01:00
Florent
e56737a0cd Fix comment 2013-03-20 14:10:40 +01:00
Julien Veyssier
c04ca3f3b3 [qcookboob] integration of stop feature 2013-03-19 22:13:56 +01:00
Julien Veyssier
4dfdcfbe97 [qcookboob] cosmetics 2013-03-19 22:13:56 +01:00
Laurent Bachelier
be3e19a203 try/except import are now handled by flake8 2.0+ / pyflakes 0.6+ 2013-03-19 19:10:20 +01:00
Florent
a1267abfc3 Update authors 2013-03-19 19:05:11 +01:00
Romain Bignon
7523cea4b2 parse only operation dates for date transactions
Dates in labels are dd/mm for card transactions, but can be mm/yy for
other kind of transactions.
2013-03-19 13:43:31 +01:00
Romain Bignon
240efb85f4 support new Crédit Agricole website 2013-03-19 11:34:46 +01:00
Florent Fourcot
832119fc3a Fix ICapBill on the new website 2013-03-18 23:12:48 +01:00
Julien Veyssier
a62ed69045 [qcineoob] button to stop search process 2013-03-18 15:02:40 +01:00
Julien Veyssier
766b69ec4a [opensubtitles] favicon 2013-03-18 15:02:40 +01:00
Julien Veyssier
893437dd00 [qcookboob] max results 2013-03-18 15:02:39 +01:00
Julien Veyssier
fe9c011757 [qcineoob] save max results number in config 2013-03-18 15:02:39 +01:00
Julien Veyssier
b91266f2d7 [qcineoob] limit number of result by backend 2013-03-18 15:02:39 +01:00
Julien Veyssier
01ac98b167 [qcineoob] try to guess subtitle extension at download 2013-03-18 15:02:39 +01:00
Julien Veyssier
233c18b2e1 [qcineoob] graphical fixes
add 'genres' field to Movie object of ICapCinema
2013-03-18 15:02:39 +01:00