python-rss2irc icon indicating copy to clipboard operation
python-rss2irc copied to clipboard

Add authentication possibilities

Open tvo6 opened this issue 8 years ago • 1 comments

Could it be possible to add some feature for http or other authentication systems?

The feedparser module documentation for that is here: https://pythonhosted.org/feedparser/http-authentication.html#downloading-a-feed-protected-by-basic-authentication-the-easy-way

Thanks,

tvo6 avatar Aug 18 '17 09:08 tvo6

@tvo6 Can't you just add the necessary authentication information to the beginning of the URL like recommended in your referenced documentation?

http://user:[email protected]/feed.xml?

gehaxelt avatar Oct 05 '18 19:10 gehaxelt