You are not logged in.

#1 2019-04-24 07:57:03

kaymio
Member
Registered: 2017-01-07
Posts: 27

[SOLVED] MPV not working with YT due to outdated package

Since this morning several people seem to have had the same YT experience with MPV/youtube-dl.

ebug] User config: ['-f', 'bestvideo[ext=webm][height<=?1080]+bestaudio[ext=webm]/best']
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/watch?v=ds2cA4R4hZg']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.04.07
[debug] Python version 3.7.3 (CPython) - Linux-5.0.9-zen1-1-zen-x86_64-with-arch
[debug] exe versions: ffmpeg 4.1.3, ffprobe 4.1.3, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] ds2cA4R4hZg: Downloading webpage
[youtube] ds2cA4R4hZg: Downloading video info webpage
ERROR: ds2cA4R4hZg: "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; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 529, in extract
    ie_result = self._real_extract(url)
  File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1693, in _real_extract
    video_id=video_id)
youtube_dl.utils.ExtractorError: ds2cA4R4hZg: "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; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

When looking it up, upstream tells me that youtube-dl is outdated. The package has been flagged outdated about a week ago.

Should I contact the maintainer Jaroslav Lichtblau, or do something else?

Last edited by kaymio (2019-04-24 13:06:02)

Offline

#2 2019-04-24 08:11:21

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] MPV not working with YT due to outdated package

kaymio wrote:

The package has been flagged outdated about a week ago.

Should I contact the maintainer Jaroslav Lichtblau, or do something else?

Either wait for the new package, or rebuild it yourself.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2019-04-24 08:29:14

kaymio
Member
Registered: 2017-01-07
Posts: 27

Re: [SOLVED] MPV not working with YT due to outdated package

A (temporary) solution is:

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

Will see what the system tells me when the regular update arrives.

EDIT: Update has arrived uneventfully.

sudo rm /usr/local/bin/youtube-dl

reverts the temporary fix.

Last edited by kaymio (2019-04-24 13:05:06)

Offline

Board footer

Powered by FluxBB