Add blog link to README

This commit is contained in:
Wesley Moore 2024-05-06 12:38:41 +10:00
parent 1fb35e8048
commit c566ea4acc
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View file

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

View file

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