]> git.za3k.com Git - za3k.git/commitdiff
youtube-autodl
authorZachary Vance <za3k@za3k.com>
Fri, 8 Jul 2022 19:06:21 +0000 (15:06 -0400)
committerZachary Vance <za3k@za3k.com>
Fri, 8 Jul 2022 19:06:21 +0000 (15:06 -0400)
blog.md
software.md

diff --git a/blog.md b/blog.md
index 1f37c389173bf83440989a082f18a5d6d3cfaee7..a61900b7075b4b64286bbb3c887e523a6b1cc859 100644 (file)
--- a/blog.md
+++ b/blog.md
@@ -2,6 +2,7 @@
 
 blog.
 - **Newest articles can be found [on the blog](https://blog.za3k.com/)**
+- 2022-07-08: youtube-autodl [blog](https://blog.za3k.com/youtube-autodl/) [link](https://github.com/za3k/youtube-autodl)
 - 2022-07-06: Articles section [blog](https://blog.za3k.com/articles-section/) [website](https://za3k.com/blog)
 - 2022-07-01: How to Retire for Infinity Years [blog](https://blog.za3k.com/how-to-retire-for-infinity-years/) [website](https://za3k.com/finance/retire_forever)
 - 2022-03-22: qr-backup [blog](https://blog.za3k.com/qr-backup-2/) [link](https://github.com/za3k/qr-backup)
index bdc12b84e1d1aacbb84ad0988b478fd78db7c491..d447e22915df798da1fc42b570cd8d6a0023ff54 100644 (file)
@@ -18,6 +18,7 @@ software i've written. most has extensive documentation if you click through the
 | works | [vlad the remailer](https://github.com/za3k/vlad) | 2013-09-05 | a bot which emails users once a day asking them what they did. based around a similar system in use at google.
 | works | [watch-to-file](https://github.com/za3k/short-programs#watch-to-file) | 2019-03-27 | analagous to the linux command 'watch', but outputs to a file. periodically runs a program and saves the output to a file.
 | works | [xor](https://github.com/za3k/short-programs#xor) | 2020-04-20 | xors two files together. would you believe there's not a standard program for this? see also [add-base-26](https://github.com/za3k/short-programs#add-base26).
+| beta  | [youtube-autodl](https://github.com/za3k/youtube-autodl) | 2022-07-07 | automatically download your favorite youtube channels and playlists, and organize them how you like.
 
 ##less useful software
 | status | project | written | description |