diff options
author | Thanos Apollo <[email protected]> | 2023-11-25 17:44:24 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-11-25 17:44:24 +0200 |
commit | 93889a852439ade2efe74f73a88546816d0a6ce4 (patch) | |
tree | f8eca43c09790f33c98e432738227a32aab43090 | |
parent | 6df551f79d6c22fa60639f8d01783ab179f22873 (diff) |
emacs:(elfeed) Update feeds
Remove videos and add new medical feeds
-rw-r--r-- | .emacs.d/modules/thanos-elfeed.el | 44 |
1 files changed, 7 insertions, 37 deletions
diff --git a/.emacs.d/modules/thanos-elfeed.el b/.emacs.d/modules/thanos-elfeed.el index cd4c6b5..377e510 100644 --- a/.emacs.d/modules/thanos-elfeed.el +++ b/.emacs.d/modules/thanos-elfeed.el @@ -48,58 +48,28 @@ emacs linux) ("https://drewdevault.com/blog/index.xml" sourcehut drewdevault) - ("https://spacepub.space/feeds/videos.xml?videoChannelId=2" - drewdevault video) - ("https://odysee.com/$/rss/@DistroTube:2" - video dt) - ("https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA" - video mental) - ("https://www.youtube.com/feeds/videos.xml?channel_id=UCAiiOTio8Yu69c3XnR7nQBQ" - 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" - video zoogirl) - ("https://www.youtube.com/feeds/videos.xml?channel_id=UC0uTPqBCFIpZxlz_Lv1tk_g" - video prot) - ("https://www.youtube.com/feeds/videos.xml?channel_id=UC05XpvbHZUQOfA6xk4dlmcw" - video djware) ("https://archlinux.org/feeds/news/" ArchLinux Latest) - ("https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA" - fireship video) - ("https://www.youtube.com/feeds/videos.xml?channel_id=UCl-J-ovSJhA3or73Q2uVpow" - medicosperf video) - ("https://www.youtube.com/feeds/videos.xml?channel_id=UCSuHzQ3GrHSzoBbwrIq3LLA" - naomi video) - ("https://www.youtube.com/feeds/videos.xml?channel_id=UCqYPhGiB9tkShZorfgcL2lA" - WhatIveLearned video) ("http://wikileaks.org/feed" wikileaks) ("https://hackernoon.com/feed" hackernoon) ("https://sachachua.com/blog/feed/" sacha emacs) - ("https://www.youtube.com/feeds/videos.xml?channel_id=UCl2mFZoRqjw_ELax4Yisf6w" - video Louis) - ("https://www.youtube.com/feeds/videos.xml?channel_id=UC1yNl2E66ZzKApQdRuTQ4tw " - video sabine) ("https://bits.debian.org/feeds/feed.rss" debian linux) ("https://torrentfreak.com/feed" torrentfreak) - ("https://www.youtube.com/feeds/videos.xml?channel_id=UCM6SlP9fiwPIjhkWmbg8Ojg" - video liberated-programmer) - ("https://odysee.com/$/rss/@seytonic:c" - video seytonic) - ("https://www.youtube.com/feeds/videos.xml?channel_id=UC1yNl2E66ZzKApQdRuTQ4tw" - video sabine) ("https://wp.medscape.com/cx/rssfeeds/2700.xml" med medscape) - ("https://nyxt.atlas.engineer/feed" - nyxt) ("https://www.science.org/action/showFeed?type=etoc&feed=rss&jc=sciimmunol" - science))) + science) + ("https://www.who.int/rss-feeds/news-english.xml" + who medicine) + ("https://www.addtoany.com/add_to/feed?linkurl=http%3A%2F%2Fwww.thelancet.com%2Frssfeed%2Flancet_online.xml&type=feed&linkname=The%20Lancet%20Online%20First&linknote=" + lancet medicine) + ("https://www.addtoany.com/add_to/feed?linkurl=http%3A%2F%2Fwww.thelancet.com%2Frssfeed%2Flanhae_online.xml&type=feed&linkname=The%20Lancet%20Haematology%20Online%20First&linknote=" + lancet haematology medicine))) (defun elfeed-mpv (&optional use-generic-p) "Play video link with mpv." |