From b6000923bcff89f4311e2d2e5e7bf8c45c79947e Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 28 Apr 2020 22:31:11 +0200 Subject: [PATCH] README: clean up deprecated code --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4edcedd..a01f188 100644 --- a/README.md +++ b/README.md @@ -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