From d26a55ee8b520a1ae0fc4c0973d3f9880a5357f8 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 26 May 2023 00:45:36 +0200 Subject: Housecleaning --- content/notes/parse-rss-with-lua.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/notes/parse-rss-with-lua.md') diff --git a/content/notes/parse-rss-with-lua.md b/content/notes/parse-rss-with-lua.md index 1efeae5..c28c20c 100644 --- a/content/notes/parse-rss-with-lua.md +++ b/content/notes/parse-rss-with-lua.md @@ -8,6 +8,7 @@ tags: [lua, rss] --- Example of parsing RSS feeds with Lua. Before running the script install: + - feedparser with `luarocks install feedparser` - luasocket with `luarocks install luasocket` @@ -37,3 +38,4 @@ else print("! Request failed. Status:", status) end ``` + -- cgit v1.2.3