aboutsummaryrefslogtreecommitdiff
path: root/source/blog/2014-11-05-list-youtube-playlist-with-youtube-dl.md
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-05-06 00:03:36 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-05-06 00:04:07 -0700
commit09e7f010e7b94bd1922aff61c9fe70729b7a6698 (patch)
treebd6d35ccc068dff0506fc77a29f45c7ec0ddfab7 /source/blog/2014-11-05-list-youtube-playlist-with-youtube-dl.md
parentd23133f6107551b49ff5c2d106efc411333da4c1 (diff)
downloadmy_new_personal_website-09e7f010e7b94bd1922aff61c9fe70729b7a6698.tar.xz
my_new_personal_website-09e7f010e7b94bd1922aff61c9fe70729b7a6698.zip
replace all imgur links with https
Plus a few typo fixes in old posts.
Diffstat (limited to 'source/blog/2014-11-05-list-youtube-playlist-with-youtube-dl.md')
-rw-r--r--source/blog/2014-11-05-list-youtube-playlist-with-youtube-dl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blog/2014-11-05-list-youtube-playlist-with-youtube-dl.md b/source/blog/2014-11-05-list-youtube-playlist-with-youtube-dl.md
index b11938f7..16001c51 100644
--- a/source/blog/2014-11-05-list-youtube-playlist-with-youtube-dl.md
+++ b/source/blog/2014-11-05-list-youtube-playlist-with-youtube-dl.md
@@ -58,7 +58,7 @@ There you go, a list of URIs you can use. Of course you can put this in a script
youtube-dl -j --flat-playlist "$1" | jq -r '.id' | sed 's_^_https://youtube.com/v/_'
```
-**_Aside:_** I first embedded the gist here, but [it looked a bit off](http://i.imgur.com/m3cr0Im.png). See [imathis/octopress#1392](https://github.com/imathis/octopress/issues/1392).
+**_Aside:_** I first embedded the gist here, but [it looked a bit off](https://i.imgur.com/m3cr0Im.png). See [imathis/octopress#1392](https://github.com/imathis/octopress/issues/1392).
> In the next version of the Gist tag plugin we are just downloading the gists and embedding them upon generation so we don't have to worry about GitHub going down and breaking all your gists, or changing the HTML and breaking all the styles.
>