pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/yt-dlp



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Aug 24 17:49:36 UTC 2022

Modified Files:
        pkgsrc/net/yt-dlp: Makefile distinfo

Log Message:
yt-dlp: Update to yt-dlp-2022.8.19

Changes:
### 2022.08.19
* Fix bug in `--download-archive`
* [jsinterp] **Fix for new youtube players** and related improvements
* [phantomjs] Add function to execute JS without a DOM
* [build] Exclude devscripts from installs
* [cleanup] Misc fixes and cleanup
* [extractor/youtube] Add fallback to phantomjs for nsig
* [extractor/youtube] Fix error reporting of "Incomplete data"
* [extractor/youtube] Improve format sorting for IOS formats
* [extractor/youtube] Improve signature caching
* [extractor/instagram] Fix extraction
* [extractor/rai] Minor fix
* [extractor/rtbf] Fix stream extractor
* [extractor/SovietsCloset] Fix extractor
* [extractor/zattoo] Fix Zattoo resellers


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/yt-dlp/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/yt-dlp/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/yt-dlp/Makefile
diff -u pkgsrc/net/yt-dlp/Makefile:1.19 pkgsrc/net/yt-dlp/Makefile:1.20
--- pkgsrc/net/yt-dlp/Makefile:1.19     Mon Aug 15 15:59:57 2022
+++ pkgsrc/net/yt-dlp/Makefile  Wed Aug 24 17:49:36 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/08/15 15:59:57 leot Exp $
+# $NetBSD: Makefile,v 1.20 2022/08/24 17:49:36 leot Exp $
 
-DISTNAME=      yt-dlp-2022.8.14
+DISTNAME=      yt-dlp-2022.8.19
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yt-dlp/}
 # \TODO: create symlink, as mpv makes use of youtube-dl?

Index: pkgsrc/net/yt-dlp/distinfo
diff -u pkgsrc/net/yt-dlp/distinfo:1.16 pkgsrc/net/yt-dlp/distinfo:1.17
--- pkgsrc/net/yt-dlp/distinfo:1.16     Mon Aug 15 15:59:57 2022
+++ pkgsrc/net/yt-dlp/distinfo  Wed Aug 24 17:49:36 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2022/08/15 15:59:57 leot Exp $
+$NetBSD: distinfo,v 1.17 2022/08/24 17:49:36 leot Exp $
 
-BLAKE2s (yt-dlp-2022.8.14.tar.gz) = bd006624eba8c3823e48c2442a60a143c566e64e9b97517668e170642e55a00f
-SHA512 (yt-dlp-2022.8.14.tar.gz) = 5a2219d55fb4f02c2f22eb6bf11d9986c75613401c3b8f7f8d39e6a5a534cb91f5c27fbf735919c414c3d7f193024315eb3eee02a1743828bdcf9b102a748cee
-Size (yt-dlp-2022.8.14.tar.gz) = 2368444 bytes
+BLAKE2s (yt-dlp-2022.8.19.tar.gz) = 3687398c233ae80a0c5cc3f045bda462c02bfdbebaab18c41d2beef63bbfea5c
+SHA512 (yt-dlp-2022.8.19.tar.gz) = 277a91f4790d7bc34f913e420d3c8b1c563a6a88e6175077cdbf53c60d05afaae56b4103acfc3725015e5075fc1346194e06a81d1d68de743d7173265cb39d25
+Size (yt-dlp-2022.8.19.tar.gz) = 2373949 bytes



Home | Main Index | Thread Index | Old Index