Bug 250817 - www/youtube_dl: please update to 2020.11.01.1
Summary: www/youtube_dl: please update to 2020.11.01.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Tobias C. Berner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-02 19:30 UTC by Slawomir Wojciech Wojtczak
Modified: 2020-11-05 09:20 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (multimedia)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Slawomir Wojciech Wojtczak 2020-11-02 19:30:51 UTC
Current 2020.09.20 can not download videos from Youtube:

% youtube-dl -f best "https://www.youtube.com/watch?v=FMrIy9zm7QY"
[youtube] FMrIy9zm7QY: Downloading webpage
[youtube] FMrIy9zm7QY: Downloading embed webpage
ERROR: Unable to extract JS player URL; 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.

There is newer version available:
https://youtube-dl.org/downloads/latest/youtube-dl-2020.11.01.1.tar.gz

Regards.
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2020-11-03 20:09:04 UTC
There's no dev repo so I think we should put it on hold for now, meanwhile you can use youtube_dlc instead :)
Comment 2 Slawomir Wojciech Wojtczak 2020-11-03 21:05:16 UTC
(In reply to daniel.engberg.lists from comment #1)

Thanks for providing a working solution.

I know the repo has been taken off but from what I know as the tarball - youtube-dl-2020.11.01.1.tar.gz - is ready to download why not modify Makefile so it will use that tarball instead while we wait for the repo to reappear?

Regards.
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2020-11-05 06:09:34 UTC
Done by tcberner in http://svnweb.freebsd.org/changeset/ports/554119
Comment 4 Slawomir Wojciech Wojtczak 2020-11-05 09:20:15 UTC
(In reply to Li-Wen Hsu from comment #3)

Thank You.