shgysk8zer0 / awesome-rss

Puts an RSS/Atom subscribe button back in URL bar
https://addons.mozilla.org/en-US/firefox/addon/awesome-rss/
GNU General Public License v3.0
193 stars 23 forks source link

wrong url to tiny tiny rss api #153

Closed cyorps closed 2 years ago

cyorps commented 2 years ago

Hi,

by using your addon with tiny tiny rss there comes an issue after redirection to server host. Because your addon build redirects in this scheme: rss-server/public.php?op=subscribe&feed_url=%%s but this is scheme is needed rss-server/public.php?op=bookmarklets--subscribe&feed_url=%%s

Take a look at this discussion: https://community.tt-rss.org/t/using-chrome-rss-extension-to-add-feeds-to-ttrss/4715/4

cyorps commented 2 years ago

Sorry! Duplicate with #151.