pkgsrc/net/youtube-dl/Makefile

27 lines
815 B
Makefile
Raw Normal View History

youtube-dl: Update net/youtube-dl to 20171210 Changes: 2017.12.10 ---------- Core + [utils] Add sami mimetype to mimetype2ext Extractors * [culturebox] Improve video id extraction (#14947) * [twitter] Improve extraction (#14197) + [udemy] Extract more HLS formats * [udemy] Improve course id extraction (#14938) + [stretchinternet] Add support for portal.stretchinternet.com (#14576) * [ellentube] Fix extraction (#14407, #14570) + [raiplay:playlist] Add support for playlists (#14563) * [sonyliv] Bypass geo restriction * [sonyliv] Extract higher quality formats (#14922) * [fox] Extract subtitles + [fox] Add support for Adobe Pass authentication (#14205, #14489) - [dailymotion:cloud] Remove extractor (#6794) * [xhamster] Fix thumbnail extraction (#14780) + [xhamster] Add support for mobile URLs (#14780) * [generic] Don't pass video id as mpd id while extracting DASH (#14902) * [ard] Skip invalid stream URLs (#14906) * [porncom] Fix metadata extraction (#14911) * [pluralsight] Detect agreement request (#14913) * [toutv] Fix login (#14614) 2017.12.02 ---------- Core + [downloader/fragment] Commit part file after each fragment + [extractor/common] Add durations for DASH fragments with bare SegmentURLs + [extractor/common] Add support for DASH manifests with SegmentLists with bare SegmentURLs (#14844) + [utils] Add hvc1 codec code to parse_codecs Extractors * [xhamster] Fix extraction (#14884) * [youku] Update ccode (#14872) * [mnet] Fix format extraction (#14883) + [xiami] Add Referer header to API request * [mtv] Correct scc extention in extracted subtitles (#13730) * [vvvvid] Fix extraction for kenc videos (#13406) + [br] Add support for BR Mediathek videos (#14560, #14788) + [daisuki] Add support for motto.daisuki.com (#14681) * [odnoklassniki] Fix API metadata request (#14862) * [itv] Fix HLS formats extraction + [pbs] Add another media id regular expression
2017-12-10 22:04:17 +01:00
# $NetBSD: Makefile,v 1.126 2017/12/10 21:04:17 leot Exp $
youtube-dl: Update net/youtube-dl to 20170915 pkgsrc changes: * Add a comment about VERSION_DATE and PKGNAME semantic (to better explain the note provided by `pkglint -Wall'). Changes: 2017.09.15 ---------- Core * [downloader/fragment] Restart inconsistent incomplete fragment downloads (#13731) * [YoutubeDL] Download raw subtitles files (#12909, #14191) Extractors * [condenast] Fix extraction (#14196, #14207) + [orf] Add support for f4m stories * [tv4] Relax URL regular expression (#14206) * [animeondemand] Bypass geo restriction + [animeondemand] Add support for flash videos (#9944) 2017.09.11 ---------- Extractors * [rutube:playlist] Fix suitable (#14166) 2017.09.10 ---------- Core + [utils] Introduce bool_or_none * [YoutubeDL] Ensure dir existence for each requested format (#14116) Extractors * [fox] Fix extraction (#14147) * [rutube] Use bool_or_none * [rutube] Rework and generalize playlist extractors (#13565) + [rutube:playlist] Add support for playlists (#13534, #13565) + [radiocanada] Add fallback for title extraction (#14145) * [vk] Use dedicated YouTube embeds extraction routine * [vice] Use dedicated YouTube embeds extraction routine * [cracked] Use dedicated YouTube embeds extraction routine * [chilloutzone] Use dedicated YouTube embeds extraction routine * [abcnews] Use dedicated YouTube embeds extraction routine * [youtube] Separate methods for embeds extraction * [redtube] Fix formats extraction (#14122) * [arte] Relax unavailability check (#14112) + [manyvids] Add support for preview videos from manyvids.com (#14053, #14059) * [vidme:user] Relax URL regular expression (#14054) * [bpb] Fix extraction (#14043, #14086) * [soundcloud] Fix download URL with private tracks (#14093) * [aliexpress:live] Add support for live.aliexpress.com (#13698, #13707) * [viidea] Capture and output lecture error message (#14099) * [radiocanada] Skip unsupported platforms (#14100)
2017-09-16 22:41:15 +02:00
# XXX: VERSION_DATE can contains also an optional part that indicates
# XXX: possible same day revisions. PKGNAME preserves that dotted part as is.
youtube-dl: Update net/youtube-dl to 20171210 Changes: 2017.12.10 ---------- Core + [utils] Add sami mimetype to mimetype2ext Extractors * [culturebox] Improve video id extraction (#14947) * [twitter] Improve extraction (#14197) + [udemy] Extract more HLS formats * [udemy] Improve course id extraction (#14938) + [stretchinternet] Add support for portal.stretchinternet.com (#14576) * [ellentube] Fix extraction (#14407, #14570) + [raiplay:playlist] Add support for playlists (#14563) * [sonyliv] Bypass geo restriction * [sonyliv] Extract higher quality formats (#14922) * [fox] Extract subtitles + [fox] Add support for Adobe Pass authentication (#14205, #14489) - [dailymotion:cloud] Remove extractor (#6794) * [xhamster] Fix thumbnail extraction (#14780) + [xhamster] Add support for mobile URLs (#14780) * [generic] Don't pass video id as mpd id while extracting DASH (#14902) * [ard] Skip invalid stream URLs (#14906) * [porncom] Fix metadata extraction (#14911) * [pluralsight] Detect agreement request (#14913) * [toutv] Fix login (#14614) 2017.12.02 ---------- Core + [downloader/fragment] Commit part file after each fragment + [extractor/common] Add durations for DASH fragments with bare SegmentURLs + [extractor/common] Add support for DASH manifests with SegmentLists with bare SegmentURLs (#14844) + [utils] Add hvc1 codec code to parse_codecs Extractors * [xhamster] Fix extraction (#14884) * [youku] Update ccode (#14872) * [mnet] Fix format extraction (#14883) + [xiami] Add Referer header to API request * [mtv] Correct scc extention in extracted subtitles (#13730) * [vvvvid] Fix extraction for kenc videos (#13406) + [br] Add support for BR Mediathek videos (#14560, #14788) + [daisuki] Add support for motto.daisuki.com (#14681) * [odnoklassniki] Fix API metadata request (#14862) * [itv] Fix HLS formats extraction + [pbs] Add another media id regular expression
2017-12-10 22:04:17 +01:00
VERSION_DATE= 2017.12.10
DISTNAME= youtube-dl-${VERSION_DATE}
PKGNAME= ${DISTNAME:S/.//:S/.//}
CATEGORIES= net
2013-06-09 03:52:47 +02:00
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
2016-04-01 12:50:27 +02:00
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"