Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A733F7A1FB for ; Mon, 1 May 2017 09:40:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4CF9B84E0A; Mon, 1 May 2017 09:40:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D263684C6C for ; Mon, 1 May 2017 09:40:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qWweHAsmPlao for ; Mon, 1 May 2017 09:40:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 168EF84DC7 for ; Mon, 1 May 2017 09:40:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0BC2AFBE4; Mon, 1 May 2017 09:40:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493631620101890" MIME-Version: 1.0 Date: Mon, 1 May 2017 09:40:20 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/youtube-dl To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170501094020.0BC2AFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1493631620101890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon May 1 09:40:19 UTC 2017 Modified Files: pkgsrc/net/youtube-dl: Makefile PLIST distinfo Log Message: Update net/youtube-dl to 20170501 Changes: version 2017.05.01 Core + [extractor/common] Extract view count from JSON-LD * [utils] Improve unified_timestamp + [utils] Add video/mp2t to mimetype2ext * [downloader/external] Properly handle live stream downloading cancellation (#8932) + [utils] Add support for unicode whitespace in clean_html on python 2 (#12906) Extractors * [infoq] Make audio format extraction non fatal (#12938) * [brightcove] Allow whitespace around attribute names in embedded code + [zaq1] Add support for zaq1.pl (#12693) + [xvideos] Extract duration (#12828) * [vevo] Fix extraction (#12879) + [noovo] Add support for noovo.ca (#12792) + [washingtonpost] Add support for embeds (#12699) * [yandexmusic:playlist] Fix extraction for python 3 (#12888) * [anvato] Improve extraction (#12913) * Promote to regular shortcut based extractor * Add mcp to access key mapping table * Add support for embeds extraction * Add support for anvato embeds in generic extractor * [xtube] Fix extraction for older FLV videos (#12734) * [tvplayer] Fix extraction (#12908) version 2017.04.28 Core + [adobepass] Use geo verification headers for all requests - [downloader/fragment] Remove assert for resume_len when no fragments downloaded + [extractor/common] Add manifest_url for explicit group rendition formats * [extractor/common] Fix manifest_url for m3u8 formats - [extractor/common] Don't list master m3u8 playlists in format list (#12832) Extractor * [aenetworks] Fix extraction for shows with single season + [go] Add support for Disney, DisneyJunior and DisneyXD show pages * [youtube] Recognize new locale-based player URLs (#12885) + [streamable] Add support for new embedded URL schema (#12844) * [arte:+7] Relax URL regular expression (#12837) To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 pkgsrc/net/youtube-dl/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/youtube-dl/PLIST cvs rdiff -u -r1.95 -r1.96 pkgsrc/net/youtube-dl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493631620101890 Content-Disposition: inline Content-Length: 3268 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/youtube-dl/Makefile diff -u pkgsrc/net/youtube-dl/Makefile:1.109 pkgsrc/net/youtube-dl/Makefile:1.110 --- pkgsrc/net/youtube-dl/Makefile:1.109 Thu Apr 27 10:37:58 2017 +++ pkgsrc/net/youtube-dl/Makefile Mon May 1 09:40:19 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.109 2017/04/27 10:37:58 leot Exp $ +# $NetBSD: Makefile,v 1.110 2017/05/01 09:40:19 leot Exp $ -VERSION_DATE= 2017.04.26 +VERSION_DATE= 2017.05.01 DISTNAME= youtube-dl-${VERSION_DATE} PKGNAME= youtube-dl-${VERSION_DATE:S/.//:S/.//} CATEGORIES= net Index: pkgsrc/net/youtube-dl/PLIST diff -u pkgsrc/net/youtube-dl/PLIST:1.40 pkgsrc/net/youtube-dl/PLIST:1.41 --- pkgsrc/net/youtube-dl/PLIST:1.40 Thu Apr 27 10:37:58 2017 +++ pkgsrc/net/youtube-dl/PLIST Mon May 1 09:40:19 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.40 2017/04/27 10:37:58 leot Exp $ +@comment $NetBSD: PLIST,v 1.41 2017/05/01 09:40:19 leot Exp $ bin/youtube-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -1217,6 +1217,9 @@ ${PYSITELIB}/youtube_dl/extractor/nobelp ${PYSITELIB}/youtube_dl/extractor/noco.py ${PYSITELIB}/youtube_dl/extractor/noco.pyc ${PYSITELIB}/youtube_dl/extractor/noco.pyo +${PYSITELIB}/youtube_dl/extractor/noovo.py +${PYSITELIB}/youtube_dl/extractor/noovo.pyc +${PYSITELIB}/youtube_dl/extractor/noovo.pyo ${PYSITELIB}/youtube_dl/extractor/normalboots.py ${PYSITELIB}/youtube_dl/extractor/normalboots.pyc ${PYSITELIB}/youtube_dl/extractor/normalboots.pyo @@ -2210,6 +2213,9 @@ ${PYSITELIB}/youtube_dl/extractor/youtub ${PYSITELIB}/youtube_dl/extractor/zapiks.py ${PYSITELIB}/youtube_dl/extractor/zapiks.pyc ${PYSITELIB}/youtube_dl/extractor/zapiks.pyo +${PYSITELIB}/youtube_dl/extractor/zaq1.py +${PYSITELIB}/youtube_dl/extractor/zaq1.pyc +${PYSITELIB}/youtube_dl/extractor/zaq1.pyo ${PYSITELIB}/youtube_dl/extractor/zdf.py ${PYSITELIB}/youtube_dl/extractor/zdf.pyc ${PYSITELIB}/youtube_dl/extractor/zdf.pyo Index: pkgsrc/net/youtube-dl/distinfo diff -u pkgsrc/net/youtube-dl/distinfo:1.95 pkgsrc/net/youtube-dl/distinfo:1.96 --- pkgsrc/net/youtube-dl/distinfo:1.95 Thu Apr 27 10:37:58 2017 +++ pkgsrc/net/youtube-dl/distinfo Mon May 1 09:40:19 2017 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.95 2017/04/27 10:37:58 leot Exp $ +$NetBSD: distinfo,v 1.96 2017/05/01 09:40:19 leot Exp $ -SHA1 (youtube-dl-2017.04.26.tar.gz) = 0e1c855758a822b98de115b82016e6e3aeacb0ad -RMD160 (youtube-dl-2017.04.26.tar.gz) = 696463c5b408b131605503dfef977e8f23bed19f -SHA512 (youtube-dl-2017.04.26.tar.gz) = 45b6e48828da72d4d014ba1605c94efbf7d082ad8527f49ec1333c4d7c210bcb64e68cbd140f505f318890693ed0b45c351d29344eb2162d00613674e60fbdb3 -Size (youtube-dl-2017.04.26.tar.gz) = 2691549 bytes +SHA1 (youtube-dl-2017.05.01.tar.gz) = df8e8f72a7a862a3c6b98490144597e12394b73b +RMD160 (youtube-dl-2017.05.01.tar.gz) = 366fd4788a1dd88a74c133beb1b2bf6290d523a9 +SHA512 (youtube-dl-2017.05.01.tar.gz) = 8a48dfb4b3d0f1cb24f9602fbe85e640fdec5c43d3aad87adec0dc3f4441852bfe1940e77bd1cf42f2a745ece9cbb08c8a1432128ae8ad7fa0f4be4351775c9e +Size (youtube-dl-2017.05.01.tar.gz) = 2698645 bytes SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = 6c220e67ab138d1c00aa4f2bc02ac84548af7c30 --_----------=_1493631620101890--