From 07fc7a0d8265dd80b64e5b3c627682f480d243dc Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Wed, 23 Jun 2010 12:05:13 +0200 Subject: [PATCH] rss_feed.py: fix link to articles --- plugins/rss_feed.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/rss_feed.py b/plugins/rss_feed.py index 580d304..b9eced2 100644 --- a/plugins/rss_feed.py +++ b/plugins/rss_feed.py @@ -54,8 +54,7 @@ def sitemap_scan(params): else: change = "" - fname_out = os.path.join(cfg.out_dir, file.out_path) - full_url = "http://%s/%s" % (cfg.main_url, fname_out) + full_url = "http://%s/%s" % (cfg.main_url, file.out_path) item = PyRSS2Gen.RSSItem( title = file["title"], link = full_url, -- 2.39.2