Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hy37id/0005fd492022b11c531f91ba9472e61f to your computer and use it in GitHub Desktop.
Save hy37id/0005fd492022b11c531f91ba9472e61f to your computer and use it in GitHub Desktop.

Revisions

  1. @munim munim revised this gist Jun 28, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion youtube-dl-download-pluralsight.md
    Original 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 "%USERPROFILE%\Downloads\%(playlist)s\%(chapter_number)s. %(chapter)s\%(playlist_index)s. %(title)s.%(ext)s" \
    -o "/home/user/videos/%(playlist)s/%(chapter_number)s. %(chapter)s/%(playlist_index)s. %(title)s.%(ext)s" \
    --sleep-interval 10
    ```

  2. @munim munim revised this gist Jun 28, 2016. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions youtube-dl-download-pluralsight.md
    Original 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"
    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
    ```

  3. @munim munim revised this gist Jun 28, 2016. 1 changed file with 7 additions and 2 deletions.
    9 changes: 7 additions & 2 deletions youtube-dl-download-pluralsight.md
    Original 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"
    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.
  4. @munim munim revised this gist May 6, 2016. 2 changed files with 17 additions and 3 deletions.
    17 changes: 17 additions & 0 deletions youtube-dl-download-pluralsight.md
    Original 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

    3 changes: 0 additions & 3 deletions youtube-dl-download-pluralsight.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +0,0 @@
    #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"
  5. @munim munim revised this gist Apr 17, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions youtube-dl-download-pluralsight.txt
    Original 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"
  6. @munim munim renamed this gist Apr 17, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  7. @munim munim created this gist Apr 17, 2016.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original 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"