venus icon indicating copy to clipboard operation
venus copied to clipboard

Planet Venus is an awesome ‘river of news’ feed reader. It downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first.

Results 32 venus issues
Sort by recently updated
recently updated
newest added

Added option "gravatar" to the configuration file to use the service http://gravatar.com avatar image. Only works with the theme "classic_fancy. " example: # subscription list [http://web-aox.com/feed/] name = Alexander Olivares...

If the plugin raises an exception (including SystemExit) the `__main__` module is not properly loaded and it's `__dict__` is lost. E.g. this causes errors when using any global variable in...

Hi Sam, ``` I found an error where spider was choking when there are non-ascii characters in the entry. Please see if this works. I have added a test case...

the coercedates branch of my fork includes a new "coercedates" plugin that handles the logic i described wanting in issue #15, along with the (minimal) changes to spider.py necessary to...

Hi Sam, These three commits add support to feedparser and html5lib for the preload and poster attributes of video and audio tags. I have already submitted them upstream as well....

Basically I have made two minor modifications to files in the `planet/vendor` folder. Both `planet/vendor/feedparser.py` and `planet/vendor/html5lib/sanitizer.py` (which are used for sanitizing the HTML / XHTML encountered in a feed)...

The RSS spec defines a member of for aggregators to indicate another feed from which the item originated.

There is something about the default httplib2 user-agent that causes some web servers to throw up. Try this, for example:: ``` >>> import httplib2 >>> h = httplib2.Http() >>> response,...

Empty point defined as ` ` with single space only leads to index out of range on the coordinates access. From the log: ``` ERROR:planet.runner:Error processing http://example.com/feed ERROR:planet.runner:IndexError: list index...

Add a 'user agent' field to threaded spider jobs