nning / transmission-rss

Adds torrents from RSS feeds to Transmission web frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Percent encoded url handling

Jimmy-Z opened this issue · comments

Debian Buster

From the look of the log, %2f got percent encoded again to %252f, which will result in 500 server error for my case.

I had to decode the url into https://example.com/rss/?test/test to make it work.

Percent encoded rss url does exist, some rss sites have query/token(per user feeds) support.