remove my customizations
This commit is contained in:
15
README.md
15
README.md
@ -1 +1,16 @@
|
||||
# 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}
|
||||
|
||||
YQ=~/bin/yq
|
||||
YQ=yq
|
||||
|
||||
yqf() {
|
||||
$YQ "$1" config.yaml
|
||||
@ -35,8 +35,6 @@ make_fname() {
|
||||
esac
|
||||
}
|
||||
|
||||
export ALL_PROXY="socks5h://127.0.0.1:9050"
|
||||
|
||||
download() {
|
||||
local e name url limit mp3url fname ftype title
|
||||
e=$1
|
||||
|
Reference in New Issue
Block a user