Add blog link to README
This commit is contained in:
parent
1fb35e8048
commit
c566ea4acc
2 changed files with 6 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ subscriptions.txt: subscriptions.json
|
|||
$(JAQ) --raw-output '.[]' subscriptions.json > $@
|
||||
|
||||
subscriptions.curl: subscriptions.json
|
||||
$(JAQ) --raw-output '.[] | (split("/") | last) as $$name | . | "url \(.)\noutput \($$name).html"' subscriptions.json > $@
|
||||
$(JAQ) --raw-output '.[] | (split("/") | last) as $$name | "url \(.)\noutput \($$name).html"' subscriptions.json > $@
|
||||
|
||||
fetch: subscriptions.curl
|
||||
curl --location --output-dir html --create-dirs --rate 1/s --config subscriptions.curl
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
# YouTube Subscriptions to OPML
|
||||
|
||||
This repo contains a small collection of scripts that I used to turn my YouTube subscriptions into an OPML file for import in to [Feedbin].
|
||||
This repo contains a small collection of scripts that I used to turn my YouTube
|
||||
subscriptions into an OPML file for import in to [Feedbin]. I also wrote a blog
|
||||
post that goes into detail on how each bit works:
|
||||
|
||||
<https://www.wezm.net/v2/posts/2024/youtube-subscriptions-opml/>
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
|
Loading…
Reference in a new issue