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:           Thu Dec 31 17:30:03 UTC 2020

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

Log Message:
youtube-dl: Update to 20201231

Changes:
version 2020.12.31

Core
* [utils] Accept only supported protocols in url_or_none
* [YoutubeDL] Allow format filtering using audio language (#16209)

Extractors
+ [redditr] Extract all thumbnails (#27503)
* [vvvvid] Improve info extraction
+ [vvvvid] Add support for playlists (#18130, #27574)
+ [yandexdisk] Extract info from webpage
* [yandexdisk] Fix extraction (#17861, #27131)
* [yandexvideo] Use old API call as fallback
* [yandexvideo] Fix extraction (#25000)
- [nbc] Remove CSNNE extractor
* [nbc] Fix NBCSport VPlayer URL extraction (#16640)
+ [aenetworks] Add support for biography.com (#3863)
* [uktvplay] Match new video URLs (#17909)
* [sevenplay] Detect API errors
* [tenplay] Fix format extraction (#26653)
* [brightcove] Raise error for DRM protected videos (#23467, #27568)

version 2020.12.29

Extractors
* [youtube] Improve yt initial data extraction (#27524)
* [youtube:tab] Improve URL matching #27559)
* [youtube:tab] Restore retry on browse requests (#27313, #27564)
* [aparat] Fix extraction (#22285, #22611, #23348, #24354, #24591, #24904,
  #25418, #26070, #26350, #26738, #27563)
- [brightcove] Remove sonyliv specific code
* [piksel] Improve format extraction
+ [zype] Add support for uplynk videos
+ [toggle] Add support for live.mewatch.sg (#27555)
+ [go] Add support for fxnow.fxnetworks.com (#13972, #22467, #23754, #26826)
* [teachable] Improve embed detection (#26923)
* [mitele] Fix free video extraction (#24624, #25827, #26757)
* [telecinco] Fix extraction
* [youtube] Update invidious.snopyta.org (#22667)
* [amcnetworks] Improve auth only video detection (#27548)
+ [generic] Add support for VHX Embeds (#27546)

version 2020.12.26

Extractors
* [instagram] Fix comment count extraction
+ [instagram] Add support for reel URLs (#26234, #26250)
* [bbc] Switch to media selector v6 (#23232, #23933, #26303, #26432, #26821,
  #27538)
* [instagram] Improve thumbnail extraction
* [instagram] Fix extraction when authenticated (#22880, #26377, #26981,
  #27422)
* [spankbang:playlist] Fix extraction (#24087)
+ [spankbang] Add support for playlist videos
* [pornhub] Improve like and dislike count extraction (#27356)
* [pornhub] Fix lq formats extraction (#27386, #27393)
+ [bongacams] Add support for bongacams.com (#27440)
* [youtube:tab] Extend URL regular expression (#27501)
* [theweatherchannel] Fix extraction (#25930, #26051)
+ [sprout] Add support for Universal Kids (#22518)
* [theplatform] Allow passing geo bypass countries from other extractors
+ [wistia] Add support for playlists (#27533)
+ [ctv] Add support for ctv.ca (#27525)
* [9c9media] Improve info extraction
* [youtube] Fix automatic captions extraction (#27162, #27388)
* [sonyliv] Fix title for movies
* [sonyliv] Fix extraction (#25667)
* [streetvoice] Fix extraction (#27455, #27492)
+ [facebook] Add support for watchparty pages (#27507)
* [cbslocal] Fix video extraction
+ [brightcove] Add another method to extract policyKey
* [mewatch] Relax URL regular expression (#27506)

version 2020.12.22

Core
* [common] Remove unwanted query params from unsigned akamai manifest URLs

Extractors
- [tastytrade] Remove extractor (#25716)
* [niconico] Fix playlist extraction (#27428)
- [everyonesmixtape] Remove extractor
- [kanalplay] Remove extractor
* [arkena] Fix extraction
* [nba] Rewrite extractor
* [turner] Improve info extraction
* [youtube] Improve xsrf token extraction (#27442)
* [generic] Improve RSS age limit extraction
* [generic] Fix RSS itunes thumbnail extraction (#27405)
+ [redditr] Extract duration (#27426)
- [zaq1] Remove extractor
+ [asiancrush] Add support for retrocrush.tv
* [asiancrush] Fix extraction
- [noco] Remove extractor (#10864)
* [nfl] Fix extraction (#22245)
* [skysports] Relax URL regular expression (#27435)
+ [tv5unis] Add support for tv5unis.ca (#22399, #24890)
+ [videomore] Add support for more.tv (#27088)
+ [yandexmusic] Add support for music.yandex.com (#27425)
+ [nhk:program] Add support for audio programs and program clips
+ [nhk] Add support for NHK video programs (#27230)


To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 pkgsrc/net/youtube-dl/Makefile
cvs rdiff -u -r1.102 -r1.103 pkgsrc/net/youtube-dl/PLIST
cvs rdiff -u -r1.205 -r1.206 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.224 pkgsrc/net/youtube-dl/Makefile:1.225
--- pkgsrc/net/youtube-dl/Makefile:1.224        Sun Dec 20 11:24:34 2020
+++ pkgsrc/net/youtube-dl/Makefile      Thu Dec 31 17:30:03 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.224 2020/12/20 11:24:34 leot Exp $
+# $NetBSD: Makefile,v 1.225 2020/12/31 17:30: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.12.14
+VERSION_DATE=  2020.12.31
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       ${DISTNAME:S/.//:S/.//}
 CATEGORIES=    net

Index: pkgsrc/net/youtube-dl/PLIST
diff -u pkgsrc/net/youtube-dl/PLIST:1.102 pkgsrc/net/youtube-dl/PLIST:1.103
--- pkgsrc/net/youtube-dl/PLIST:1.102   Sat Dec 12 21:16:03 2020
+++ pkgsrc/net/youtube-dl/PLIST Thu Dec 31 17:30:03 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.102 2020/12/12 21:16:03 leot Exp $
+@comment $NetBSD: PLIST,v 1.103 2020/12/31 17:30:03 leot Exp $
 bin/youtube-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -242,6 +242,9 @@ ${PYSITELIB}/youtube_dl/extractor/bloomb
 ${PYSITELIB}/youtube_dl/extractor/bokecc.py
 ${PYSITELIB}/youtube_dl/extractor/bokecc.pyc
 ${PYSITELIB}/youtube_dl/extractor/bokecc.pyo
+${PYSITELIB}/youtube_dl/extractor/bongacams.py
+${PYSITELIB}/youtube_dl/extractor/bongacams.pyc
+${PYSITELIB}/youtube_dl/extractor/bongacams.pyo
 ${PYSITELIB}/youtube_dl/extractor/bostonglobe.py
 ${PYSITELIB}/youtube_dl/extractor/bostonglobe.pyc
 ${PYSITELIB}/youtube_dl/extractor/bostonglobe.pyo
@@ -440,6 +443,9 @@ ${PYSITELIB}/youtube_dl/extractor/cspan.
 ${PYSITELIB}/youtube_dl/extractor/ctsnews.py
 ${PYSITELIB}/youtube_dl/extractor/ctsnews.pyc
 ${PYSITELIB}/youtube_dl/extractor/ctsnews.pyo
+${PYSITELIB}/youtube_dl/extractor/ctv.py
+${PYSITELIB}/youtube_dl/extractor/ctv.pyc
+${PYSITELIB}/youtube_dl/extractor/ctv.pyo
 ${PYSITELIB}/youtube_dl/extractor/ctvnews.py
 ${PYSITELIB}/youtube_dl/extractor/ctvnews.pyc
 ${PYSITELIB}/youtube_dl/extractor/ctvnews.pyo
@@ -599,9 +605,6 @@ ${PYSITELIB}/youtube_dl/extractor/esri.p
 ${PYSITELIB}/youtube_dl/extractor/europa.py
 ${PYSITELIB}/youtube_dl/extractor/europa.pyc
 ${PYSITELIB}/youtube_dl/extractor/europa.pyo
-${PYSITELIB}/youtube_dl/extractor/everyonesmixtape.py
-${PYSITELIB}/youtube_dl/extractor/everyonesmixtape.pyc
-${PYSITELIB}/youtube_dl/extractor/everyonesmixtape.pyo
 ${PYSITELIB}/youtube_dl/extractor/expotv.py
 ${PYSITELIB}/youtube_dl/extractor/expotv.pyc
 ${PYSITELIB}/youtube_dl/extractor/expotv.pyo
@@ -707,9 +710,6 @@ ${PYSITELIB}/youtube_dl/extractor/funk.p
 ${PYSITELIB}/youtube_dl/extractor/fusion.py
 ${PYSITELIB}/youtube_dl/extractor/fusion.pyc
 ${PYSITELIB}/youtube_dl/extractor/fusion.pyo
-${PYSITELIB}/youtube_dl/extractor/fxnetworks.py
-${PYSITELIB}/youtube_dl/extractor/fxnetworks.pyc
-${PYSITELIB}/youtube_dl/extractor/fxnetworks.pyo
 ${PYSITELIB}/youtube_dl/extractor/gaia.py
 ${PYSITELIB}/youtube_dl/extractor/gaia.pyc
 ${PYSITELIB}/youtube_dl/extractor/gaia.pyo
@@ -923,9 +923,6 @@ ${PYSITELIB}/youtube_dl/extractor/kakao.
 ${PYSITELIB}/youtube_dl/extractor/kaltura.py
 ${PYSITELIB}/youtube_dl/extractor/kaltura.pyc
 ${PYSITELIB}/youtube_dl/extractor/kaltura.pyo
-${PYSITELIB}/youtube_dl/extractor/kanalplay.py
-${PYSITELIB}/youtube_dl/extractor/kanalplay.pyc
-${PYSITELIB}/youtube_dl/extractor/kanalplay.pyo
 ${PYSITELIB}/youtube_dl/extractor/kankan.py
 ${PYSITELIB}/youtube_dl/extractor/kankan.pyc
 ${PYSITELIB}/youtube_dl/extractor/kankan.pyo
@@ -1271,9 +1268,6 @@ ${PYSITELIB}/youtube_dl/extractor/njpwwo
 ${PYSITELIB}/youtube_dl/extractor/nobelprize.py
 ${PYSITELIB}/youtube_dl/extractor/nobelprize.pyc
 ${PYSITELIB}/youtube_dl/extractor/nobelprize.pyo
-${PYSITELIB}/youtube_dl/extractor/noco.py
-${PYSITELIB}/youtube_dl/extractor/noco.pyc
-${PYSITELIB}/youtube_dl/extractor/noco.pyo
 ${PYSITELIB}/youtube_dl/extractor/nonktube.py
 ${PYSITELIB}/youtube_dl/extractor/nonktube.pyc
 ${PYSITELIB}/youtube_dl/extractor/nonktube.pyo
@@ -1805,9 +1799,6 @@ ${PYSITELIB}/youtube_dl/extractor/tagess
 ${PYSITELIB}/youtube_dl/extractor/tass.py
 ${PYSITELIB}/youtube_dl/extractor/tass.pyc
 ${PYSITELIB}/youtube_dl/extractor/tass.pyo
-${PYSITELIB}/youtube_dl/extractor/tastytrade.py
-${PYSITELIB}/youtube_dl/extractor/tastytrade.pyc
-${PYSITELIB}/youtube_dl/extractor/tastytrade.pyo
 ${PYSITELIB}/youtube_dl/extractor/tbs.py
 ${PYSITELIB}/youtube_dl/extractor/tbs.pyc
 ${PYSITELIB}/youtube_dl/extractor/tbs.pyo
@@ -1985,6 +1976,9 @@ ${PYSITELIB}/youtube_dl/extractor/tv4.py
 ${PYSITELIB}/youtube_dl/extractor/tv5mondeplus.py
 ${PYSITELIB}/youtube_dl/extractor/tv5mondeplus.pyc
 ${PYSITELIB}/youtube_dl/extractor/tv5mondeplus.pyo
+${PYSITELIB}/youtube_dl/extractor/tv5unis.py
+${PYSITELIB}/youtube_dl/extractor/tv5unis.pyc
+${PYSITELIB}/youtube_dl/extractor/tv5unis.pyo
 ${PYSITELIB}/youtube_dl/extractor/tva.py
 ${PYSITELIB}/youtube_dl/extractor/tva.pyc
 ${PYSITELIB}/youtube_dl/extractor/tva.pyo
@@ -2360,9 +2354,6 @@ ${PYSITELIB}/youtube_dl/extractor/youtub
 ${PYSITELIB}/youtube_dl/extractor/zapiks.py
 ${PYSITELIB}/youtube_dl/extractor/zapiks.pyc
 ${PYSITELIB}/youtube_dl/extractor/zapiks.pyo
-${PYSITELIB}/youtube_dl/extractor/zaq1.py
-${PYSITELIB}/youtube_dl/extractor/zaq1.pyc
-${PYSITELIB}/youtube_dl/extractor/zaq1.pyo
 ${PYSITELIB}/youtube_dl/extractor/zattoo.py
 ${PYSITELIB}/youtube_dl/extractor/zattoo.pyc
 ${PYSITELIB}/youtube_dl/extractor/zattoo.pyo

Index: pkgsrc/net/youtube-dl/distinfo
diff -u pkgsrc/net/youtube-dl/distinfo:1.205 pkgsrc/net/youtube-dl/distinfo:1.206
--- pkgsrc/net/youtube-dl/distinfo:1.205        Sun Dec 20 11:24:34 2020
+++ pkgsrc/net/youtube-dl/distinfo      Thu Dec 31 17:30:03 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.205 2020/12/20 11:24:34 leot Exp $
+$NetBSD: distinfo,v 1.206 2020/12/31 17:30:03 leot Exp $
 
-SHA1 (youtube-dl-2020.12.14.tar.gz) = 4390183fb753ad90b738ccc868849c02f05ff87a
-RMD160 (youtube-dl-2020.12.14.tar.gz) = aec2e44ecd10c17418c5a56ff0492c747654ac86
-SHA512 (youtube-dl-2020.12.14.tar.gz) = 8a7d96656ef6803afdff90a2c528cdac5354a10996a631c54c722615ccbf879fd5e89b85f9e369cb9d1fd239fc095db4e232a5c420cdd902f5ffbe76f4e3d1a5
-Size (youtube-dl-2020.12.14.tar.gz) = 3229047 bytes
+SHA1 (youtube-dl-2020.12.31.tar.gz) = 2e888569260c949c24bd88de700e9a56a4436c40
+RMD160 (youtube-dl-2020.12.31.tar.gz) = 1afb3e59ea7c98ab78668339d29b3805ae496061
+SHA512 (youtube-dl-2020.12.31.tar.gz) = 78c69648f40c99581a533bac0e1afa2339f5681a01278f9234ad8b6b3f0f1b29e21bb669d27d0a6f9bccae0e3be954b571261d1ab9a1e778f3f028c8795595b6
+Size (youtube-dl-2020.12.31.tar.gz) = 3252801 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