index
:
newspipe
add-reverse-proxy
combine-apps
hide-registration-button
ldap-auth
master
reverse-proxy
reverse-proxy-for-patch
stackrpms-branding
stackrpms-master
A web news aggregator.
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyaggr3g470r
/
feedgetter.py
Commit message (
Collapse
)
Author
Age
*
Removed old feedgetter module.
Cédric Bonhomme
2014-04-13
|
*
Test of the new crawler with gevent.
Cédric Bonhomme
2014-04-13
|
*
No automatic indexation for the moment.
Cédric Bonhomme
2014-04-13
|
*
Updated *
Cédric Bonhomme
2014-04-13
|
*
Whoosh search is now working (but not on Heroku).
Cédric Bonhomme
2014-04-13
|
*
Improvements of the feedgetter module.
Cédric Bonhomme
2014-04-12
|
*
New ForeignKey between Article and User.
Cédric Bonhomme
2014-04-12
|
*
Updated README.
Cédric Bonhomme
2014-04-09
|
*
Updated README.
Cédric Bonhomme
2014-04-09
|
*
Articles's link are not unique.
Cédric Bonhomme
2014-04-09
|
*
Fixed bug for deployment on Herolu (2).
Cédric Bonhomme
2014-04-09
|
*
License is now AGPLv3.
Cédric Bonhomme
2014-04-09
|
*
Import/export of feeds with OPML is working.
Cédric Bonhomme
2014-04-08
|
*
Beginning of the port to PostgreSQL.
Cédric Bonhomme
2014-04-07
|
*
Minor improvement.
Cédric Bonhomme
2014-02-07
|
*
Catch exception if the description is not available.
Cédric Bonhomme
2014-01-26
|
*
The description of the feed is stored in the database.
Cédric Bonhomme
2014-01-26
|
*
Added an option to choose if URL of articles behind proxies should be resolved.
Cédric Bonhomme
2014-01-21
|
*
Removed debug print.
Cédric Bonhomme
2014-01-20
|
*
Finally always try to get the real URL...
Cédric Bonhomme
2014-01-20
|
*
The MongoEngine object is saved after all threads are done.
Cédric Bonhomme
2014-01-19
|
*
Only get the URL with requests if the string 'feedproxy' is found in the ↵
Cédric Bonhomme
2014-01-19
|
|
|
|
netloc part of the original URL.
*
Continue on exception.
Cédric Bonhomme
2014-01-13
|
*
requests is now too using the defined proxy.
Cédric Bonhomme
2014-01-13
|
*
Feedgetter now uses the defined proxy of HTTP and HTTPS.
Cédric Bonhomme
2014-01-13
|
*
Removed useless print.
Cédric Bonhomme
2014-01-12
|
*
It is now possible to feth only one feed.
Cédric Bonhomme
2014-01-12
|
*
The term wasn't adequate.
Cédric Bonhomme
2014-01-06
|
*
utm_* parameters are now systematically removed.
Cédric Bonhomme
2014-01-06
|
*
Bugfix: variable name.
Cédric Bonhomme
2014-01-06
|
*
utm_* parameters are automatically removed from article's URLs.
Cédric Bonhomme
2014-01-06
|
*
Bug fix in the feedgetter.
Cédric Bonhomme
2014-01-06
|
*
sorting by date all articles for each feed.
Cédric Bonhomme
2013-12-30
|
*
Test without sorting articles.
Cédric Bonhomme
2013-12-30
|
*
Minor bugfix.
Cédric Bonhomme
2013-12-27
|
*
Log timeout exception.
Cédric Bonhomme
2013-12-27
|
*
Don't log that.
Cédric Bonhomme
2013-12-27
|
*
Better management of exceptions.
Cédric Bonhomme
2013-12-27
|
*
No need to test explicitly if the article is already in the database since ↵
Cédric Bonhomme
2013-12-27
|
|
|
|
the 'link' MongoEngine field is unique.
*
Added log info message for new articles.
Cédric Bonhomme
2013-12-26
|
*
Logging for the feedgetter module.
Cédric Bonhomme
2013-12-26
|
*
Uses the user agent defined in the configuration file.
Cédric Bonhomme
2013-12-26
|
*
Only append the article to list if the saving with MongoEngine has been ↵
Cédric Bonhomme
2013-12-26
|
|
|
|
successful.
*
If it is not possible to get the real URL, uses the URL provided by feedparser.
Cédric Bonhomme
2013-12-26
|
*
Get the 'real' url.
Cédric Bonhomme
2013-12-24
|
*
It is now possible to configure the proxy and the user agent.
Cédric Bonhomme
2013-12-24
|
*
It is now possible to enable or disable (stop checking for updates) a feed.
Cédric Bonhomme
2013-11-23
|
*
Whoosh indexing.
Cédric Bonhomme
2013-11-10
|
*
Email notification.
Cédric Bonhomme
2013-11-10
|
*
Restored headers.
Cédric Bonhomme
2013-11-05
|
[next]
bgstack15