diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 99e35fe70..2b6af5abc 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -283,6 +283,7 @@ let (fromDb "youtube.com/@Matrixdotorg" // tech) # Matrix Live (fromDb "youtube.com/@NativLang") (fromDb "youtube.com/@PolyMatter") + (fromDb "youtube.com/@scenesbyben" // pol) # video essays (fromDb "youtube.com/@TechnologyConnections" // tech) (fromDb "youtube.com/@TomScottGo") (fromDb "youtube.com/@TVW_Washington" // pol) # interviews with WA public officials diff --git a/modules/data/feeds/sources/youtube.com/@scenesbyben/default.json b/modules/data/feeds/sources/youtube.com/@scenesbyben/default.json new file mode 100644 index 000000000..90a8bec86 --- /dev/null +++ b/modules/data/feeds/sources/youtube.com/@scenesbyben/default.json @@ -0,0 +1,7 @@ +{ + "description": null, + "is_podcast": false, + "title": "Ben", + "url": "https://www.youtube.com/feeds/videos.xml?channel_id=UC433I43L6Yz3SnAC9BZxdIQ", + "velocity": 0.024 +} \ No newline at end of file