Closed ghost closed 1 year ago
I see, so your username contains @
and url-generic-parse-url
could not parse it correctly. I will try to solved it, later.
(url-generic-parse-url "fever+https://user@somedomain@bazqux.com")
https://github.com/fasheng/elfeed-protocol/blob/master/elfeed-protocol-common.el#L139
@pirattidasan I give a workaround for such issue, please test if working for bazqux.com.
Works great ! Thank you.
Arch Linux x86_64 Kernel 6.2.9
28.2
3.4.1
0.3.2
8.0.1
elfeed-protocol-fever-feeds
empty:yes
elfeed-log
[2023-04-08 18:58:05] [debug]: elfeed-protocol-fever: {"api_version":3,"auth":0} [2023-04-08 18:58:05] [error]: elfeed-protocol-fever: authentication failed, wrong username or password
bazqux.com has a fever api which works with simple curl authentication. It has the following format
user: email@somedomain
password: somepassword
An md5sum of
user:password
works fine withcurl
authentication, but only using the email as username.The same fails in using elfeed protocol