Yes, i can confirm the script doesnt work for me. Something is wrong with the script. I am also getting 403 forbidden.lido wrote:Anyone have a successfully running TCL script that supports both http and https rss feeds? I can get the http feeds running with this script, but totally striking out with https feeds.
Code: Select all
set rss(reddit) {
"url" "http://www.reddit.com/r/worldnews/.rss"
"channels" "#tester"
"database" "scripts/feeds/reddit.db"
"output" "[\002Reddit News :\002] \002@@item!title@@\002 - \002Url : \00314@@item!guid@@ \00308\002Posted\002 : @@item!pubDate@@@@entry!pubDate@@"
"trigger" "!rn"
I tried to change (for example)haferbrei wrote:i installed the script, but i get RSS Warning: couldn't open "file.db". no such file or directory.
if i make a file.db i get
RSS Error: Invalid feed database file format file.db
any ideas how to solve it?
Code: Select all
"database" "scripts/feeds/reddit.db"
Code: Select all
"database" "/home/myuser/eggdrop/scripts/feeds/reddit.db"