mirror of
https://github.com/SqrtMinusOne/elfeed-summary.git
synced 2025-12-10 17:43:03 +03:00
Merge pull request #2 from dawsers/master
Fixed problem with URLs with common root, like Youtube channels
This commit is contained in:
commit
d52139b30d
1 changed files with 2 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue