Help and Support
Ask a question, report a problem, request a feature...
<<  Back To Forum

Problem with RSS-feed with non-english letters in URL

by Guest on 2020/12/06 10:18:50 AM    
Hello all!

Subj, more details here - https://github.com/Jackett/Jackett/issues/10400
by Guest on 2020/12/07 07:21:25 AM    
post a feed that has this problem going on. that way it can be sent to the devs and fixed.
by Guest on 2020/12/09 09:01:40 AM    
In the web standards, URLs with raw un-encoded Unicode are malformed, and not valid URLs, although most web browsers will accept them and clean them.

See https://en.wikipedia.org/wiki/Percent-encoding

Percent-encoding, also known as URL encoding, is a method to encode arbitrary data in a Uniform Resource Identifier (URI) using only the limited US-ASCII characters legal within a URI.

The software that you copied the URL from should have encoded it before it goes on the clipboard, so there's probably a bug there.  If you paste the URL into a web browser, and then re-copy it, you will see that it cleans up the encoding and makes it a valid URL.  But the URL should be like that from the original source.
by KH on 2020/12/09 09:29:32 AM    
We'll put a work-around in the next release (v2.78) to check for bad characters in the URL and clean up the encoding, like many www browsers do.  That should fix this problem regardless of the source.
by KH on 2020/12/21 06:38:33 PM    
This has been fixed for version 2.78.  There is now a full URL sanitizer in-place to deal with any malformed or mis-encoded URLs.




This web site is powered by Super Simple Server