README: clean up deprecated code
parent
27a42c47aa
commit
b6000923bc
|
@ -250,7 +250,6 @@ url = 'http://newspaper.example/feed.xml'
|
|||
options = morss.Options(csv=True) # arguments
|
||||
morss.crawler.sqlite_default = '/tmp/morss-cache.db' # sqlite cache location
|
||||
|
||||
url = morss.UrlFix(url) # make sure the url is properly formatted
|
||||
url, rss = morss.FeedFetch(url, options) # this only grabs the RSS feed
|
||||
rss = morss.FeedGather(rss, url, options) # this fills the feed and cleans it up
|
||||
|
||||
|
|
Loading…
Reference in New Issue