wking / rss2email

open-source tool for Windows, Mac OS and UNIX for getting news from RSS feeds in email
http://pypi.python.org/pypi/rss2email/
GNU General Public License v2.0
270 stars 48 forks source link

new rss2email can't process URLs with auth info in them? #80

Open jikamens opened 8 years ago

jikamens commented 8 years ago
processing error: expected bytes-like object, not str: FeedName (http://username--elided:password-elided@JournalName.livejournal.com/data/rss?auth=digest -> email-address-elided)

This feed URL worked fine in the old version of rss2email (before the big rewrite).

2Belette commented 7 years ago

Same bug here. Any news on this one ? Working well on v2.71 but not on 3.9 :( Is this project still maintained here as I don't see any reply for almost one year... Many thanks

lkmorlan commented 7 years ago

URLs of this format used to work: https://user:pass@example.com/path

Now I get "processing error: nonnumeric port: 'pass'". It is not correctly parsing the URL and interprets the password to be the port.

Ekleog commented 4 years ago

Hello,

This repository has been deprecated for a few years now, and has been replaced by https://github.com/rss2email/rss2email .

If this issue is still relevant to you, and not fixed with v3.12.2, could you please reopen the issue there?

Cheers, Leo

lkmorlan commented 4 years ago

This issue appears to already exist.