From 72b169826c88541065f68a38d83fa1e39ea48320 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Thu, 15 Jun 2023 11:57:56 -0400 Subject: [PATCH] contrib/mrss.sh: add TED talks to articles classified as video --- contrib/mrss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/mrss.sh b/contrib/mrss.sh index 7556e19..5329f21 100755 --- a/contrib/mrss.sh +++ b/contrib/mrss.sh @@ -112,7 +112,7 @@ list_read() { LINK="$(sub_link "$art")" ENCLOSURE_TYPE="$(cat "$art" | jq -r '.enclosure.type // ""')" - if [ ! -z "$(printf "%s" "$LINK" | grep 'youtube.com\|odycdn\|twitch')" ] \ + if [ ! -z "$(printf "%s" "$LINK" | grep 'youtube.com\|odycdn\|twitch\|www.ted.com')" ] \ || [ "$ENCLOSURE_TYPE" = "audio/mpeg" ] then VID="$VID$LINK "