Thursday, April 25, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 11323  / 3 Years ago, tue, june 1, 2021, 9:13:59

This error occurred when using youtube-dl:



[youtube] 1234567890A: Downloading webpage
[youtube] 1234567890A: Downloading video info webpage
ERROR: 1234567890A: "token" parameter not in video info for unknown reason;
please report this issue on https://yt-dl.org/bug.
Make sure you are using the latest version; type youtube-dl -U to update.
Be sure to call youtube-dl with the --verbose flag and include its complete output.


I tried to uninstall youtube-dl and reinstall it, but this error reoccurred.


More From » updates

 Answers
5

Update youtube-dl to the latest version.



sudo youtube-dl -U # no longer supported in Debian-based systems 


If youtube-dl cannot be updated with this command, install the latest version of youtube-dl using Alternative Python package installer (pip).



sudo apt-get remove youtube-dl
sudo apt-get install python-pip
pip install --user youtube-dl


In Ubuntu 14.04 and later youtube-dl is a snap package. To install it:



sudo snap install youtube-dl


The youtube-dl snap package will be updated automatically in the background when updates become available.


[#24497] Thursday, June 3, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tionavocad

Total Points: 189
Total Questions: 101
Total Answers: 118

Location: Liechtenstein
Member since Wed, Dec 8, 2021
2 Years ago
;