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:           Wed Jun 21 08:28:01 UTC 2017

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

Log Message:
Update net/youtube-dl to 20170618.

Changes:
version 2017.06.18

Core
* [downloader/common] Use utils.shell_quote for debug command line
* [utils] Use compat_shlex_quote in shell_quote
* [postprocessor/execafterdownload] Encode command line (#13407)
* [compat] Fix compat_shlex_quote on Windows (#5889, #10254)
* [postprocessor/metadatafromtitle] Fix missing optional meta fields processing
   in --metadata-from-title (#13408)
* [extractor/common] Fix json dumping with --geo-bypass
+ [extractor/common] Improve jwplayer subtitles extraction
+ [extractor/common] Improve jwplayer formats extraction (#13379)

Extractors
* [polskieradio] Fix extraction (#13392)
+ [xfileshare] Add support for fastvideo.me (#13385)
* [bilibili] Fix extraction of videos with double quotes in titles (#13387)
* [4tube] Fix extraction (#13381, #13382)
+ [disney] Add support for disneychannel.de (#13383)
* [npo] Improve URL regular expression (#13376)
+ [corus] Add support for showcase.ca
+ [corus] Add support for history.ca (#13359)

version 2017.06.12

Core
* [utils] Handle compat_HTMLParseError in extract_attributes (#13349)
+ [compat] Introduce compat_HTMLParseError
* [utils] Improve unified_timestamp
* [extractor/generic] Ensure format id is unicode string
* [extractor/common] Return unicode string from _match_id
+ [YoutubeDL] Sanitize more fields (#13313)

Extractors
+ [xfileshare] Add support for rapidvideo.tv (#13348)
* [xfileshare] Modernize and pass Referer
+ [rutv] Add support for testplayer.vgtrk.com (#13347)
+ [newgrounds] Extract more metadata (#13232)
+ [newgrounds:playlist] Add support for playlists (#10611)
* [newgrounds] Improve formats and uploader extraction (#13346)
* [msn] Fix formats extraction
* [turbo] Ensure format id is string
* [sexu] Ensure height is int
* [jove] Ensure comment count is int
* [golem] Ensure format id is string
* [gfycat] Ensure filesize is int
* [foxgay] Ensure height is int
* [flickr] Ensure format id is string
* [sohu] Fix numeric fields
* [safari] Improve authentication detection (#13319)
* [liveleak] Ensure height is int (#13313)
* [streamango] Make title optional (#13292)
* [rtlnl] Improve URL regular expression (#13295)
* [tvplayer] Fix extraction (#13291)


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/net/youtube-dl/Makefile
cvs rdiff -u -r1.98 -r1.99 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.112 pkgsrc/net/youtube-dl/Makefile:1.113
--- pkgsrc/net/youtube-dl/Makefile:1.112        Mon Jun  5 20:37:21 2017
+++ pkgsrc/net/youtube-dl/Makefile      Wed Jun 21 08:28:01 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.112 2017/06/05 20:37:21 leot Exp $
+# $NetBSD: Makefile,v 1.113 2017/06/21 08:28:01 leot Exp $
 
-VERSION_DATE=  2017.06.05
+VERSION_DATE=  2017.06.18
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       youtube-dl-${VERSION_DATE:S/.//:S/.//}
 CATEGORIES=    net

Index: pkgsrc/net/youtube-dl/distinfo
diff -u pkgsrc/net/youtube-dl/distinfo:1.98 pkgsrc/net/youtube-dl/distinfo:1.99
--- pkgsrc/net/youtube-dl/distinfo:1.98 Mon Jun  5 20:37:21 2017
+++ pkgsrc/net/youtube-dl/distinfo      Wed Jun 21 08:28:01 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.98 2017/06/05 20:37:21 leot Exp $
+$NetBSD: distinfo,v 1.99 2017/06/21 08:28:01 leot Exp $
 
-SHA1 (youtube-dl-2017.06.05.tar.gz) = 7ca5143fb2b5d41a9752a4c866cac3f2f261174e
-RMD160 (youtube-dl-2017.06.05.tar.gz) = 146a7a76ccfb411fdaaa41e1a12fd18e19cfaf38
-SHA512 (youtube-dl-2017.06.05.tar.gz) = 60b99df0e5aa9fc9248cbc47ce8c61f7d78485e6c6b4d8aba795e3a0da9e085d03cf860e94738fe184f8c6bec83897f5fdf5bd24c414bb8153053914203a4b7f
-Size (youtube-dl-2017.06.05.tar.gz) = 2723532 bytes
+SHA1 (youtube-dl-2017.06.18.tar.gz) = 68885dbf31f5f27b6b06c4ddbbe332ceb86d7f1c
+RMD160 (youtube-dl-2017.06.18.tar.gz) = bc28af6baa407294a49d63b9bb49d705a1a88f65
+SHA512 (youtube-dl-2017.06.18.tar.gz) = 5cf18135beea4331acaf3edc9e8b9c78f9ef2a9c9813a3708936e0c8c5119cf355c1afc932138e650fc4ba831025b2be6bde3fac33a62a49581d5964305bd3d1
+Size (youtube-dl-2017.06.18.tar.gz) = 2728617 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = 6c220e67ab138d1c00aa4f2bc02ac84548af7c30



Home | Main Index | Thread Index | Old Index