pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2021Q1]: pkgsrc/net/youtube-dl Pullup ticket #6437 - requested...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6f5c3e08aecc
branches: pkgsrc-2021Q1
changeset: 450071:6f5c3e08aecc
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Sat Apr 10 08:41:02 2021 +0000
description:
Pullup ticket #6437 - requested by leot
net/youtube-dl: bugfixes
Revisions pulled up:
- net/youtube-dl/Makefile 1.237-1.239
- net/youtube-dl/PLIST 1.113
- net/youtube-dl/distinfo 1.217-1.219
---
Module Name: pkgsrc
Committed By: leot
Date: Wed Mar 31 18:26:58 UTC 2021
Modified Files:
pkgsrc/net/youtube-dl: Makefile distinfo
Log Message:
youtube-dl: Update to 20210331
Changes:
20210331
--------
Extractors
* [vlive] Fix inkey request (#28589)
* [francetvinfo] Improve video id extraction (#28584)
+ [instagram] Extract duration (#28469)
* [instagram] Improve title extraction (#28469)
+ [sbs] Add support for ondemand watch URLs (#28566)
* [youtube] Fix video's channel extraction (#28562)
* [picarto] Fix live stream extraction (#28532)
* [vimeo] Fix unlisted video extraction (#28414)
* [youtube:tab] Fix playlist/community continuation items extraction (#28266)
* [ard] Improve clip id extraction (#22724, #28528)
---
Module Name: pkgsrc
Committed By: leot
Date: Thu Apr 1 12:14:15 UTC 2021
Modified Files:
pkgsrc/net/youtube-dl: Makefile distinfo
Log Message:
youtube-dl: Update to 20210401
Changes:
20210401
--------
Extractors
* [youtube] Setup CONSENT cookie when needed (#28604)
* [vimeo] Fix password protected review extraction (#27591)
* [youtube] Improve age-restricted video extraction (#28578)
---
Module Name: pkgsrc
Committed By: leot
Date: Wed Apr 7 13:21:01 UTC 2021
Modified Files:
pkgsrc/net/youtube-dl: Makefile PLIST distinfo
Log Message:
youtube-dl: Update to 20210407
Changes:
20210407
--------
Core
* [extractor/common] Use compat_cookies_SimpleCookie for _get_cookies
+ [compat] Introduce compat_cookies_SimpleCookie
* [extractor/common] Improve JSON-LD author extraction
* [extractor/common] Fix _get_cookies on python 2 (#20673, #23256, #20326,
#28640)
Extractors
* [youtube] Fix extraction of videos with restricted location (#28685)
+ [line] Add support for live.line.me (#17205, #28658)
* [vimeo] Improve extraction (#28591)
* [youku] Update ccode (#17852, #28447, #28460, #28648)
* [youtube] Prefer direct entry metadata over entry metadata from playlist
(#28619, #28636)
* [screencastomatic] Fix extraction (#11976, #24489)
+ [palcomp3] Add support for palcomp3.com (#13120)
+ [arnes] Add support for video.arnes.si (#28483)
+ [youtube:tab] Add support for hashtags (#28308)
diffstat:
net/youtube-dl/Makefile | 4 ++--
net/youtube-dl/PLIST | 8 +++++++-
net/youtube-dl/distinfo | 10 +++++-----
3 files changed, 14 insertions(+), 8 deletions(-)
diffs (61 lines):
diff -r de2f7f5f5518 -r 6f5c3e08aecc net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile Sat Apr 10 08:36:05 2021 +0000
+++ b/net/youtube-dl/Makefile Sat Apr 10 08:41:02 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.236 2021/03/28 18:35:29 leot Exp $
+# $NetBSD: Makefile,v 1.236.2.1 2021/04/10 08:41:02 bsiegert 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= 2021.03.25
+VERSION_DATE= 2021.04.07
DISTNAME= youtube-dl-${VERSION_DATE}
PKGNAME= ${DISTNAME:S/.//:S/.//}
CATEGORIES= net
diff -r de2f7f5f5518 -r 6f5c3e08aecc net/youtube-dl/PLIST
--- a/net/youtube-dl/PLIST Sat Apr 10 08:36:05 2021 +0000
+++ b/net/youtube-dl/PLIST Sat Apr 10 08:41:02 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.112 2021/03/28 18:35:29 leot Exp $
+@comment $NetBSD: PLIST,v 1.112.2.1 2021/04/10 08:41:02 bsiegert Exp $
bin/youtube-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -158,6 +158,9 @@
${PYSITELIB}/youtube_dl/extractor/arkena.py
${PYSITELIB}/youtube_dl/extractor/arkena.pyc
${PYSITELIB}/youtube_dl/extractor/arkena.pyo
+${PYSITELIB}/youtube_dl/extractor/arnes.py
+${PYSITELIB}/youtube_dl/extractor/arnes.pyc
+${PYSITELIB}/youtube_dl/extractor/arnes.pyo
${PYSITELIB}/youtube_dl/extractor/arte.py
${PYSITELIB}/youtube_dl/extractor/arte.pyc
${PYSITELIB}/youtube_dl/extractor/arte.pyo
@@ -1385,6 +1388,9 @@
${PYSITELIB}/youtube_dl/extractor/packtpub.py
${PYSITELIB}/youtube_dl/extractor/packtpub.pyc
${PYSITELIB}/youtube_dl/extractor/packtpub.pyo
+${PYSITELIB}/youtube_dl/extractor/palcomp3.py
+${PYSITELIB}/youtube_dl/extractor/palcomp3.pyc
+${PYSITELIB}/youtube_dl/extractor/palcomp3.pyo
${PYSITELIB}/youtube_dl/extractor/pandoratv.py
${PYSITELIB}/youtube_dl/extractor/pandoratv.pyc
${PYSITELIB}/youtube_dl/extractor/pandoratv.pyo
diff -r de2f7f5f5518 -r 6f5c3e08aecc net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo Sat Apr 10 08:36:05 2021 +0000
+++ b/net/youtube-dl/distinfo Sat Apr 10 08:41:02 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.216 2021/03/28 18:35:29 leot Exp $
+$NetBSD: distinfo,v 1.216.2.1 2021/04/10 08:41:02 bsiegert Exp $
-SHA1 (youtube-dl-2021.03.25.tar.gz) = ef3618fa6bc035564403c7f7409eafddc4900b14
-RMD160 (youtube-dl-2021.03.25.tar.gz) = 5cea5e477f7a9d46b9f6c84f8e00ed4e60c6b56c
-SHA512 (youtube-dl-2021.03.25.tar.gz) = 77b3beb907081fd682c69d280ddc69610ef59d264b089597481cb4f57dfbac5abc90b54b38bc3691817e0f7a6a3df35b59035f49d5d22e461db87086081f426c
-Size (youtube-dl-2021.03.25.tar.gz) = 3313712 bytes
+SHA1 (youtube-dl-2021.04.07.tar.gz) = 9264cf84e8f434650295a0048c3a6ef5935d6f81
+RMD160 (youtube-dl-2021.04.07.tar.gz) = d3f6bfb55b25b5c8847cda9365e08cd65d823950
+SHA512 (youtube-dl-2021.04.07.tar.gz) = aabf6a1ceefe9101c710bbb45b91e6253a1256343513d841f7901d2be32521a001dac15f5bf13ac94beaf4638dce691f2a157a6172d89047ce2248d06bcafbf8
+Size (youtube-dl-2021.04.07.tar.gz) = 3324661 bytes
SHA1 (patch-setup.py) = 56115118d5a263f3b46ff0da0b8315a1459ad7d9
SHA1 (patch-youtube__dl_extractor_la7.py) = 6c579f96e7ace1b64ef25fe8788b40bc4e7e67dd
SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490
Home |
Main Index |
Thread Index |
Old Index