Merge pull request #2 from dawsers/master

Fixed problem with URLs with common root, like Youtube channels
This commit is contained in:
Pavel Korytov 2022-05-06 10:20:17 +03:00 committed by GitHub
commit d52139b30d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -748,10 +748,8 @@ items."
show-read)
(format "+%s " elfeed-summary-unread-tag))
"="
(replace-regexp-in-string
(rx "?" (* not-newline) eos)
""
(elfeed-feed-id feed)))))
(rx-to-string (elfeed-feed-id feed) t)
)))
(defun elfeed-summary--search-feed-notify (widget &rest _)
"A function to run in `:notify' in a feed widget button.