diff --git a/rss.py b/rss.py index 05f4115..ef07aff 100755 --- a/rss.py +++ b/rss.py @@ -46,7 +46,7 @@ def main(): p(map, lambda x: { **x, "published_rfc822": iso8601torfc822(x["published"]), - "url": BASE_URL + x["path"] + "url": f"{BASE_URL}/{x['path']}" }) | list )