youtube-dl: Update net/youtube-dl to 20180918
Changes: version 2018.09.18 Core + [extractor/common] Introduce channel meta fields Extractors * [adobepass] Don't pollute default headers dict * [udemy] Don't pollute default headers dict * [twitch] Don't pollute default headers dict * [youtube] Don't pollute default query dict (#17593) * [crunchyroll] Prefer hardsubless formats and formats in locale language * [vrv] Make format ids deterministic * [vimeo] Fix ondemand playlist extraction (#14591) + [pornhub] Extract upload date (#17574) + [porntube] Extract channel meta fields + [vimeo] Extract channel meta fields + [youtube] Extract channel meta fields (#9676, #12939) * [porntube] Fix extraction (#17541) * [asiancrush] Fix extraction (#15630) + [twitch:clips] Extend URL regular expression (closes #17559) + [vzaar] Add support for HLS * [tube8] Fix metadata extraction (#17520) * [eporner] Extract JSON-LD (#17519) version 2018.09.10 Core + [utils] Properly recognize AV1 codec (#17506) Extractors + [iprima] Add support for prima.iprima.cz (#17514) + [tele5] Add support for tele5.de (#7805, #7922, #17331, #17414) * [nbc] Fix extraction of percent encoded URLs (#17374)
This commit is contained in:
parent
d52d2490a5
commit
5a2c4062af
3 changed files with 11 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.145 2018/09/08 16:24:35 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.146 2018/09/24 11:07:09 leot Exp $
|
||||
|
||||
# XXX: VERSION_DATE can contains also an optional part that indicates
|
||||
# XXX: possible same day revisions. PKGNAME preserves that dotted part as is.
|
||||
VERSION_DATE= 2018.09.08
|
||||
VERSION_DATE= 2018.09.18
|
||||
DISTNAME= youtube-dl-${VERSION_DATE}
|
||||
PKGNAME= ${DISTNAME:S/.//:S/.//}
|
||||
CATEGORIES= net
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.68 2018/08/22 10:57:11 leot Exp $
|
||||
@comment $NetBSD: PLIST,v 1.69 2018/09/24 11:07:09 leot Exp $
|
||||
bin/youtube-dl
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -1838,6 +1838,9 @@ ${PYSITELIB}/youtube_dl/extractor/ted.pyo
|
|||
${PYSITELIB}/youtube_dl/extractor/tele13.py
|
||||
${PYSITELIB}/youtube_dl/extractor/tele13.pyc
|
||||
${PYSITELIB}/youtube_dl/extractor/tele13.pyo
|
||||
${PYSITELIB}/youtube_dl/extractor/tele5.py
|
||||
${PYSITELIB}/youtube_dl/extractor/tele5.pyc
|
||||
${PYSITELIB}/youtube_dl/extractor/tele5.pyo
|
||||
${PYSITELIB}/youtube_dl/extractor/telebruxelles.py
|
||||
${PYSITELIB}/youtube_dl/extractor/telebruxelles.pyc
|
||||
${PYSITELIB}/youtube_dl/extractor/telebruxelles.pyo
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.130 2018/09/08 16:24:35 leot Exp $
|
||||
$NetBSD: distinfo,v 1.131 2018/09/24 11:07:09 leot Exp $
|
||||
|
||||
SHA1 (youtube-dl-2018.09.08.tar.gz) = 7380c84358cb2e3e29c41b0cbcfc67912194ecc0
|
||||
RMD160 (youtube-dl-2018.09.08.tar.gz) = a1e58a70f40fe9fcafbee1059fc154eeae6d69da
|
||||
SHA512 (youtube-dl-2018.09.08.tar.gz) = c1cbf38a185d6ba1525eb08064f95aa252cf8d461f140cb48dc4a795e209f5d31bc1583f4d52c2ea9f1c15dac46c563603e46f72cc896a7fec54dcb2d0a49c0b
|
||||
Size (youtube-dl-2018.09.08.tar.gz) = 3034241 bytes
|
||||
SHA1 (youtube-dl-2018.09.18.tar.gz) = 5f1ab27450b2ee00f8063893708555bead4d0015
|
||||
RMD160 (youtube-dl-2018.09.18.tar.gz) = 21d1549b97ac16ee1c99f2b75638937dcccf3233
|
||||
SHA512 (youtube-dl-2018.09.18.tar.gz) = 9ec58e05fb7db0e08ffeea3810631b21654dda9a57849db76a7a8f9dfb6fc95fd685b36188354c9b28f6e35c818a56c44e4c55bc826d2d1c19b96cecfcc8662e
|
||||
Size (youtube-dl-2018.09.18.tar.gz) = 3041086 bytes
|
||||
SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
|
||||
SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = c516d23cf14811b29ef593893741ed0fb4e17f22
|
||||
|
|
Loading…
Reference in a new issue