Last active
August 21, 2019 06:55
-
-
Save techiediaries/4db5b09c8934f2a643b0364344581eb0 to your computer and use it in GitHub Desktop.
Revisions
-
techiediaries revised this gist
Oct 2, 2016 . 1 changed file with 12 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 @@ -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. 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 -------------------- [Installing the latest version of youtube-dl](http://www.techiediaries.com) -
techiediaries revised this gist
Oct 2, 2016 . 1 changed file with 4 additions and 4 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 @@ -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 References -------------------- -
techiediaries revised this gist
Oct 2, 2016 . 1 changed file with 6 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 @@ -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 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 -
techiediaries revised this gist
Oct 2, 2016 . 1 changed file with 5 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,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) -
techiediaries created this gist
Oct 2, 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,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