pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/youtube-dl



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Jun  6 09:03:31 UTC 2021

Modified Files:
        pkgsrc/net/youtube-dl: Makefile PLIST distinfo

Log Message:
youtube-dl: Update to 20210606

Changes:
20210606
--------
Extractors
* [facebook] Improve login required detection
* [youporn] Fix formats and view count extraction (#29216)
* [orf:tvthek] Fix thumbnails extraction (#29217)
* [formula1] Fix extraction (#29206)
* [ard] Relax URL regular expression and fix video ids (#22724, #29091)
+ [ustream] Detect https embeds (#29133)
* [ted] Prefer own formats over external sources (#29142)
* [twitch:clips] Improve extraction (#29149)
+ [twitch:clips] Add access token query to download URLs (#29136)
* [youtube] Fix get_video_info request (#29086, #29165)
* [vimeo] Fix vimeo pro embed extraction (#29126)
* [redbulltv] Fix embed data extraction (#28770)
* [shahid] Relax URL regular expression (#28772, #28930)

20210516
--------
Core
* [options] Fix thumbnail option group name (#29042)
* [YoutubeDL] Improve extract_info doc (#28946)

Extractors
+ [playstuff] Add support for play.stuff.co.nz (#28901, #28931)
* [eroprofile] Fix extraction (#23200, #23626, #29008)
+ [vivo] Add support for vivo.st (#29009)
+ [generic] Add support for og:audio (#28311, #29015)
* [phoenix] Fix extraction (#29057)
+ [generic] Add support for sibnet embeds
+ [vk] Add support for sibnet embeds (#9500)
+ [generic] Add Referer header for direct videojs download URLs (#2879,
  #20217, #29053)
* [orf:radio] Switch download URLs to HTTPS (#29012, #29046)
- [blinkx] Remove extractor (#28941)
* [medaltv] Relax URL regular expression (#28884)
+ [funimation] Add support for optional lang code in URLs (#28950)
+ [gdcvault] Add support for HTML5 videos
* [dispeak] Improve FLV extraction (#13513, #28970)
* [kaltura] Improve iframe extraction (#28969)
* [kaltura] Make embed code alternatives actually work
* [cda] Improve extraction (#28709, #28937)
* [twitter] Improve formats extraction from vmap URL (#28909)
* [xtube] Fix formats extraction (#28870)
* [svtplay] Improve extraction (#28507, #28876)
* [tv2dk] Fix extraction (#28888)


To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 pkgsrc/net/youtube-dl/Makefile
cvs rdiff -u -r1.114 -r1.115 pkgsrc/net/youtube-dl/PLIST
cvs rdiff -u -r1.221 -r1.222 pkgsrc/net/youtube-dl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/youtube-dl/Makefile
diff -u pkgsrc/net/youtube-dl/Makefile:1.241 pkgsrc/net/youtube-dl/Makefile:1.242
--- pkgsrc/net/youtube-dl/Makefile:1.241        Sun Apr 25 18:58:32 2021
+++ pkgsrc/net/youtube-dl/Makefile      Sun Jun  6 09:03:31 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.241 2021/04/25 18:58:32 leot Exp $
+# $NetBSD: Makefile,v 1.242 2021/06/06 09:03:31 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=  2021.04.26
+VERSION_DATE=  2021.06.06
 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.114 pkgsrc/net/youtube-dl/PLIST:1.115
--- pkgsrc/net/youtube-dl/PLIST:1.114   Sat Apr 17 09:41:52 2021
+++ pkgsrc/net/youtube-dl/PLIST Sun Jun  6 09:03:31 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.114 2021/04/17 09:41:52 leot Exp $
+@comment $NetBSD: PLIST,v 1.115 2021/06/06 09:03:31 leot Exp $
 bin/youtube-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -251,9 +251,6 @@ ${PYSITELIB}/youtube_dl/extractor/bitchu
 ${PYSITELIB}/youtube_dl/extractor/bleacherreport.py
 ${PYSITELIB}/youtube_dl/extractor/bleacherreport.pyc
 ${PYSITELIB}/youtube_dl/extractor/bleacherreport.pyo
-${PYSITELIB}/youtube_dl/extractor/blinkx.py
-${PYSITELIB}/youtube_dl/extractor/blinkx.pyc
-${PYSITELIB}/youtube_dl/extractor/blinkx.pyo
 ${PYSITELIB}/youtube_dl/extractor/bloomberg.py
 ${PYSITELIB}/youtube_dl/extractor/bloomberg.pyc
 ${PYSITELIB}/youtube_dl/extractor/bloomberg.pyo
@@ -1457,6 +1454,9 @@ ${PYSITELIB}/youtube_dl/extractor/playpl
 ${PYSITELIB}/youtube_dl/extractor/plays.py
 ${PYSITELIB}/youtube_dl/extractor/plays.pyc
 ${PYSITELIB}/youtube_dl/extractor/plays.pyo
+${PYSITELIB}/youtube_dl/extractor/playstuff.py
+${PYSITELIB}/youtube_dl/extractor/playstuff.pyc
+${PYSITELIB}/youtube_dl/extractor/playstuff.pyo
 ${PYSITELIB}/youtube_dl/extractor/playtvak.py
 ${PYSITELIB}/youtube_dl/extractor/playtvak.pyc
 ${PYSITELIB}/youtube_dl/extractor/playtvak.pyo

Index: pkgsrc/net/youtube-dl/distinfo
diff -u pkgsrc/net/youtube-dl/distinfo:1.221 pkgsrc/net/youtube-dl/distinfo:1.222
--- pkgsrc/net/youtube-dl/distinfo:1.221        Sun Apr 25 18:58:32 2021
+++ pkgsrc/net/youtube-dl/distinfo      Sun Jun  6 09:03:31 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.221 2021/04/25 18:58:32 leot Exp $
+$NetBSD: distinfo,v 1.222 2021/06/06 09:03:31 leot Exp $
 
-SHA1 (youtube-dl-2021.04.26.tar.gz) = 196d1423e11ebcbcb445b04758e47e62f7ce270b
-RMD160 (youtube-dl-2021.04.26.tar.gz) = 6df5914fa0dc9a6c40ff832f8e6deb90c73012dc
-SHA512 (youtube-dl-2021.04.26.tar.gz) = d187b537fc71ca8e0c9422404f14bab20f66ee9ea10af40d94e9216a79d6b78c1c535600308d18905c34ede0934dbf4f642f58125e898130ce536bc053aa2a10
-Size (youtube-dl-2021.04.26.tar.gz) = 3333530 bytes
+SHA1 (youtube-dl-2021.06.06.tar.gz) = 5072af7496d93cb05c05c6dae4964a75024cf0e4
+RMD160 (youtube-dl-2021.06.06.tar.gz) = 24478101dbb1a9f5b634ed872e407c4e8d088041
+SHA512 (youtube-dl-2021.06.06.tar.gz) = 7b4d453723d03c3fde46451277d5c44be01469ed1b414ce94e782d6228c132c982835805207222862d0d7b8ba162157196f976400fd15cea7ea513e3595aeea3
+Size (youtube-dl-2021.06.06.tar.gz) = 3336227 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