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:           Sat May  2 17:17:21 UTC 2020

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

Log Message:
youtube-dl: Update to 20200503

Changes:
20200503
--------
Core
+ [extractor/common] Extract multiple JSON-LD entries
* [options] Clarify doc on --exec command (#19087, #24883)
* [extractor/common] Skip malformed ISM manifest XMLs while extracting
  ISM formats (#24667)

Extractors
* [crunchyroll] Fix and improve extraction (#25096, #25060)
* [youtube] Improve player id extraction
* [youtube] Use redirected video id if any (#25063)
* [yahoo] Fix GYAO Player extraction and relax URL regular expression
  (#24178, #24778)
* [tvplay] Fix Viafree extraction (#15189, #24473, #24789)
* [tenplay] Relax URL regular expression (#25001)
+ [prosiebensat1] Extract series metadata
* [prosiebensat1] Improve extraction and remove 7tv.de support (#24948)
- [prosiebensat1] Remove 7tv.de support (#24948)
* [youtube] Fix DRM videos detection (#24736)
* [thisoldhouse] Fix video id extraction (#24548, #24549)
+ [soundcloud] Extract AAC format (#19173, #24708)
* [youtube] Skip broken multifeed videos (#24711)
* [nova:embed] Fix extraction (#24700)
* [motherless] Fix extraction (#24699)
* [twitch:clips] Extend URL regular expression (#24290, #24642)
* [tv4] Fix ISM formats extraction (#24667)
* [tele5] Fix extraction (#24553)
+ [mofosex] Add support for generic embeds (#24633)
+ [youporn] Add support for generic embeds
+ [spankwire] Add support for generic embeds (#24633)
* [spankwire] Fix extraction (#18924, #20648)


To generate a diff of this commit:
cvs rdiff -u -r1.204 -r1.205 pkgsrc/net/youtube-dl/Makefile
cvs rdiff -u -r1.186 -r1.187 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.204 pkgsrc/net/youtube-dl/Makefile:1.205
--- pkgsrc/net/youtube-dl/Makefile:1.204        Mon Mar 23 20:32:23 2020
+++ pkgsrc/net/youtube-dl/Makefile      Sat May  2 17:17:21 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.204 2020/03/23 20:32:23 leot Exp $
+# $NetBSD: Makefile,v 1.205 2020/05/02 17:17:21 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.03.24
+VERSION_DATE=  2020.05.03
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       ${DISTNAME:S/.//:S/.//}
 CATEGORIES=    net

Index: pkgsrc/net/youtube-dl/distinfo
diff -u pkgsrc/net/youtube-dl/distinfo:1.186 pkgsrc/net/youtube-dl/distinfo:1.187
--- pkgsrc/net/youtube-dl/distinfo:1.186        Mon Mar 23 20:32:23 2020
+++ pkgsrc/net/youtube-dl/distinfo      Sat May  2 17:17:21 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.186 2020/03/23 20:32:23 leot Exp $
+$NetBSD: distinfo,v 1.187 2020/05/02 17:17:21 leot Exp $
 
-SHA1 (youtube-dl-2020.03.24.tar.gz) = 888324814bf5fe6144ac55e044ff5a6f1eaf1d5a
-RMD160 (youtube-dl-2020.03.24.tar.gz) = 9c6028fbc1db93b931e8bd9a4382a11077896d70
-SHA512 (youtube-dl-2020.03.24.tar.gz) = 421c0ae412977cdf94d079aa7982360ffdfc4271bb7af27a598adbdb8454c2044e5c44ff3a9f339e9b0989c1264223ca83bba6a9151d01052f8f72c076d9e369
-Size (youtube-dl-2020.03.24.tar.gz) = 3165706 bytes
+SHA1 (youtube-dl-2020.05.03.tar.gz) = 9e3cda38ba0edf595fc52a427cf28ffb82303b0a
+RMD160 (youtube-dl-2020.05.03.tar.gz) = 5fa5aff103045287b70ae275470179b05c72d3b7
+SHA512 (youtube-dl-2020.05.03.tar.gz) = 52cbbe49f17489cdf30298c300a7615f53d329305f3afac282fd5ecdb069641644064bf70a7ef93874252a7c206b2f1da42781e81542878261c21b7017950bc7
+Size (youtube-dl-2020.05.03.tar.gz) = 3169742 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_extractor_la7.py) = e246750808305343227060acdc5a38583ef071e9
 SHA1 (patch-youtube__dl_extractor_rai.py) = ae67a6fb599c90491fd68b72bf71821659a2eca4



Home | Main Index | Thread Index | Old Index