Commit graph

3,791 commits

Author SHA1 Message Date
Julien Veyssier
0473e3e4be new application qcookboob, in progress 2013-03-18 11:16:06 +01:00
Julien Veyssier
62074615da verified autopep8 on qcineoob, cineoob, suboob, booblyrics, cookboob 2013-03-18 11:16:05 +01:00
Julien Veyssier
5d923bc73b autopep8 with 120 chars line length on my modules 2013-03-18 11:16:05 +01:00
Florent
6a7bc0924d Add BrowserBanned in import 2013-03-18 11:15:19 +01:00
François Revol
8c6709ba47 videoob: stop the video when closing with ESC
At least here the player widget continued playing in the background
when closing the window with ESC, it seems it's actually only hidden.

Signed-off-by: François Revol <revol@free.fr>
2013-03-18 11:14:46 +01:00
François Revol
667879518a gdcvault: use is_on_page() call
Signed-off-by: François Revol <revol@free.fr>
2013-03-18 11:14:01 +01:00
François Revol
8a07b7a9ce gdcvault: implement login
* since there is a limited number of usable concurrent sessions
we force a logout on exit.

Signed-off-by: François Revol <revol@free.fr>
2013-03-18 11:13:36 +01:00
François Revol
f6b2911511 canalplus: fix typo
Signed-off-by: François Revol <revol@free.fr>
2013-03-16 23:25:19 +01:00
Laurent Bachelier
e35755c29f New pep8 fixes 2013-03-16 01:00:28 +01:00
Laurent Bachelier
f37e3c5742 Fix indents not multiples of four 2013-03-16 00:57:31 +01:00
Laurent Bachelier
fbe0fb8d52 Some manual style fixes 2013-03-16 00:57:31 +01:00
Laurent Bachelier
e0542c2e4a Fix comparisons to None
Diff checked manually.

autopep8 -a -ir -j2 --select=E711 .

This required the "agressive" option because it can change code
behavior.
2013-03-16 00:57:30 +01:00
Laurent Bachelier
7094931c92 Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines

autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .

Diff quickly checked.
2013-03-16 00:54:55 +01:00
Laurent Bachelier
c21d1f7925 Code clarity fixes
autopep8 -ir -j2 --select=E303,E125
Diff checked manually.
2013-03-16 00:52:43 +01:00
Laurent Bachelier
dcb2b61b18 pyflakes fixes for unchecked files
They were not in the tools/pyflakes.sh runs
2013-03-16 00:52:43 +01:00
Laurent Bachelier
75b428af07 Code style fixes
autopep8 -ir -j2 --select=W601,W602 .
Diff checked manually.
2013-03-16 00:52:43 +01:00
Julien Veyssier
f0abb61123 [cuisineaz] pep8fication 2013-03-16 00:51:45 +01:00
Julien Veyssier
b0526d65a0 [cuisineaz] working 2013-03-16 00:38:27 +01:00
Julien Veyssier
743f5e8c47 [cuisineaz] favicon 2013-03-15 23:57:51 +01:00
Julien Veyssier
88971d96f9 new backend cuisineaz for cookboob, not finished 2013-03-15 23:36:29 +01:00
Julien Veyssier
31a3cf589b [750g] working, get_recipe OK 2013-03-15 22:18:08 +01:00
Julien Veyssier
b724840ddb new backend 750g for cookboob, get_recipe NYI 2013-03-15 19:27:41 +01:00
Julien Veyssier
a130e17d30 [marmiton] favicon 2013-03-15 18:33:58 +01:00
Julien Veyssier
b907c8b266 btmon speeded up, all ICapTorrent backends clarified and fillobj cleaned 2013-03-15 18:20:54 +01:00
Julien Veyssier
f6e2f0a657 many emptyfications 2013-03-15 12:43:51 +01:00
Julien Veyssier
400cb1424e [cineoob] emptyfication 2013-03-15 12:21:42 +01:00
Julien Veyssier
003f5c50f8 [cookboob] emptyfication 2013-03-15 11:58:47 +01:00
Julien Veyssier
057900015b [tvsubtitles] logo 2013-03-15 11:54:51 +01:00
Julien Veyssier
ccea968b12 [cookboob] less mandatory fields in formatter, minutes display 2013-03-15 11:45:09 +01:00
Julien Veyssier
4798fdd411 new backend marmiton 2013-03-14 20:18:13 +01:00
Julien Veyssier
07a357a94f new cap recipe and app cookboob 2013-03-14 17:44:54 +01:00
Julien Veyssier
b562a12cb7 [booblyrics] back to get_object, all backends are fillobj-compliant 2013-03-14 16:35:41 +01:00
Julien Veyssier
0c9f461088 [parolesmania] favicon 2013-03-14 15:54:47 +01:00
Julien Veyssier
dc2004aad3 new module parolesmania for booblyrics 2013-03-14 15:40:54 +01:00
Julien Veyssier
7b4f64c4f8 [qcineoob] a few comments, docstrings, renamings, hiding 2013-03-14 13:23:23 +01:00
Julien Veyssier
84897e8805 [qcineoob] clarify history 2013-03-14 13:23:23 +01:00
Julien Veyssier
a69d4a0eee [qcineoob] search completer on saved search history 2013-03-14 13:23:23 +01:00
Julien Veyssier
a8f8a07997 [qcineoob] correction when release dates are NotAvailable 2013-03-14 13:23:23 +01:00
François Revol
1d0faa1af0 vimeo: Fix for no-embed videos
Some videos like http://vimeo.com/61275290 have restrictions
on embedding, which makes the usual JSON url fail.
So we first try to parse the JSON data directly from the
script element in the page.

Signed-off-by: François Revol <revol@free.fr>
2013-03-14 08:44:10 +01:00
Julien Veyssier
df704f33d9 [qcineoob] better management of NotAvailable 2013-03-13 22:56:53 +01:00
Romain Bignon
7ab847bdbe new maintainer for module cragr (argh) 2013-03-13 21:25:12 +01:00
Florent Fourcot
24c255e454 Add the .mailmap to group identities of authors 2013-03-13 20:42:21 +01:00
Florent
56a5eca576 Don't get page with 0 comment 2013-03-13 20:16:51 +01:00
Romain Bignon
97a70e2f5c support PRLV pattern 2013-03-13 20:01:40 +01:00
Julien Veyssier
0a91eec783 [imdb] dates protection activated 2013-03-13 18:04:36 +01:00
Julien Veyssier
205ffd0251 [qcineoob] role list imported from cineoob
[imdb] if birth date isn't complete => NotAvailable
2013-03-13 18:01:38 +01:00
Florent
5d70856014 Add qcineoob in setup.py and Makefile 2013-03-13 17:38:25 +01:00
Julien Veyssier
4cda327959 authors updated, copyright of qcineoob ok 2013-03-13 17:29:02 +01:00
Julien Veyssier
f83526a6db [qcineoob] copyrights correction 2013-03-13 17:22:00 +01:00
Julien Veyssier
cbc0d16b68 [qcineoob] quit shortcut 2013-03-13 16:51:53 +01:00