From 9e257319695cd6149d03f2a96e0bf6c40c14a713 Mon Sep 17 00:00:00 2001 From: Ryan Schumacher Date: Fri, 30 Aug 2024 09:56:05 -0500 Subject: [PATCH] Add spotify podcast video blocklist --- blocklists/spotify-podcast-video.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/spotify-podcast-video.json diff --git a/blocklists/spotify-podcast-video.json b/blocklists/spotify-podcast-video.json new file mode 100644 index 0000000..3c3bbb7 --- /dev/null +++ b/blocklists/spotify-podcast-video.json @@ -0,0 +1,9 @@ +{ + "name": "Spotify Podcast Video", + "website": "https://gist.github.com/jrschumacher/27d42e9ef6fd0cda4e13d7917d7f1975", + "description": "Spotify Podcasts are filled with non-podcast videos (i.e. youtube, tiktok, etc) and there is no way to disable for kids", + "source": { + "url": "https://gist.githubusercontent.com/jrschumacher/27d42e9ef6fd0cda4e13d7917d7f1975/raw/5229b433a311f3b103eae545243731f179b00a79/Spotify%2520Podcast%2520Video%2520Domains", + "format": "host" + } +}