parent
21d5bad2a5
commit
9dc8eaf285
|
|
@ -1,4 +1,4 @@
|
||||||
rssmon3
|
rssmon3
|
||||||
exec-rssmon3
|
exec-rssmon3
|
||||||
**.sw*
|
**.sw*
|
||||||
**testdata
|
**/testdata
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCs-w7E2HZWwXmjt9RTvBB_A
|
||||||
https://roosterteeth.com/show/rt-podcast/feed/mp3 podcast ".*" ".*" "6h"
|
https://roosterteeth.com/show/rt-podcast/feed/mp3 podcast ".*" ".*" "6h"
|
||||||
'
|
'
|
||||||
feedsB="$(printf "%s\n" "$feeds" | grep -v '^$' | tail -n 1)"
|
feedsB="$(printf "%s\n" "$feeds" | grep -v '^$' | tail -n 1)"
|
||||||
feeds="$feedsB"
|
#feeds="$feedsB"
|
||||||
|
|
||||||
defaultIF='""'
|
defaultIF='""'
|
||||||
defaultCF='"<img.*?/(img)?>"'
|
defaultCF='"<img.*?/(img)?>"'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue