Re: mpv: add youtube-dl to RUN_DEPENDS

2022-02-27 Thread Gleydson Soares
>yt-dlp would probably be a better choice (mpv prefers it over >youtube-dl). sure, i couldn't agree more about it. diff updated, ok? Index: Makefile === RCS file: /cvs/ports/multimedia/mpv/Makefile,v retrieving revision 1.79

Re: mpv: add youtube-dl to RUN_DEPENDS

2022-02-27 Thread Stuart Henderson
yt-dlp would probably be a better choice (mpv prefers it over youtube-dl). -- Sent from a phone, apologies for poor formatting. On 27 February 2022 14:24:32 Gleydson Soares wrote: the following patch adds youtube-dl to mpv's RUN_DEPENDS. $ mpv --no-video https://www.youtube.com/watch?v=...

mpv: add youtube-dl to RUN_DEPENDS

2022-02-27 Thread Gleydson Soares
the following patch adds youtube-dl to mpv's RUN_DEPENDS. $ mpv --no-video https://www.youtube.com/watch?v=... [ytdl_hook] [ytdl_hook] youtube-dl failed: not found or not enough permissions Failed to recognize file format. OK? Thanks, gsoares Index: Makefile