diff options
author | cedricbonhomme <devnull@localhost> | 2010-06-10 14:06:58 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-06-10 14:06:58 +0200 |
commit | 840c626cbca3ffe4dd71d54da8c5bdc217bc0f52 (patch) | |
tree | 6bd3b3d63d7a07488a458a7b888737b94af453bc | |
parent | It is now possible to remove all articles of a given feed from the SQLite bas... (diff) | |
download | newspipe-840c626cbca3ffe4dd71d54da8c5bdc217bc0f52.tar.gz newspipe-840c626cbca3ffe4dd71d54da8c5bdc217bc0f52.tar.bz2 newspipe-840c626cbca3ffe4dd71d54da8c5bdc217bc0f52.zip |
Release 1.4. It is now possible to remove all articles of a given feed from the SQLite base via the management page. You can also add a feed just with the URL of the web page. The URL of the feed is obtained by parsing the web page with the module BeautifulSoup.
-rwxr-xr-x | pyAggr3g470r.py | 4 | ||||
-rwxr-xr-x | utils.py | 4 | ||||
-rwxr-xr-x | var/feed.lst | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 6b2b74f3..787a4c69 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -2,8 +2,8 @@ #-*- coding: utf-8 -*- __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 1.3 $" -__date__ = "$Date: 2010/05/04 $" +__version__ = "$Revision: 1.4 $" +__date__ = "$Date: 2010/06/10 $" __copyright__ = "Copyright (c) 2010 Cedric Bonhomme" __license__ = "GPLv3" @@ -4,8 +4,8 @@ from __future__ import with_statement __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 0.6 $" -__date__ = "$Date: 2010/04/29 $" +__version__ = "$Revision: 0.7 $" +__date__ = "$Date: 2010/06/10 $" __copyright__ = "Copyright (c) 2010 Cedric Bonhomme" __license__ = "GPLv3" diff --git a/var/feed.lst b/var/feed.lst index c850dafb..29bb04e0 100755 --- a/var/feed.lst +++ b/var/feed.lst @@ -24,3 +24,4 @@ http://www.jeffersonswheel.org/?feed=rss2 http://www.laquadrature.net/en/rss.xml http://static.fsf.org/fsforg/rss/blogs.xml http://esr.ibiblio.org/?feed=rss2 +http://www.maitre-eolas.fr/feed/atom
\ No newline at end of file |