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