remove my customizations
This commit is contained in:
parent
a4892609b9
commit
71fb0c7af4
15
README.md
15
README.md
@ -1 +1,16 @@
|
|||||||
# Download podcasts
|
# Download podcasts
|
||||||
|
|
||||||
|
# Example config.yaml
|
||||||
|
|
||||||
|
entries:
|
||||||
|
- name: darknetdairies
|
||||||
|
url: https://feeds.megaphone.fm/darknetdiaries
|
||||||
|
limit: 1
|
||||||
|
filename_type: title
|
||||||
|
|
||||||
|
- name: changelog
|
||||||
|
url: https://changelog.fm/rss
|
||||||
|
limit: 2
|
||||||
|
filter: '.link == "*news*"'
|
||||||
|
filename_type: title
|
||||||
|
|
||||||
|
4
down.sh
4
down.sh
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
mkdir -p ./{cache,state,Podcasts}
|
mkdir -p ./{cache,state,Podcasts}
|
||||||
|
|
||||||
YQ=~/bin/yq
|
YQ=yq
|
||||||
|
|
||||||
yqf() {
|
yqf() {
|
||||||
$YQ "$1" config.yaml
|
$YQ "$1" config.yaml
|
||||||
@ -35,8 +35,6 @@ make_fname() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
export ALL_PROXY="socks5h://127.0.0.1:9050"
|
|
||||||
|
|
||||||
download() {
|
download() {
|
||||||
local e name url limit mp3url fname ftype title
|
local e name url limit mp3url fname ftype title
|
||||||
e=$1
|
e=$1
|
||||||
|
Loading…
Reference in New Issue
Block a user