rss-parser icon indicating copy to clipboard operation
rss-parser copied to clipboard

Removing http & https web request library dependencies

Open gaodeng opened this issue 3 years ago • 2 comments

Most projects using this library should already have their own network request library, so there doesn't seem to be much need to add the parseURL API. I suggest removing this method to remove the web request library dependency

gaodeng avatar Dec 17 '21 06:12 gaodeng

This seems like a good idea to me. The HTTP logic has caused a lot of issues.

rbren avatar Jan 14 '22 14:01 rbren

https://github.com/rbren/rss-parser/pull/228

eviltik avatar Jul 12 '22 08:07 eviltik