On debian, Repair Token Error #16667

Open
opened 2026-02-21 09:07:58 -05:00 by deekerman · 0 comments
Owner

Originally created by @ghost on GitHub (May 5, 2019).

On debian/ubuntu I follow this instruction to install :

sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

When I try to download a youtube video, I have a token error
I tcheck the version with youtube-dl -v

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.03.14
[debug] Python version 3.6.7 (CPython) - Linux-4.4.0-17763-Microsoft-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: ffmpeg 3.4.4-0ubuntu0.18.04.1, ffprobe 3.4.4-0ubuntu0.18.04.1, phantomjs 12, rtmpdump 2.4
[debug] Proxy map: {}

When I try to update with youtube-dl -U

youtube-dl is up-to-date (2019.04.30)

I noticed that an old version was installed via apt. remove it with

sudo apt remove youtube-dl

Now I tcheck the version with youtube-dl -v

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.04.30
[debug] Python version 2.7.15rc1 (CPython) - Linux-4.4.0-17763-Microsoft-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: ffmpeg 3.4.4, ffprobe 3.4.4, phantomjs 12, rtmpdump 2.4
[debug] Proxy map: {}
Usage: youtube-dl [OPTIONS] URL [URL...]

I hope it will be useful to others and I hope to my English isn't too ugly to read
Regards

Originally created by @ghost on GitHub (May 5, 2019). On debian/ubuntu I follow this instruction to install : >sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl >sudo chmod a+rx /usr/local/bin/youtube-dl When I try to download a youtube video, I have a token error I tcheck the version with `youtube-dl -v` > [debug] System config: [] > [debug] User config: [] > [debug] Custom config: [] > [debug] Command-line args: ['-v'] > [debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8 > [debug] youtube-dl version **2018.03.14** > [debug] Python version 3.6.7 (CPython) - Linux-4.4.0-17763-Microsoft-x86_64-with-Ubuntu-18.04-bionic > [debug] exe versions: ffmpeg 3.4.4-0ubuntu0.18.04.1, ffprobe 3.4.4-0ubuntu0.18.04.1, phantomjs 12, rtmpdump 2.4 > [debug] Proxy map: {} When I try to update with `youtube-dl -U` >youtube-dl is up-to-date (**2019.04.30**) I noticed that an old version was installed via apt. remove it with >sudo apt remove youtube-dl Now I tcheck the version with `youtube-dl -v` > [debug] System config: [] > [debug] User config: [] > [debug] Custom config: [] > [debug] Command-line args: [u'-v'] > [debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8 > [debug] youtube-dl version **2019.04.30** > [debug] Python version 2.7.15rc1 (CPython) - Linux-4.4.0-17763-Microsoft-x86_64-with-Ubuntu-18.04-bionic > [debug] exe versions: ffmpeg 3.4.4, ffprobe 3.4.4, phantomjs 12, rtmpdump 2.4 > [debug] Proxy map: {} > Usage: youtube-dl [OPTIONS] URL [URL...] I hope it will be useful to others and I hope to my English isn't too ugly to read Regards
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#16667
No description provided.