aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/feedgetter.py
Commit message (Collapse)AuthorAge
* Import/export of feeds with OPML is working.Cédric Bonhomme2014-04-08
|
* Beginning of the port to PostgreSQL.Cédric Bonhomme2014-04-07
|
* Minor improvement.Cédric Bonhomme2014-02-07
|
* Catch exception if the description is not available.Cédric Bonhomme2014-01-26
|
* The description of the feed is stored in the database.Cédric Bonhomme2014-01-26
|
* Added an option to choose if URL of articles behind proxies should be resolved.Cédric Bonhomme2014-01-21
|
* Removed debug print.Cédric Bonhomme2014-01-20
|
* Finally always try to get the real URL...Cédric Bonhomme2014-01-20
|
* The MongoEngine object is saved after all threads are done.Cédric Bonhomme2014-01-19
|
* Only get the URL with requests if the string 'feedproxy' is found in the ↵Cédric Bonhomme2014-01-19
| | | | netloc part of the original URL.
* Continue on exception.Cédric Bonhomme2014-01-13
|
* requests is now too using the defined proxy.Cédric Bonhomme2014-01-13
|
* Feedgetter now uses the defined proxy of HTTP and HTTPS.Cédric Bonhomme2014-01-13
|
* Removed useless print.Cédric Bonhomme2014-01-12
|
* It is now possible to feth only one feed.Cédric Bonhomme2014-01-12
|
* The term wasn't adequate.Cédric Bonhomme2014-01-06
|
* utm_* parameters are now systematically removed.Cédric Bonhomme2014-01-06
|
* Bugfix: variable name.Cédric Bonhomme2014-01-06
|
* utm_* parameters are automatically removed from article's URLs.Cédric Bonhomme2014-01-06
|
* Bug fix in the feedgetter.Cédric Bonhomme2014-01-06
|
* sorting by date all articles for each feed.Cédric Bonhomme2013-12-30
|
* Test without sorting articles.Cédric Bonhomme2013-12-30
|
* Minor bugfix.Cédric Bonhomme2013-12-27
|
* Log timeout exception.Cédric Bonhomme2013-12-27
|
* Don't log that.Cédric Bonhomme2013-12-27
|
* Better management of exceptions.Cédric Bonhomme2013-12-27
|
* No need to test explicitly if the article is already in the database since ↵Cédric Bonhomme2013-12-27
| | | | the 'link' MongoEngine field is unique.
* Added log info message for new articles.Cédric Bonhomme2013-12-26
|
* Logging for the feedgetter module.Cédric Bonhomme2013-12-26
|
* Uses the user agent defined in the configuration file.Cédric Bonhomme2013-12-26
|
* Only append the article to list if the saving with MongoEngine has been ↵Cédric Bonhomme2013-12-26
| | | | successful.
* If it is not possible to get the real URL, uses the URL provided by feedparser.Cédric Bonhomme2013-12-26
|
* Get the 'real' url.Cédric Bonhomme2013-12-24
|
* It is now possible to configure the proxy and the user agent.Cédric Bonhomme2013-12-24
|
* It is now possible to enable or disable (stop checking for updates) a feed.Cédric Bonhomme2013-11-23
|
* Whoosh indexing.Cédric Bonhomme2013-11-10
|
* Email notification.Cédric Bonhomme2013-11-10
|
* Restored headers.Cédric Bonhomme2013-11-05
|
* The test was wrong..sorry..Cédric Bonhomme2013-11-05
|
* Changed the ckeck of an existing article in the database.Cédric Bonhomme2013-11-05
|
* Try to speed the search of article.Cédric Bonhomme2013-11-03
|
* It is now possible to add a feed via a form for different users.Cédric Bonhomme2013-11-01
|
* this sort is enough fastCédric Bonhomme2013-10-30
|
* context manager now uselessCédric Bonhomme2013-10-30
|
* Sorting of articles seems to be working ;-)Cédric Bonhomme2013-10-28
|
* Updated importer.Cédric Bonhomme2013-10-27
|
* Removed debug print.Cédric Bonhomme2013-10-27
|
* Disabling logs in feedgetter.Cédric Bonhomme2013-10-15
|
* reverse sorted listCédric Bonhomme2013-10-14
|
* Still trying to sort those f* articles.Cédric Bonhomme2013-10-14
|
bgstack15