Commit graph

683 commits

Author SHA1 Message Date
Romain Bignon
5eb3b2ece5 default URL values 2011-03-01 11:04:30 +01:00
Romain Bignon
61619a30b5 fix when the title/artist information is not available 2011-02-28 17:49:02 +01:00
Romain Bignon
ffca80282b fix encoding errors when sending a comment 2011-02-28 10:53:40 +01:00
Julien Veyssier
ac7274cafd [isohunt] corrected (closes #529), the site doesn't provide seed information on info page anymore 2011-02-27 22:37:40 +01:00
Xavier G
217a03a7de CrAgr: Fixed the cents calculation.
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-02-26 17:34:12 +01:00
Romain Bignon
6923de1160 update tests 2011-02-26 11:29:25 +01:00
Romain Bignon
1b3b783cff add missing files 2011-02-26 11:13:24 +01:00
juke
3676f7eec6 new regexp 2011-02-25 19:03:24 +01:00
juke
719d91a0dd fix parser + new pages 2011-02-25 18:56:46 +01:00
Juke
1f73bf5a11 add sciences livres immobilier 2011-02-25 18:49:23 +01:00
Romain Bignon
669c1f05f2 better comments urls 2011-02-25 17:01:30 +01:00
Romain Bignon
5b4a917787 fix timezone of dates 2011-02-25 10:53:27 +01:00
Romain Bignon
144bb8a7e4 works with DLFP2.0RoR-ng 2011-02-24 21:36:19 +01:00
Romain Bignon
8012afe847 replace 'url2id' predicate with 'rssid' 2011-02-24 21:34:32 +01:00
Clément Schreiner
13cde4ed1f Fix pyflakes errors (forgotten import, unused variables) 2011-02-24 14:47:00 +01:00
juke
03b716a8f1 add new categories 2011-02-23 18:51:53 +01:00
juke
21e1dac437 no title selector for flashactu page closes #526 2011-02-23 12:35:36 +01:00
Juke
2b10608ee5 typo 2011-02-23 01:52:25 +01:00
Juke
127860c8fe remove remove by try_remove closes #525 2011-02-23 01:51:58 +01:00
Juke
24e2aa820e add sante 2011-02-23 01:44:28 +01:00
juke
3574a168ef catch new url categories (closes #516,#517,#518,#519,#520,#521,#522,#523,#524) 2011-02-22 13:53:51 +01:00
Juke
c74734545b create a genericBackend 2011-02-22 01:50:13 +01:00
Juke
3bc2312338 PEP 8 fix 2011-02-22 01:06:57 +01:00
Juke
5a7ae0a5bd move genericArticle to tools 2011-02-21 23:31:38 +01:00
Juke
90cd02642b fix title selector (closes #514) 2011-02-21 22:48:07 +01:00
Romain Bignon
ab2a62d79d fix the captcha broker (closes #461) 2011-02-21 18:32:29 +01:00
Juke
345b3f6161 fixe regexp to match differents pages 2011-02-21 18:01:16 +01:00
juke
a1512d7973 closes #513 2011-02-21 17:38:19 +01:00
juke
800796a2be new version of genericArticle 2011-02-21 17:30:49 +01:00
juke
b84cae3431 raise a specific exception refs #512 2011-02-21 16:40:54 +01:00
juke
61dcd8dd02 author is not none closes #511 2011-02-21 14:36:28 +01:00
juke
3f9cfc1029 ledirect title is good now closes #510 2011-02-21 14:16:30 +01:00
Juke
c746dcd01d factorise code closes #509 2011-02-20 10:23:23 +01:00
Juke
defdfa6af1 new backend lefigaro
backend lefigaro
2011-02-20 10:23:17 +01:00
Romain Bignon
10beaf2c5d don't need to have an account on mediawiki 2011-02-19 18:54:26 +01:00
Juke
3ea6b143b8 new branch inrocks 2011-02-19 16:59:31 +01:00
Juke
9dad89bf7f use assessor 2011-02-19 16:59:31 +01:00
Juke
2ebe8012bd uniform minutes20 and inrocks 2011-02-19 16:59:31 +01:00
Juke
b584740fc8 remove img 2011-02-19 16:59:31 +01:00
Juke
f05d4b2829 inrocks backend 2011-02-19 16:59:31 +01:00
Juke
08252358eb new backend 2011-02-19 16:59:31 +01:00
Xavier G
111a49e00e CrAgr: Fixed the history operation so that it basically works when every non-ASCII character on the bank website is replaced with two interrogation marks.
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-02-19 15:21:24 +01:00
Romain Bignon
0b1a445027 fix broken API 2011-02-17 18:42:18 +01:00
Clément Schreiner
6979604e6f Support for more than 10 revisions in mediawiki.
Maximum number of revisions in iter_revisions is now 500, the API's limit
for normal users.

webcontentedit has been updated to use the 'count' option for do_log().
2011-02-16 23:19:50 +01:00
Clément Schreiner
5d24cec733 Implemented iter_revisions. Various minor fixes.
The methode iter_revisions(page) is now implemented, and yiels the last
ten revisions of the page, as 'Revision' objects.

Various fixes, like removing unused imports.
2011-02-16 22:23:49 +01:00
Clément Schreiner
3624110e94 Fix 'Invalid token' error 2011-02-16 21:17:07 +01:00
Clément Schreiner
179d6ec75e New backend: mediawiki.
Features working:
 - get_content()
 - push_content()
 - get_content_preview()
TODO:
 - log_content()
 - check for encoding problems
2011-02-16 20:45:54 +01:00
juke
3df800f978 optimise exception catching closes #501 2011-02-16 10:42:01 +01:00
juke
10ede04aee add url to signature closes #499 2011-02-15 16:52:28 +01:00
Julien Veyssier
bef9ac5fd7 [kickass] size span detection improved (fixes #497) 2011-02-13 23:30:10 +01:00