diff options
author | Thanos Apollo <[email protected]> | 2023-03-14 07:54:29 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-14 07:54:29 +0200 |
commit | 29cc0c3a70dbb7c58e083a65ce7eab509be4c422 (patch) | |
tree | c3f5a87dcffa6670966d0a41756423b7ed0a4649 /.emacs.d | |
parent | 33c11414a49379837c25ecad9e20e2a191fb1c85 (diff) |
emacs: for elfeed change luke feed to peertube and change tags
Change luke smith's youtube feed to his peertube and change 'youtube'
tag to 'video'
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 786b6db..8054e0c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -905,21 +905,21 @@ you have the correctly set the OPENAI_API_KEY variable" ("https://spacepub.space/feeds/videos.xml?videoChannelId=2" drewdevault youtube) ("https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg" - youtube dt) + video dt) ("https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA" - youtube mental) + video mental) ("https://www.youtube.com/feeds/videos.xml?channel_id=UCAiiOTio8Yu69c3XnR7nQBQ" - youtube daviwil) - ("https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA" - youtube luke) + video daviwil) + ("https://videos.lukesmith.xyz/feeds/videos.atom?sort=-publishedAt&isLocal=true" + video luke) ("https://www.youtube.com/feeds/videos.xml?channel_id=UCrc2iv2-G1FZ3VscM3zu2jg" - youtube zoogirl) + video zoogirl) ("https://www.youtube.com/feeds/videos.xml?channel_id=UC0uTPqBCFIpZxlz_Lv1tk_g" - youtube prot) + video prot) ("https://www.youtube.com/feeds/videos.xml?channel_id=UCq6VFHwMzcMXbuKyG7SQYIg" - youtube moist) + video moist) ("https://www.youtube.com/feeds/videos.xml?channel_id=UC05XpvbHZUQOfA6xk4dlmcw" - youtube djware)))) + video djware)))) (defun elfeed-v-mpv (url) "Watch a video from URL in MPV" |