remove my customizations

This commit is contained in:
Balakrishnan Balasubramanian 2022-08-16 23:07:56 -04:00
parent a4892609b9
commit 71fb0c7af4
2 changed files with 16 additions and 3 deletions

View File

@ -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

View File

@ -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