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 Sep  3 11:57:24 UTC 2017

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

Log Message:
Update net/youtube-dl to 2017.09.02

Changes:
2017.09.02
----------
Extractors
* [youtube] Force old layout for each webpage (#14068, #14072, #14074, #14076,
  #14077, #14079, #14082, #14083, #14094, #14095, #14096)
* [youtube] Fix upload date extraction (#14065)
+ [charlierose] Add support for episodes (#14062)
+ [bbccouk] Add support for w-prefixed ids (#14056)
* [googledrive] Extend URL regular expression (#9785)
+ [googledrive] Add support for source format (#14046)
* [pornhd] Fix extraction (#14005)

2017.08.27.1
------------
Extractors
* [youtube] Fix extraction with --youtube-skip-dash-manifest enabled (#14037)

2017.08.27
----------
Core
+ [extractor/common] Extract height and format id for HTML5 videos (#14034)
* [downloader/http] Rework HTTP downloader (#506, #809, #2849, #4240, #6023,
  #8625, #9483)
    * Simplify code and split into separate routines to facilitate maintaining
    * Make retry mechanism work on errors during actual download not only
      during connection establishment phase
    * Retry on ECONNRESET and ETIMEDOUT during reading data from network
    * Retry on content too short
    * Show error description on retry

Extractors
* [generic] Lower preference for extraction from LD-JSON
* [rai] Fix audio formats extraction (#14024)
* [youtube] Fix controversy videos extraction (#14027, #14029)
* [mixcloud] Fix extraction (#14015, #14020)

2017.08.23
----------
Core
+ [extractor/common] Introduce _parse_xml
* [extractor/common] Make HLS and DASH extraction in_parse_html5_media_entries
  non fatal (#13970)
* [utils] Fix unescapeHTML for misformed string like "&a"" (#13935)

Extractors
* [cbc:watch] Bypass geo restriction (#13993)
* [toutv] Relax DRM check (#13994)
+ [googledrive] Add support for subtitles (#13619, #13638)
* [pornhub] Relax uploader regular expression (#13906, #13975)
* [bandcamp:album] Extract track titles (#13962)
+ [bbccouk] Add support for events URLs (#13893)
+ [liveleak] Support multi-video pages (#6542)
+ [liveleak] Support another liveleak embedding pattern (#13336)
* [cda] Fix extraction (#13935)
+ [laola1tv] Add support for tv.ittf.com (#13965)
* [mixcloud] Fix extraction (#13958, #13974, #13980, #14003)


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/net/youtube-dl/Makefile
cvs rdiff -u -r1.103 -r1.104 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.118 pkgsrc/net/youtube-dl/Makefile:1.119
--- pkgsrc/net/youtube-dl/Makefile:1.118        Fri Aug 18 11:11:51 2017
+++ pkgsrc/net/youtube-dl/Makefile      Sun Sep  3 11:57:24 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.118 2017/08/18 11:11:51 leot Exp $
+# $NetBSD: Makefile,v 1.119 2017/09/03 11:57:24 leot Exp $
 
-VERSION_DATE=  2017.08.18
+VERSION_DATE=  2017.09.02
 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.103 pkgsrc/net/youtube-dl/distinfo:1.104
--- pkgsrc/net/youtube-dl/distinfo:1.103        Fri Aug 18 11:11:51 2017
+++ pkgsrc/net/youtube-dl/distinfo      Sun Sep  3 11:57:24 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.103 2017/08/18 11:11:51 leot Exp $
+$NetBSD: distinfo,v 1.104 2017/09/03 11:57:24 leot Exp $
 
-SHA1 (youtube-dl-2017.08.18.tar.gz) = a2638f4501769ce3e02cb0f1c2464f706bffa21a
-RMD160 (youtube-dl-2017.08.18.tar.gz) = 507fb1fcf93d1e37c5c425099f2df4e190ace0fc
-SHA512 (youtube-dl-2017.08.18.tar.gz) = bf403e2f4b7024346219ce01b229ab18329e3faf7aadbd0706e7783072815eaf588812ccbed876212d57192533c09ec8aaceb4a497a411672533b436a9f215f5
-Size (youtube-dl-2017.08.18.tar.gz) = 2779312 bytes
+SHA1 (youtube-dl-2017.09.02.tar.gz) = b08a42c9636aba2739ba321a958626011319c82a
+RMD160 (youtube-dl-2017.09.02.tar.gz) = a9b26bdf4f50675e045c224316cbe5bfa6d3419a
+SHA512 (youtube-dl-2017.09.02.tar.gz) = ba97b192c027ff02c5cf38b4913dca2b94a4527f5cd8a80d18cf94f5b07b7824f8414d9681cd92abf260d5145c84ad95cc954ad78f36a6391f2929f37cce260a
+Size (youtube-dl-2017.09.02.tar.gz) = 2786324 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = 6c220e67ab138d1c00aa4f2bc02ac84548af7c30



Home | Main Index | Thread Index | Old Index