pkgsrc/net/youtube-dl/Makefile
wiz 029cf5631c Updated youtube-dl to 20170723.
Core

    [YoutubeDL] Improve default format specification (#13704)
    [YoutubeDL] Do not override id, extractor and extractor_key for
    url_transparent entities
    [extractor/common] Fix playlist_from_matches

Extractors

    [itv] Fix production id extraction (#13671, #13703)
    [vidio] Make duration non fatal and fix typo
    [mtv] Skip missing video parts (#13690)
    [sportbox:embed] Fix extraction

    [npo] Add support for npo3.nl URLs (#13695)

    [dramafever] Remove video id from title (#13699)

    [egghead:lesson] Add support for lessons (#6635)

    [funnyordie] Extract more metadata (#13677)
    [youku:show] Fix playlist extraction (#13248)

    [dispeak] Recognize sevt subdomain (#13276)

    [adn] Improve error reporting (#13663)
    [crunchyroll] Relax series and season regex (#13659)

    [spiegel:article] Add support for nexx iframe embeds (#13029)
    [nexx:embed] Add support for iframe embeds

    [nexx] Improve JS embed extraction

    [pearvideo] Add support for pearvideo.com (#13031)
2017-07-29 22:51:01 +00:00

24 lines
666 B
Makefile

# $NetBSD: Makefile,v 1.117 2017/07/29 22:51:01 wiz Exp $
VERSION_DATE= 2017.07.23
DISTNAME= youtube-dl-${VERSION_DATE}
PKGNAME= ${DISTNAME:S/.//:S/.//}
CATEGORIES= net
MASTER_SITES= http://youtube-dl.org/downloads/${VERSION_DATE}/
MAINTAINER= leot@NetBSD.org
HOMEPAGE= http://rg3.github.io/youtube-dl/
COMMENT= Download videos from youtube.com
LICENSE= public-domain
USE_LANGUAGES= # none
EGG_NAME= youtube_dl-${VERSION_DATE:S/.0/./g}
WRKSRC= ${WRKDIR}/youtube-dl
SUBST_CLASSES+= pkgmandir
SUBST_STAGE.pkgmandir= pre-configure
SUBST_FILES.pkgmandir= setup.py
SUBST_VARS.pkgmandir= PKGMANDIR
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"