From 09e7f010e7b94bd1922aff61c9fe70729b7a6698 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Wed, 6 May 2015 00:03:36 -0700 Subject: replace all imgur links with https Plus a few typo fixes in old posts. --- source/blog/2014-11-05-list-youtube-playlist-with-youtube-dl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blog/2014-11-05-list-youtube-playlist-with-youtube-dl.md') 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. > -- cgit v1.2.1