Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id ED57E1A9245 for ; Sat, 9 Jan 2021 11:32:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1DE3084D4C; Sat, 9 Jan 2021 11:32:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 591B184D41 for ; Sat, 9 Jan 2021 11:32:37 +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 6nY42Jdn_D2A for ; Sat, 9 Jan 2021 11:32:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7C05384D1F for ; Sat, 9 Jan 2021 11:32:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7549AFA9D; Sat, 9 Jan 2021 11:32:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610191956105000" MIME-Version: 1.0 Date: Sat, 9 Jan 2021 11:32:36 +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: <20210109113236.7549AFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610191956105000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Jan 9 11:32:36 UTC 2021 Modified Files: pkgsrc/net/youtube-dl: Makefile PLIST distinfo Log Message: youtube-dl: Update to 20210108 Changes: version 2021.01.08 ------------------ Core * [downloader/hls] Disable decryption in tests (#27660) + [utils] Add a function to clean podcast URLs Extractors * [rai] Improve subtitles extraction (#27698, #27705) * [canvas] Match only supported VRT NU URLs (#27707) + [bibeltv] Add support for bibeltv.de (#14361) + [bfmtv] Add support for bfmtv.com (#16053, #26615) + [sbs] Add support for ondemand play and news embed URLs (#17650, #27629) * [twitch] Drop legacy kraken API v5 code altogether and refactor * [twitch:vod] Switch to GraphQL for video metadata * [canvas] Fix VRT NU extraction (#26957, #27053) * [twitch] Switch access token to GraphQL and refactor (#27646) + [rai] Detect ContentItem in iframe (#12652, #27673) * [ketnet] Fix extraction (#27662) + [dplay] Add suport Discovery+ domains (#27680) * [motherless] Improve extraction (#26495, #27450) * [motherless] Fix recent videos upload date extraction (#27661) * [nrk] Fix extraction for videos without a legalAge rating - [googleplus] Remove extractor (#4955, #7400) + [applepodcasts] Add support for podcasts.apple.com (#25918) + [googlepodcasts] Add support for podcasts.google.com + [iheart] Add support for iheart.com (#27037) * [acast] Clean podcast URLs * [stitcher] Clean podcast URLs + [xfileshare] Add support for aparat.cam (#27651) + [twitter] Add support for summary card (#25121) * [twitter] Try to use a Generic fallback for unknown twitter cards (#25982) + [stitcher] Add support for shows and show metadata extraction (#20510) * [stv] Improve episode id extraction (#23083) version 2021.01.03 ------------------ Extractors * [nrk] Improve series metadata extraction (#27473) + [nrk] Extract subtitles * [nrk] Fix age limit extraction * [nrk] Improve video id extraction + [nrk] Add support for podcasts (#27634, #27635) * [nrk] Generalize and delegate all item extractors to nrk + [nrk] Add support for mp3 formats * [nrktv] Switch to playback endpoint * [vvvvid] Fix season metadata extraction (#18130) * [stitcher] Fix extraction (#20811, #27606) * [acast] Fix extraction (#21444, #27612, #27613) + [arcpublishing] Add support for arcpublishing.com (#2298, #9340, #17200) + [sky] Add support for Sports News articles and Brighcove videos (#13054) + [vvvvid] Extract akamai formats * [vvvvid] Skip unplayable episodes (#27599) * [yandexvideo] Fix extraction for Python 3.4 To generate a diff of this commit: cvs rdiff -u -r1.225 -r1.226 pkgsrc/net/youtube-dl/Makefile cvs rdiff -u -r1.103 -r1.104 pkgsrc/net/youtube-dl/PLIST cvs rdiff -u -r1.206 -r1.207 pkgsrc/net/youtube-dl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610191956105000 Content-Disposition: inline Content-Length: 5268 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.225 pkgsrc/net/youtube-dl/Makefile:1.226 --- pkgsrc/net/youtube-dl/Makefile:1.225 Thu Dec 31 17:30:03 2020 +++ pkgsrc/net/youtube-dl/Makefile Sat Jan 9 11:32:36 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.225 2020/12/31 17:30:03 leot Exp $ +# $NetBSD: Makefile,v 1.226 2021/01/09 11:32:36 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= 2020.12.31 +VERSION_DATE= 2021.01.08 DISTNAME= youtube-dl-${VERSION_DATE} PKGNAME= ${DISTNAME:S/.//:S/.//} CATEGORIES= net Index: pkgsrc/net/youtube-dl/PLIST diff -u pkgsrc/net/youtube-dl/PLIST:1.103 pkgsrc/net/youtube-dl/PLIST:1.104 --- pkgsrc/net/youtube-dl/PLIST:1.103 Thu Dec 31 17:30:03 2020 +++ pkgsrc/net/youtube-dl/PLIST Sat Jan 9 11:32:36 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.103 2020/12/31 17:30:03 leot Exp $ +@comment $NetBSD: PLIST,v 1.104 2021/01/09 11:32:36 leot Exp $ bin/youtube-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -140,12 +140,18 @@ ${PYSITELIB}/youtube_dl/extractor/aparat ${PYSITELIB}/youtube_dl/extractor/appleconnect.py ${PYSITELIB}/youtube_dl/extractor/appleconnect.pyc ${PYSITELIB}/youtube_dl/extractor/appleconnect.pyo +${PYSITELIB}/youtube_dl/extractor/applepodcasts.py +${PYSITELIB}/youtube_dl/extractor/applepodcasts.pyc +${PYSITELIB}/youtube_dl/extractor/applepodcasts.pyo ${PYSITELIB}/youtube_dl/extractor/appletrailers.py ${PYSITELIB}/youtube_dl/extractor/appletrailers.pyc ${PYSITELIB}/youtube_dl/extractor/appletrailers.pyo ${PYSITELIB}/youtube_dl/extractor/archiveorg.py ${PYSITELIB}/youtube_dl/extractor/archiveorg.pyc ${PYSITELIB}/youtube_dl/extractor/archiveorg.pyo +${PYSITELIB}/youtube_dl/extractor/arcpublishing.py +${PYSITELIB}/youtube_dl/extractor/arcpublishing.pyc +${PYSITELIB}/youtube_dl/extractor/arcpublishing.pyo ${PYSITELIB}/youtube_dl/extractor/ard.py ${PYSITELIB}/youtube_dl/extractor/ard.pyc ${PYSITELIB}/youtube_dl/extractor/ard.pyo @@ -212,6 +218,12 @@ ${PYSITELIB}/youtube_dl/extractor/bet.py ${PYSITELIB}/youtube_dl/extractor/bfi.py ${PYSITELIB}/youtube_dl/extractor/bfi.pyc ${PYSITELIB}/youtube_dl/extractor/bfi.pyo +${PYSITELIB}/youtube_dl/extractor/bfmtv.py +${PYSITELIB}/youtube_dl/extractor/bfmtv.pyc +${PYSITELIB}/youtube_dl/extractor/bfmtv.pyo +${PYSITELIB}/youtube_dl/extractor/bibeltv.py +${PYSITELIB}/youtube_dl/extractor/bibeltv.pyc +${PYSITELIB}/youtube_dl/extractor/bibeltv.pyo ${PYSITELIB}/youtube_dl/extractor/bigflix.py ${PYSITELIB}/youtube_dl/extractor/bigflix.pyc ${PYSITELIB}/youtube_dl/extractor/bigflix.pyo @@ -764,9 +776,9 @@ ${PYSITELIB}/youtube_dl/extractor/golem. ${PYSITELIB}/youtube_dl/extractor/googledrive.py ${PYSITELIB}/youtube_dl/extractor/googledrive.pyc ${PYSITELIB}/youtube_dl/extractor/googledrive.pyo -${PYSITELIB}/youtube_dl/extractor/googleplus.py -${PYSITELIB}/youtube_dl/extractor/googleplus.pyc -${PYSITELIB}/youtube_dl/extractor/googleplus.pyo +${PYSITELIB}/youtube_dl/extractor/googlepodcasts.py +${PYSITELIB}/youtube_dl/extractor/googlepodcasts.pyc +${PYSITELIB}/youtube_dl/extractor/googlepodcasts.pyo ${PYSITELIB}/youtube_dl/extractor/googlesearch.py ${PYSITELIB}/youtube_dl/extractor/googlesearch.pyc ${PYSITELIB}/youtube_dl/extractor/googlesearch.pyo @@ -848,6 +860,9 @@ ${PYSITELIB}/youtube_dl/extractor/hypem. ${PYSITELIB}/youtube_dl/extractor/ign.py ${PYSITELIB}/youtube_dl/extractor/ign.pyc ${PYSITELIB}/youtube_dl/extractor/ign.pyo +${PYSITELIB}/youtube_dl/extractor/iheart.py +${PYSITELIB}/youtube_dl/extractor/iheart.pyc +${PYSITELIB}/youtube_dl/extractor/iheart.pyo ${PYSITELIB}/youtube_dl/extractor/imdb.py ${PYSITELIB}/youtube_dl/extractor/imdb.pyc ${PYSITELIB}/youtube_dl/extractor/imdb.pyo Index: pkgsrc/net/youtube-dl/distinfo diff -u pkgsrc/net/youtube-dl/distinfo:1.206 pkgsrc/net/youtube-dl/distinfo:1.207 --- pkgsrc/net/youtube-dl/distinfo:1.206 Thu Dec 31 17:30:03 2020 +++ pkgsrc/net/youtube-dl/distinfo Sat Jan 9 11:32:36 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.206 2020/12/31 17:30:03 leot Exp $ +$NetBSD: distinfo,v 1.207 2021/01/09 11:32:36 leot Exp $ -SHA1 (youtube-dl-2020.12.31.tar.gz) = 2e888569260c949c24bd88de700e9a56a4436c40 -RMD160 (youtube-dl-2020.12.31.tar.gz) = 1afb3e59ea7c98ab78668339d29b3805ae496061 -SHA512 (youtube-dl-2020.12.31.tar.gz) = 78c69648f40c99581a533bac0e1afa2339f5681a01278f9234ad8b6b3f0f1b29e21bb669d27d0a6f9bccae0e3be954b571261d1ab9a1e778f3f028c8795595b6 -Size (youtube-dl-2020.12.31.tar.gz) = 3252801 bytes +SHA1 (youtube-dl-2021.01.08.tar.gz) = 095283e14c98e0d48e6d4c4db75626a62634bc44 +RMD160 (youtube-dl-2021.01.08.tar.gz) = 6dae2733ac6048a51fb3c9781f7034e3a843b03f +SHA512 (youtube-dl-2021.01.08.tar.gz) = 516c5ac6e0e4513e574771a9d39f643f077e18b408dc7b709b92ca99d2d72f15719b545d5f7598a3a1d5eaeae52efff283c42001ce8c846c019582490be8cac1 +Size (youtube-dl-2021.01.08.tar.gz) = 3270591 bytes SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b SHA1 (patch-youtube__dl_extractor_la7.py) = 6c579f96e7ace1b64ef25fe8788b40bc4e7e67dd SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490 --_----------=_1610191956105000--