Florent
6b76b31fed
Fix body selectors
2015-03-17 08:33:30 +01:00
Florent
feb1405813
bump to 1.1
2014-10-17 14:10:38 +02:00
Laurent Bachelier
448c06d125
pep8 blank lines fixes
...
flake8 --select W391,E302,E301,E304
autopep8 can't fix W391 even though it claims it can.
Fixed using a simple custom script.
2014-10-10 23:41:44 +02:00
Romain Bignon
d61e15cf84
rename things related to browsers
...
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions
Also, the new tree for browser2 is:
weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Florent
0088013ae1
Rename BaseBrowser to Browser
2014-09-26 10:18:12 +02:00
Florent
f3aeddffbc
Rename backend.py to module.py
2014-09-26 10:18:12 +02:00
Florent
9370b2fae7
s/Backend/Module
2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c
s/BACKEND/MODULE/
2014-09-26 10:18:11 +02:00
Laurent Bachelier
3da02fde24
Remove useless __all__ in modules
...
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.
The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Florent
432f97e95c
bump to 1.0
2014-09-03 17:14:10 +02:00
Romain Bignon
e025fb0b20
rename ICap to Cap ( closes #1424 )
2014-07-05 17:33:44 +02:00
Florent
ad54b30a94
Presseurop is back ! (named now voxeurop)
2014-05-22 14:09:02 +02:00
Florent
9ca0bbae6a
bump to 0.j
2014-05-19 22:45:35 +02:00
Florent
a82f57512c
bump to 0.i
2014-01-08 23:40:16 +01:00
Florent
9b022b2ebe
bump to 0.h
2013-08-03 14:31:13 +02:00
Florent
b0060b6a08
Better check for daily links
2013-07-29 12:23:43 +02:00
Florent
52db84191b
Get newspaper source in author field
2013-06-11 16:14:51 +02:00
Florent Fourcot
186d439a44
Fix body parsing (site changed)
2013-05-24 19:05:47 +02:00
Florent
9484099a1d
bump to 0.g
2013-03-26 18:31:12 +01:00
Florent
757070e7cd
Increase RSS size
...
The RSS feed contains one month of articles. Since the split
of today news in a lot of entries, the size of the feed is
very large.
2013-02-11 14:05:05 +01:00
Florent
903b5a6c06
s/entry.link/url/g
2013-02-04 18:41:06 +01:00
Florent
f9f0bc26b0
Get real ID directly with url2id
2013-02-04 16:35:22 +01:00
Florent
bf3132e8c0
bump to 0.f
2013-01-25 17:23:49 +01:00
Florent
4a327e153e
Pep8 cleaning
2013-01-25 10:56:21 +01:00
Florent
438158e19b
Create an id for daily pages
2013-01-23 16:27:10 +01:00
Florent
96ca30388d
Enlarge your size
2013-01-23 16:11:29 +01:00
Florent
322cd0230d
Return data and not None...
2013-01-23 16:02:37 +01:00
Florent
abcc4067d2
All dailys news in only one thread
2013-01-22 14:34:23 +01:00
Florent
af15b24206
New url for daily news
2012-11-26 19:04:01 +01:00
Florent
22d43408f1
Fix content of daily titles
...
Site changed
2012-11-19 15:14:56 +01:00
Florent
5e2af20be1
Use clean_relativ_urls for presseurop articles
2012-11-07 18:18:33 +01:00
Florent
a6e80a2206
Simplify presseurop code
2012-11-07 18:15:55 +01:00
Florent
4a86b86fd0
Remove tweeter sharing
2012-11-07 17:58:58 +01:00
Romain Bignon
4a1e4b5afa
bump to 0.e
2012-10-28 20:39:49 +01: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
Florent
b83e371f37
Change in presseurop RSS feed
...
More than one month in RSS feed...
2012-05-24 18:31:28 +02:00
Romain Bignon
2f8072e89e
bump to 0.d
2012-05-04 21:17:46 +02:00
Florent
8b0ce34187
Add a favicon to presseurop module
2012-04-27 13:34:40 +02:00
Florent
68add41f7f
Real author catching on article pages
...
But still doesn't work for editorial
Tested on 0.b and 0.c
2012-04-25 13:53:05 +02:00
Florent
e181fe4b89
Fix parsing of cartoon pages (Site changed)
...
Tested on version 0.b and 0.c
2012-04-25 13:50:54 +02:00
Romain Bignon
8e391d0b88
bump to 0.c
2012-03-14 22:09:24 +01:00
Florent
a379396869
pep8 on presseurop module
2012-03-13 17:34:16 +01:00
Florent
2ec85f0bfc
Add informations for RSS feed of presseurop
2012-03-09 10:05:16 +01:00
Romain Bignon
a0e4171af3
fix Newsfeed and GenericBackend
2012-02-18 17:40:22 +01:00
Romain Bignon
44b19e74db
fix required version of weboob
2012-02-18 17:18:20 +01:00
Florent
776cf8b74a
Change headers
2012-02-18 17:04:32 +01:00
Florent
e502bb2f69
First implementation of « presseurop » module (europeans news aggregator).
2012-02-18 17:04:25 +01:00