From c566ea4acc3efc53fbcd3d3e7ca68382fdba532b Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Mon, 6 May 2024 12:38:41 +1000 Subject: [PATCH] Add blog link to README --- Makefile | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7606f42..dffad24 100644 --- a/Makefile +++ b/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 diff --git a/README.md b/README.md index 99c4986..5e635fc 100644 --- a/README.md +++ b/README.md @@ -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: + + ## Dependencies