-
-
Save hy37id/0005fd492022b11c531f91ba9472e61f to your computer and use it in GitHub Desktop.
Revisions
-
munim revised this gist
Jun 28, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ youtube-dl \ --username YOUR_USERNAME \ --password YOUR_PASSWORD \ https://www.pluralsight.com/courses/bash-shell-scripting \ -o "/home/user/videos/%(playlist)s/%(chapter_number)s. %(chapter)s/%(playlist_index)s. %(title)s.%(ext)s" \ --sleep-interval 10 ``` -
munim revised this gist
Jun 28, 2016 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,11 +7,11 @@ Software required: After installation and putting the `youtube-dl` in **PATH** ``` youtube-dl \ --username YOUR_USERNAME \ --password YOUR_PASSWORD \ https://www.pluralsight.com/courses/bash-shell-scripting \ -o "%USERPROFILE%\Downloads\%(playlist)s\%(chapter_number)s. %(chapter)s\%(playlist_index)s. %(title)s.%(ext)s" \ --sleep-interval 10 ``` -
munim revised this gist
Jun 28, 2016 . 1 changed file with 7 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,11 +7,16 @@ Software required: After installation and putting the `youtube-dl` in **PATH** ``` youtube-dl / --username YOUR_USERNAME / --password YOUR_PASSWORD / https://www.pluralsight.com/courses/bash-shell-scripting / -o "%USERPROFILE%\Downloads\%(playlist)s\%(chapter_number)s. %(chapter)s\%(playlist_index)s. %(title)s.%(ext)s" --sleep-interval 10 ``` Where - YOUR_USERNAME is your Plural Sight username - YOUR_PASSWORD is your Plural Sight password - `--sleep-internval` is optional but it's a safe practice to mimic video watching. -
munim revised this gist
May 6, 2016 . 2 changed files with 17 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ # Download Plural Sight videos Software required: [youtube-dl](https://github.com/rg3/youtube-dl) After installation and putting the `youtube-dl` in **PATH** ``` youtube-dl --username YOUR_USERNAME --password YOUR_PASSWORD https://www.pluralsight.com/courses/bash-shell-scripting -o "%USERPROFILE%\Downloads\%(playlist)s\%(chapter_number)s. %(chapter)s\%(playlist_index)s. %(title)s.%(ext)s" ``` Where - YOUR_USERNAME is your Plural Sight username - YOUR_PASSWORD is your Plural Sight password This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +0,0 @@ -
munim revised this gist
Apr 17, 2016 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,3 @@ #youtube-dl: https://github.com/rg3/youtube-dl youtube-dl --username YOUR_USERNAME --password YOUR_PASSWORD https://www.pluralsight.com/courses/bash-shell-scripting -o "%USERPROFILE%\Downloads\%(playlist)s\%(chapter_number)s. %(chapter)s\%(playlist_index)s. %(title)s.%(ext)s" -
munim renamed this gist
Apr 17, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
munim created this gist
Apr 17, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ youtube-dl --username YOUR_USERNAME --password YOUR_PASSWORD https://www.pluralsight.com/courses/bash-shell-scripting -o "%USERPROFILE%\Downloads\%(playlist)s\%(chapter_number)s. %(chapter)s\%(playlist_index)s. %(title)s.%(ext)s"