mmcdole
mmcdole
I'm been kind of mulling over what options we might want in this config object, that have been requested in the past, or might be beneficial to give control over....
Thanks @imirzadeh . I think you are right. I'll leave the ParseURL functions, but will encourage people who want to have custom behavior to use their own client implementation.
@HeyDorvin I tested a few of these... Feed 1: https://www.bleepingcomputer.com/feed/ The feed parses fine. However, the above feed is being protected by Cloudflare WAF. If you download it manually from...
I'll try to look at the others when I have some time. But if you get a chance, try downloading them manually and parsing.
I'm guessing I need to handle this by first: 1. Parsing non-UTF8 feeds into UTF8 _first_ 2. Sanitize the feed afterwards I could do something like: ```golang func convertToUTF8(data []byte)...
Looking at this @akurilov
@JLugagne Can you show a quick example of this? I think I understand, but want to be completely sure. It _sounds_ like this might be better to be fixed in...
This should be fixed with #223, so closing. Thank you @JLugagne !
@cristoper before I check on this, did your latest change address this? I briefly saw some handling of URI components in Atom, but wasn't sure if it was unrelated.
Alright, I don't see an issue with us adding `URL` to `gofeed.Person` and map `atom.Person.URI` to it.