Tuesday, November 03, 2020

Re: [Update] www/youtube-dl from 2020.09.20 to 2020.11.01.1

On Tue Nov 03, 2020 at 10:40:33AM -0500, trondd wrote:
> On Tue, November 3, 2020 10:15 am, Solene Rapenne wrote:
> > On Mon, 02 Nov 2020 20:25:39 +0100
> > "Christoph R. Winter" <me@crw.name>:
> >
> >> Hello !
> >>
> >> Beside is a diff to update youtube-dl from 2020.09.20 to 2020.11.01.1.
> >>
> >> Tested at amd64.
> >>
> >> I don´t know how the project handles the DMCA discussion but the source
> >> is available at the original website at https://youtube-dl.org/
> >
> > I've not been able to apply the patch, but it was easy
> > enough to manually apply it. youtube-dl works fine with this
> > version.
> >
> > Here is a working diff
> >
> > Index: Makefile
> > ===================================================================
> > RCS file: /home/reposync/ports/www/youtube-dl/Makefile,v
> > retrieving revision 1.212
> > diff -u -p -r1.212 Makefile
> > --- Makefile 2 Oct 2020 19:44:42 -0000 1.212
> > +++ Makefile 3 Nov 2020 15:10:30 -0000
> > @@ -2,13 +2,13 @@
> >
> > COMMENT = CLI program to download videos from YouTube and other sites
> >
> > -VERSION = 2020.09.20
> > +VERSION = 2020.11.01.1
> > MODPY_EGG_VERSION = ${VERSION:S/.0/./g}
> >
> > DISTNAME = youtube-dl-${VERSION}
> > CATEGORIES = www
> >
> > -HOMEPAGE = https://ytdl-org.github.io/youtube-dl/
> > +HOMEPAGE = https://youtube-dl.org/downloads/latest/
> >
>
> This seems to redirect to the GitHub DMCA notice. Shouldn't HOMEPAGE just
> link to https://youtube-dl.org ? Or, their Homepage button links to
> https://yt-dl.org so that seems to be what the project considers the
> canonical domain name.
>

Good point. I would recommend to set HOMEPAGE = https://yt-dl.org and
create MASTER_SITES = https://youtube-dl.org/downloads/latest/

No comments:

Post a Comment