Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save techiediaries/4db5b09c8934f2a643b0364344581eb0 to your computer and use it in GitHub Desktop.

Select an option

Save techiediaries/4db5b09c8934f2a643b0364344581eb0 to your computer and use it in GitHub Desktop.

Revisions

  1. techiediaries revised this gist Oct 2, 2016. 1 changed file with 12 additions and 2 deletions.
    14 changes: 12 additions & 2 deletions download-and-install-latest-version-of-youtube-dl.md
    Original file line number Diff line number Diff line change
    @@ -6,13 +6,23 @@ If you are getting this error when downloading a whole youtube playlist

    Then you need to install the latest version of youtube-dl.

    To install the latest version of youtube-dl you can use the PPA webUpd8: ppa:nilarimogard/webupd8 which contains the latest version of youtube-dl
    To install the latest version of youtube-dl you can use the PPA webUpd8: ppa:nilarimogard/webupd8 which contains the latest version of youtube-dl.

    So first if you have a version of youtube-dl already installed you need to remove it.just type the following line in your terminal.

    sudo apt-get remove youtube-dl
    Next you need to add the nilarimogard/webupd8 ppa with

    sudo apt-add-repository ppa:nilarimogard/webupd8

    Next you need to update apt-get cache

    sudo apt-get update

    Last you just install youtube-dl normally

    sudo apt-get install youtube-dl

    References
    --------------------
    [techiediaries](http://www.techiediaries.com)
    [Installing the latest version of youtube-dl](http://www.techiediaries.com)
  2. techiediaries revised this gist Oct 2, 2016. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions download-and-install-latest-version-of-youtube-dl.md
    Original file line number Diff line number Diff line change
    @@ -8,10 +8,10 @@ Then you need to install the latest version of youtube-dl.

    To install the latest version of youtube-dl you can use the PPA webUpd8: ppa:nilarimogard/webupd8 which contains the latest version of youtube-dl

    sudo apt-get remove youtube-dl
    sudo apt-add-repository ppa:nilarimogard/webupd8
    sudo apt-get update
    sudo apt-get install youtube-dl
    sudo apt-get remove youtube-dl
    sudo apt-add-repository ppa:nilarimogard/webupd8
    sudo apt-get update
    sudo apt-get install youtube-dl

    References
    --------------------
  3. techiediaries revised this gist Oct 2, 2016. 1 changed file with 6 additions and 2 deletions.
    8 changes: 6 additions & 2 deletions download-and-install-latest-version-of-youtube-dl.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,12 @@
    Installing the latest version of youtube-dl
    ---------------------------------------------
    If you are getting this error when downloading a whole youtube playlist

    youtube-dl ERROR: Unable to extract title

    To install the latest version of youtube-dl you can use the PPA webUpd8: ppa:nilarimogard/webupd8 which contains the latest version
    of youtube-dl
    Then you need to install the latest version of youtube-dl.

    To install the latest version of youtube-dl you can use the PPA webUpd8: ppa:nilarimogard/webupd8 which contains the latest version of youtube-dl

    sudo apt-get remove youtube-dl
    sudo apt-add-repository ppa:nilarimogard/webupd8
  4. techiediaries revised this gist Oct 2, 2016. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions download-and-install-latest-version-of-youtube-dl.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    Installing the latest version of youtube-dl
    ---------------------------------------------

    To install the latest version of youtube-dl you can use the PPA webUpd8: ppa:nilarimogard/webupd8 which contains the latest version
    of youtube-dl
    @@ -7,3 +8,7 @@ sudo apt-get remove youtube-dl
    sudo apt-add-repository ppa:nilarimogard/webupd8
    sudo apt-get update
    sudo apt-get install youtube-dl

    References
    --------------------
    [techiediaries](http://www.techiediaries.com)
  5. techiediaries created this gist Oct 2, 2016.
    9 changes: 9 additions & 0 deletions download-and-install-latest-version-of-youtube-dl.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    Installing the latest version of youtube-dl

    To install the latest version of youtube-dl you can use the PPA webUpd8: ppa:nilarimogard/webupd8 which contains the latest version
    of youtube-dl

    sudo apt-get remove youtube-dl
    sudo apt-add-repository ppa:nilarimogard/webupd8
    sudo apt-get update
    sudo apt-get install youtube-dl