pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/youtube-dl youtube-dl: Update to 20201212



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff14bac00ad2
branches:  trunk
changeset: 443421:ff14bac00ad2
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Dec 12 21:16:03 2020 +0000

description:
youtube-dl: Update to 20201212

Changes:
version 2020.12.12

Core
* [YoutubeDL] Improve thumbnail filename deducing (#26010, #27244)

Extractors
+ [ruutu] Extract more metadata
+ [ruutu] Detect non-free videos (#21154)
* [ruutu] Authenticate format URLs (#21031, #26782)
+ [ruutu] Add support for static.nelonenmedia.fi (#25412)
+ [ruutu] Extend URL regular expression (#24839)
+ [facebook] Add support archived live video URLs (#15859)
* [wdr] Improve overall extraction
+ [wdr] Extend subtitles extraction (#22672, #22723)
+ [facebook] Add support for videos attached to Relay based story pages
  (#10795)
+ [wdr:page] Add support for kinder.wdr.de (#27350)
+ [facebook] Add another regular expression for handleServerJS
* [facebook] Fix embed page extraction
+ [facebook] Add support for Relay post pages (#26935)
+ [facebook] Add support for watch videos (#22795, #27062)
+ [facebook] Add support for group posts with multiple videos (#19131)
* [itv] Fix series metadata extraction (#26897)
- [itv] Remove old extraction method (#23177)
* [facebook] Redirect mobile URLs to desktop URLs (#24831, #25624)
+ [facebook] Add support for Relay based pages (#26823)
* [facebook] Try to reduce unnecessary tahoe requests
- [facebook] Remove hardcoded Chrome User-Agent (#18974, #25411, #26958,
  #27329)
- [smotri] Remove extractor (#27358)
- [beampro] Remove extractor (#17290, #22871, #23020, #23061, #26099)


version 2020.12.09

Core
* [extractor/common] Fix inline HTML5 media tags processing (#27345)

Extractors
* [youtube:tab] Improve identity token extraction (#27197)
* [youtube:tab] Make click tracking params on continuation optional
* [youtube:tab] Delegate inline playlists to tab-based playlists (27298)
+ [tubitv] Extract release year (#27317)
* [amcnetworks] Fix free content extraction (#20354)
+ [lbry:channel] Add support for channels (#25584)
+ [lbry] Add support for short and embed URLs
* [lbry] Fix channel metadata extraction
+ [telequebec] Add support for video.telequebec.tv (#27339)
* [telequebec] Fix extraction (#25733, #26883)
+ [youtube:tab] Capture and output alerts (#27340)
* [tvplay:home] Fix extraction (#21153)
* [americastestkitchen] Fix Extraction and add support
  for Cook's Country and Cook's Illustrated (#17234, #27322)
+ [slideslive] Add support for yoda service videos and extract subtitles
  (#27323)


version 2020.12.07

Core
* [extractor/common] Extract timestamp from Last-Modified header
+ [extractor/common] Add support for dl8-* media tags (#27283)
* [extractor/common] Fix media type extraction for HTML5 media tags
  in start/end form

Extractors
* [aenetworks] Fix extraction (#23363, #23390, #26795, #26985)
    * Fix Fastly format extraction
    + Add support for play and watch subdomains
    + Extract series metadata
* [youtube] Improve youtu.be extraction in non-existing playlists (#27324)
+ [generic] Extract RSS video description, timestamp and itunes metadata
  (#27177)
* [nrk] Reduce the number of instalments and episodes requests
* [nrk] Improve extraction
    * Improve format extraction for old akamai formats
    + Add is_live value to entry info dict
    * Request instalments only when available
    * Fix skole extraction
+ [peertube] Extract fps
+ [peertube] Recognize audio-only formats (#27295)


version 2020.12.05

Core
* [extractor/common] Improve Akamai HTTP format extraction
    * Allow m3u8 manifest without an additional audio format
    * Fix extraction for qualities starting with a number

Extractors
* [teachable:course] Improve extraction (#24507, #27286)
* [nrk] Improve error extraction
* [nrktv:series] Improve extraction (#21926)
* [nrktv:season] Improve extraction
* [nrk] Improve format extraction and geo-restriction detection (#24221)
* [pornhub] Handle HTTP errors gracefully (#26414)
* [nrktv] Relax URL regular expression (#27299, #26185)
+ [zdf] Extract webm formats (#26659)
+ [gamespot] Extract DASH and HTTP formats
+ [tver] Add support for tver.jp (#26662, #27284)
+ [pornhub] Add support for pornhub.org (#27276)


version 2020.12.02

Extractors
+ [tva] Add support for qub.ca (#27235)
+ [toggle] Detect DRM protected videos (closes #16479)(closes #20805)
+ [toggle] Add support for new MeWatch URLs (#27256)
* [youtube:tab] Extract channels only from channels tab (#27266)
+ [cspan] Extract info from jwplayer data (#3672, #3734, #10638, #13030,
  #18806, #23148, #24461, #26171, #26800, #27263)
* [cspan] Pass Referer header with format's video URL (#26032, #25729)
* [youtube] Improve age-gated videos extraction (#27259)
+ [mediaset] Add support for movie URLs (#27240)
* [yandexmusic] Refactor
+ [yandexmusic] Add support for artist's tracks and albums (#11887, #22284)
* [yandexmusic:track] Fix extraction (#26449, #26669, #26747, #26748, #26762)

diffstat:

 net/youtube-dl/Makefile |   5 ++---
 net/youtube-dl/PLIST    |  14 +++++++-------
 net/youtube-dl/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 15 deletions(-)

diffs (84 lines):

diff -r 07e32535d28b -r ff14bac00ad2 net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Sat Dec 12 19:25:19 2020 +0000
+++ b/net/youtube-dl/Makefile   Sat Dec 12 21:16:03 2020 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.222 2020/12/04 20:45:36 nia Exp $
+# $NetBSD: Makefile,v 1.223 2020/12/12 21:16:03 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.11.29
+VERSION_DATE=  2020.12.12
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       ${DISTNAME:S/.//:S/.//}
-PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  https://youtube-dl.org/downloads/${VERSION_DATE}/
 
diff -r 07e32535d28b -r ff14bac00ad2 net/youtube-dl/PLIST
--- a/net/youtube-dl/PLIST      Sat Dec 12 19:25:19 2020 +0000
+++ b/net/youtube-dl/PLIST      Sat Dec 12 21:16:03 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.101 2020/11/26 09:15:38 leot Exp $
+@comment $NetBSD: PLIST,v 1.102 2020/12/12 21:16:03 leot Exp $
 bin/youtube-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -194,9 +194,6 @@
 ${PYSITELIB}/youtube_dl/extractor/bbc.py
 ${PYSITELIB}/youtube_dl/extractor/bbc.pyc
 ${PYSITELIB}/youtube_dl/extractor/bbc.pyo
-${PYSITELIB}/youtube_dl/extractor/beampro.py
-${PYSITELIB}/youtube_dl/extractor/beampro.pyc
-${PYSITELIB}/youtube_dl/extractor/beampro.pyo
 ${PYSITELIB}/youtube_dl/extractor/beatport.py
 ${PYSITELIB}/youtube_dl/extractor/beatport.pyc
 ${PYSITELIB}/youtube_dl/extractor/beatport.pyo
@@ -698,6 +695,9 @@
 ${PYSITELIB}/youtube_dl/extractor/frontendmasters.py
 ${PYSITELIB}/youtube_dl/extractor/frontendmasters.pyc
 ${PYSITELIB}/youtube_dl/extractor/frontendmasters.pyo
+${PYSITELIB}/youtube_dl/extractor/fujitv.py
+${PYSITELIB}/youtube_dl/extractor/fujitv.pyc
+${PYSITELIB}/youtube_dl/extractor/fujitv.pyo
 ${PYSITELIB}/youtube_dl/extractor/funimation.py
 ${PYSITELIB}/youtube_dl/extractor/funimation.pyc
 ${PYSITELIB}/youtube_dl/extractor/funimation.pyo
@@ -1700,9 +1700,6 @@
 ${PYSITELIB}/youtube_dl/extractor/slutload.py
 ${PYSITELIB}/youtube_dl/extractor/slutload.pyc
 ${PYSITELIB}/youtube_dl/extractor/slutload.pyo
-${PYSITELIB}/youtube_dl/extractor/smotri.py
-${PYSITELIB}/youtube_dl/extractor/smotri.pyc
-${PYSITELIB}/youtube_dl/extractor/smotri.pyo
 ${PYSITELIB}/youtube_dl/extractor/snotr.py
 ${PYSITELIB}/youtube_dl/extractor/snotr.pyc
 ${PYSITELIB}/youtube_dl/extractor/snotr.pyo
@@ -1997,6 +1994,9 @@
 ${PYSITELIB}/youtube_dl/extractor/tvc.py
 ${PYSITELIB}/youtube_dl/extractor/tvc.pyc
 ${PYSITELIB}/youtube_dl/extractor/tvc.pyo
+${PYSITELIB}/youtube_dl/extractor/tver.py
+${PYSITELIB}/youtube_dl/extractor/tver.pyc
+${PYSITELIB}/youtube_dl/extractor/tver.pyo
 ${PYSITELIB}/youtube_dl/extractor/tvigle.py
 ${PYSITELIB}/youtube_dl/extractor/tvigle.pyc
 ${PYSITELIB}/youtube_dl/extractor/tvigle.pyo
diff -r 07e32535d28b -r ff14bac00ad2 net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Sat Dec 12 19:25:19 2020 +0000
+++ b/net/youtube-dl/distinfo   Sat Dec 12 21:16:03 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.203 2020/11/29 10:01:51 leot Exp $
+$NetBSD: distinfo,v 1.204 2020/12/12 21:16:03 leot Exp $
 
-SHA1 (youtube-dl-2020.11.29.tar.gz) = fe09fa789856b2e1deb84bd08a511de74babe340
-RMD160 (youtube-dl-2020.11.29.tar.gz) = 5fd99b3798d411f220002da082ae9dd3c4e61950
-SHA512 (youtube-dl-2020.11.29.tar.gz) = e3b4e7e7a776a608d2ee34c5395108445ea43fc999b0364a686eddb5d5977591d2c625b2a97955fd565631da070921f3196cd98ce58cf9aebf4e504636645a3d
-Size (youtube-dl-2020.11.29.tar.gz) = 3222467 bytes
+SHA1 (youtube-dl-2020.12.12.tar.gz) = a6a2b6857bc9f3814eb64fe3572328023f0f2e3e
+RMD160 (youtube-dl-2020.12.12.tar.gz) = 291fdfbc54d7a55c7f73d239de2a264f67f829b5
+SHA512 (youtube-dl-2020.12.12.tar.gz) = 388722cadf500cbcd97b8d92b1ae67d091a5fe79e6bdf19e3a3f94476ef926f7ab57b35ee6d14e2d7a7bf1c72db37535de6c9c6affd32f4c1403902b813d5530
+Size (youtube-dl-2020.12.12.tar.gz) = 3225195 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_extractor_la7.py) = 6c579f96e7ace1b64ef25fe8788b40bc4e7e67dd
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490



Home | Main Index | Thread Index | Old Index