pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/streamlink



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Mar 31 21:59:54 UTC 2020

Modified Files:
        pkgsrc/multimedia/streamlink: Makefile PLIST distinfo

Log Message:
streamlink: update to 1.3.1

streamlink 1.3.1 (2020-01-27)

A small patch release that addresses the removal of MPV's legacy option syntax, also with fixes of several plugins, the addition of the --twitch-disable-reruns parameter and dropped support for 
Python 3.4.

streamlink 1.3.0 (2019-11-22)

A new release with plugin updates and fixes, including Twitch.tv (see #2680), which had to be delayed due to back and forth API changes.

The Twitch.tv workarounds mentioned in #2680 don't have to be applied anymore, but authenticating via --twitch-oauth-token has been disabled, regardless of the origin of the OAuth token (via 
--twitch-oauth-authenticate or the Twitch website). In order to not introduce breaking changes, both parameters have been kept in this release and the user name will still be logged when using an 
OAuth token, but receiving item drops or accessing restricted streams is not possible anymore.

Plugins for the following sites have also been added:

    albavision
    news.now.com
    twitcasting.tv
    viu.tv
    vlive.tv
    willax.tv

streamlink 1.2.0 (2019-08-18)

Here are the changes for this month's release

    Multiple plugin fixes
    Fixed single hyphen params at the beginning of --player-args (#2333)
    --http-proxy will set the default value of --https-proxy to same as --http-proxy. (#2536)
    DASH Streams will handle headers correctly (#2545)
    the timestamp for FFMPEGMuxer streams will start with zero (#2559)

streamlink 1.1.1 (2019-04-02)

This is just a small patch release which fixes a build/deploy issue with the new special wheels for Windows on PyPI. (#2392)

streamlink 1.0.0 (2019-01-30)

The celebratory release of Streamlink 1.0.0!

A lot of hard work has gone into getting Streamlink to where it is. Not only is Streamlink used across multiple applications and platforms, but companies as well.

Streamlink started from the inaugural fork of Livestreamer on September 17th, 2016.

Since then, We've hit multiple milestones:

    Over 886 PRs
    Hit 3,000 commits in Streamlink
    Obtaining our first sponsors as well as backers of the project
    The creation of our own logo (https://github.com/streamlink/streamlink/issues/1123)

Thanks to everyone who has contributed to Streamlink (and our backers)! Without you, we wouldn't be where we are today.

Without further ado, here are the changes in release 1.0.0:

    We have a new icon / logo for Streamlink! (https://github.com/streamlink/streamlink/pull/2165)
    Updated dependencies (https://github.com/streamlink/streamlink/pull/2230)
    A ton of plugin updates. Have a look at this search query for all the recent updates.
    You can now provide a custom key URI to override HLS streams (https://github.com/streamlink/streamlink/pull/2139). For example: --hls-segment-key-uri <URI>
    User agents for API communication have been updated (https://github.com/streamlink/streamlink/pull/2194)
    Special synonyms have been added to sort "best" and "worst" streams (https://github.com/streamlink/streamlink/pull/2127). For example: streamlink --stream-sorting-excludes '>=480p' URL 
best,best-unfiltered
    Process output will no longer show if tty is unavailable (https://github.com/streamlink/streamlink/pull/2090)
    We've removed BountySource in favour of our OpenCollective page. If you have any features you'd like to request, please open up an issue with the request and possibly consider backing us!
    Improved terminal progress display for wide characters (https://github.com/streamlink/streamlink/pull/2032)
    Fixed a bug with dynamic playlists on playback (https://github.com/streamlink/streamlink/pull/2096)
    Fixed makeinstaller.sh (https://github.com/streamlink/streamlink/pull/2098)
    Old Livestreamer deprecations and API references were removed (https://github.com/streamlink/streamlink/pull/1987)
    Dependencies have been updated for Python (https://github.com/streamlink/streamlink/pull/1975)
    Newer and more common User-Agents are now used (https://github.com/streamlink/streamlink/pull/1974)
    DASH stream bitrates now round-up to the nearest 10, 100, 1000, etc. (https://github.com/streamlink/streamlink/pull/1995)
    Updated documentation on issue templates (https://github.com/streamlink/streamlink/pull/1996)
    URL have been added for better processing of HTML tags (https://github.com/streamlink/streamlink/pull/1675)
    Fixed sort and prog issue (https://github.com/streamlink/streamlink/pull/1964)
    Reformatted issue templates (https://github.com/streamlink/streamlink/pull/1966)
    Fixed crashing bug with player-continuous-http option (https://github.com/streamlink/streamlink/pull/2234)
    Make sure all dev dependencies (https://github.com/streamlink/streamlink/pull/2235)
    -r parameter has been replaced for --rtmp-rtmpdump (https://github.com/streamlink/streamlink/pull/2152)

Breaking changes:

    A large number of unmaintained or NSFW plugins have been removed. You can find the PR that implemented that change here: https://github.com/streamlink/streamlink/pull/2003 . See our 
CONTRIBUTING.md documentation for plugin policy.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/streamlink/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/multimedia/streamlink/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/streamlink/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/streamlink/Makefile
diff -u pkgsrc/multimedia/streamlink/Makefile:1.17 pkgsrc/multimedia/streamlink/Makefile:1.18
--- pkgsrc/multimedia/streamlink/Makefile:1.17  Thu Apr 25 07:33:09 2019
+++ pkgsrc/multimedia/streamlink/Makefile       Tue Mar 31 21:59:54 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/04/25 07:33:09 maya Exp $
+# $NetBSD: Makefile,v 1.18 2020/03/31 21:59:54 maya Exp $
 
-DISTNAME=      streamlink-0.14.2
-PKGREVISION=   1
+DISTNAME=      streamlink-1.3.1
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=streamlink/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/multimedia/streamlink/PLIST
diff -u pkgsrc/multimedia/streamlink/PLIST:1.11 pkgsrc/multimedia/streamlink/PLIST:1.12
--- pkgsrc/multimedia/streamlink/PLIST:1.11     Sun Jul 22 19:22:16 2018
+++ pkgsrc/multimedia/streamlink/PLIST  Tue Mar 31 21:59:54 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2018/07/22 19:22:16 maya Exp $
+@comment $NetBSD: PLIST,v 1.12 2020/03/31 21:59:54 maya Exp $
 bin/streamlink
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -107,28 +107,24 @@ ${PYSITELIB}/streamlink/plugin/plugin.py
 ${PYSITELIB}/streamlink/plugins/__init__.py
 ${PYSITELIB}/streamlink/plugins/__init__.pyo
 ${PYSITELIB}/streamlink/plugins/__init__.pyc
+${PYSITELIB}/streamlink/plugins/abematv.pyo
+${PYSITELIB}/streamlink/plugins/abematv.pyc
 ${PYSITELIB}/streamlink/plugins/abweb.pyo
 ${PYSITELIB}/streamlink/plugins/abweb.pyc
 ${PYSITELIB}/streamlink/plugins/adultswim.pyo
 ${PYSITELIB}/streamlink/plugins/adultswim.pyc
 ${PYSITELIB}/streamlink/plugins/afreeca.pyo
 ${PYSITELIB}/streamlink/plugins/afreeca.pyc
-${PYSITELIB}/streamlink/plugins/aftonbladet.pyo
-${PYSITELIB}/streamlink/plugins/aftonbladet.pyc
 ${PYSITELIB}/streamlink/plugins/akamaihd.pyo
 ${PYSITELIB}/streamlink/plugins/akamaihd.pyc
-${PYSITELIB}/streamlink/plugins/aliez.pyo
-${PYSITELIB}/streamlink/plugins/aliez.pyc
+${PYSITELIB}/streamlink/plugins/albavision.pyo
+${PYSITELIB}/streamlink/plugins/albavision.pyc
 ${PYSITELIB}/streamlink/plugins/aljazeeraen.pyo
 ${PYSITELIB}/streamlink/plugins/aljazeeraen.pyc
 ${PYSITELIB}/streamlink/plugins/animelab.pyo
 ${PYSITELIB}/streamlink/plugins/animelab.pyc
-${PYSITELIB}/streamlink/plugins/antenna.pyo
-${PYSITELIB}/streamlink/plugins/antenna.pyc
 ${PYSITELIB}/streamlink/plugins/app17.pyo
 ${PYSITELIB}/streamlink/plugins/app17.pyc
-${PYSITELIB}/streamlink/plugins/arconai.pyo
-${PYSITELIB}/streamlink/plugins/arconai.pyc
 ${PYSITELIB}/streamlink/plugins/ard_live.pyo
 ${PYSITELIB}/streamlink/plugins/ard_live.pyc
 ${PYSITELIB}/streamlink/plugins/ard_mediathek.pyo
@@ -149,32 +145,22 @@ ${PYSITELIB}/streamlink/plugins/bilibili
 ${PYSITELIB}/streamlink/plugins/bilibili.pyc
 ${PYSITELIB}/streamlink/plugins/bloomberg.pyo
 ${PYSITELIB}/streamlink/plugins/bloomberg.pyc
-${PYSITELIB}/streamlink/plugins/bongacams.pyo
-${PYSITELIB}/streamlink/plugins/bongacams.pyc
 ${PYSITELIB}/streamlink/plugins/brightcove.pyo
 ${PYSITELIB}/streamlink/plugins/brightcove.pyc
-${PYSITELIB}/streamlink/plugins/brittv.pyo
-${PYSITELIB}/streamlink/plugins/brittv.pyc
 ${PYSITELIB}/streamlink/plugins/btsports.pyo
 ${PYSITELIB}/streamlink/plugins/btsports.pyc
 ${PYSITELIB}/streamlink/plugins/btv.pyo
 ${PYSITELIB}/streamlink/plugins/btv.pyc
-${PYSITELIB}/streamlink/plugins/cam4.pyo
-${PYSITELIB}/streamlink/plugins/cam4.pyc
-${PYSITELIB}/streamlink/plugins/camsoda.pyo
-${PYSITELIB}/streamlink/plugins/camsoda.pyc
 ${PYSITELIB}/streamlink/plugins/canalplus.pyo
 ${PYSITELIB}/streamlink/plugins/canalplus.pyc
-${PYSITELIB}/streamlink/plugins/canlitv.pyo
-${PYSITELIB}/streamlink/plugins/canlitv.pyc
 ${PYSITELIB}/streamlink/plugins/cdnbg.pyo
 ${PYSITELIB}/streamlink/plugins/cdnbg.pyc
 ${PYSITELIB}/streamlink/plugins/ceskatelevize.pyo
 ${PYSITELIB}/streamlink/plugins/ceskatelevize.pyc
-${PYSITELIB}/streamlink/plugins/chaturbate.pyo
-${PYSITELIB}/streamlink/plugins/chaturbate.pyc
 ${PYSITELIB}/streamlink/plugins/cinergroup.pyo
 ${PYSITELIB}/streamlink/plugins/cinergroup.pyc
+${PYSITELIB}/streamlink/plugins/clubbingtv.pyo
+${PYSITELIB}/streamlink/plugins/clubbingtv.pyc
 ${PYSITELIB}/streamlink/plugins/cnews.pyo
 ${PYSITELIB}/streamlink/plugins/cnews.pyc
 ${PYSITELIB}/streamlink/plugins/common_jwplayer.pyo
@@ -183,10 +169,10 @@ ${PYSITELIB}/streamlink/plugins/common_s
 ${PYSITELIB}/streamlink/plugins/common_swf.pyc
 ${PYSITELIB}/streamlink/plugins/crunchyroll.pyo
 ${PYSITELIB}/streamlink/plugins/crunchyroll.pyc
+${PYSITELIB}/streamlink/plugins/cubetv.pyo
+${PYSITELIB}/streamlink/plugins/cubetv.pyc
 ${PYSITELIB}/streamlink/plugins/cybergame.pyo
 ${PYSITELIB}/streamlink/plugins/cybergame.pyc
-${PYSITELIB}/streamlink/plugins/cyro.pyo
-${PYSITELIB}/streamlink/plugins/cyro.pyc
 ${PYSITELIB}/streamlink/plugins/dailymotion.pyo
 ${PYSITELIB}/streamlink/plugins/dailymotion.pyc
 ${PYSITELIB}/streamlink/plugins/dash.pyo
@@ -197,6 +183,8 @@ ${PYSITELIB}/streamlink/plugins/deutsche
 ${PYSITELIB}/streamlink/plugins/deutschewelle.pyc
 ${PYSITELIB}/streamlink/plugins/dingittv.pyo
 ${PYSITELIB}/streamlink/plugins/dingittv.pyc
+${PYSITELIB}/streamlink/plugins/dlive.pyo
+${PYSITELIB}/streamlink/plugins/dlive.pyc
 ${PYSITELIB}/streamlink/plugins/dogan.pyo
 ${PYSITELIB}/streamlink/plugins/dogan.pyc
 ${PYSITELIB}/streamlink/plugins/dogus.pyo
@@ -205,12 +193,12 @@ ${PYSITELIB}/streamlink/plugins/dommune.
 ${PYSITELIB}/streamlink/plugins/dommune.pyc
 ${PYSITELIB}/streamlink/plugins/douyutv.pyo
 ${PYSITELIB}/streamlink/plugins/douyutv.pyc
-${PYSITELIB}/streamlink/plugins/dplay.pyo
-${PYSITELIB}/streamlink/plugins/dplay.pyc
 ${PYSITELIB}/streamlink/plugins/drdk.pyo
 ${PYSITELIB}/streamlink/plugins/drdk.pyc
 ${PYSITELIB}/streamlink/plugins/earthcam.pyo
 ${PYSITELIB}/streamlink/plugins/earthcam.pyc
+${PYSITELIB}/streamlink/plugins/egame.pyo
+${PYSITELIB}/streamlink/plugins/egame.pyc
 ${PYSITELIB}/streamlink/plugins/ellobo.pyo
 ${PYSITELIB}/streamlink/plugins/ellobo.pyc
 ${PYSITELIB}/streamlink/plugins/eltrecetv.pyo
@@ -221,14 +209,10 @@ ${PYSITELIB}/streamlink/plugins/euronews
 ${PYSITELIB}/streamlink/plugins/euronews.pyc
 ${PYSITELIB}/streamlink/plugins/europaplus.pyo
 ${PYSITELIB}/streamlink/plugins/europaplus.pyc
-${PYSITELIB}/streamlink/plugins/expressen.pyo
-${PYSITELIB}/streamlink/plugins/expressen.pyc
 ${PYSITELIB}/streamlink/plugins/facebook.pyo
 ${PYSITELIB}/streamlink/plugins/facebook.pyc
 ${PYSITELIB}/streamlink/plugins/filmon.pyo
 ${PYSITELIB}/streamlink/plugins/filmon.pyc
-${PYSITELIB}/streamlink/plugins/filmon_us.pyo
-${PYSITELIB}/streamlink/plugins/filmon_us.pyc
 ${PYSITELIB}/streamlink/plugins/foxtr.pyo
 ${PYSITELIB}/streamlink/plugins/foxtr.pyc
 ${PYSITELIB}/streamlink/plugins/funimationnow.pyo
@@ -269,6 +253,8 @@ ${PYSITELIB}/streamlink/plugins/kanal7.p
 ${PYSITELIB}/streamlink/plugins/kanal7.pyc
 ${PYSITELIB}/streamlink/plugins/kingkong.pyo
 ${PYSITELIB}/streamlink/plugins/kingkong.pyc
+${PYSITELIB}/streamlink/plugins/linelive.pyo
+${PYSITELIB}/streamlink/plugins/linelive.pyc
 ${PYSITELIB}/streamlink/plugins/live_russia_tv.pyo
 ${PYSITELIB}/streamlink/plugins/live_russia_tv.pyc
 ${PYSITELIB}/streamlink/plugins/liveedu.pyo
@@ -277,16 +263,14 @@ ${PYSITELIB}/streamlink/plugins/liveme.p
 ${PYSITELIB}/streamlink/plugins/liveme.pyc
 ${PYSITELIB}/streamlink/plugins/livestream.pyo
 ${PYSITELIB}/streamlink/plugins/livestream.pyc
-${PYSITELIB}/streamlink/plugins/looch.pyo
-${PYSITELIB}/streamlink/plugins/looch.pyc
 ${PYSITELIB}/streamlink/plugins/lrt.pyo
 ${PYSITELIB}/streamlink/plugins/lrt.pyc
-${PYSITELIB}/streamlink/plugins/media_ccc_de.pyo
-${PYSITELIB}/streamlink/plugins/media_ccc_de.pyc
+${PYSITELIB}/streamlink/plugins/ltv_lsm_lv.pyo
+${PYSITELIB}/streamlink/plugins/ltv_lsm_lv.pyc
 ${PYSITELIB}/streamlink/plugins/mediaklikk.pyo
 ${PYSITELIB}/streamlink/plugins/mediaklikk.pyc
-${PYSITELIB}/streamlink/plugins/mips.pyo
-${PYSITELIB}/streamlink/plugins/mips.pyc
+${PYSITELIB}/streamlink/plugins/metube.pyo
+${PYSITELIB}/streamlink/plugins/metube.pyc
 ${PYSITELIB}/streamlink/plugins/mitele.pyo
 ${PYSITELIB}/streamlink/plugins/mitele.pyc
 ${PYSITELIB}/streamlink/plugins/mixer.pyo
@@ -301,28 +285,26 @@ ${PYSITELIB}/streamlink/plugins/nbcsport
 ${PYSITELIB}/streamlink/plugins/nbcsports.pyc
 ${PYSITELIB}/streamlink/plugins/nhkworld.pyo
 ${PYSITELIB}/streamlink/plugins/nhkworld.pyc
-${PYSITELIB}/streamlink/plugins/nineanime.pyo
-${PYSITELIB}/streamlink/plugins/nineanime.pyc
 ${PYSITELIB}/streamlink/plugins/nos.pyo
 ${PYSITELIB}/streamlink/plugins/nos.pyc
-${PYSITELIB}/streamlink/plugins/npo.pyo
-${PYSITELIB}/streamlink/plugins/npo.pyc
+${PYSITELIB}/streamlink/plugins/nownews.pyo
+${PYSITELIB}/streamlink/plugins/nownews.pyc
 ${PYSITELIB}/streamlink/plugins/nrk.pyo
 ${PYSITELIB}/streamlink/plugins/nrk.pyc
-${PYSITELIB}/streamlink/plugins/ok_live.pyo
-${PYSITELIB}/streamlink/plugins/ok_live.pyc
-${PYSITELIB}/streamlink/plugins/oldlivestream.pyo
-${PYSITELIB}/streamlink/plugins/oldlivestream.pyc
+${PYSITELIB}/streamlink/plugins/ntv.pyo
+${PYSITELIB}/streamlink/plugins/ntv.pyc
+${PYSITELIB}/streamlink/plugins/okru.pyo
+${PYSITELIB}/streamlink/plugins/okru.pyc
 ${PYSITELIB}/streamlink/plugins/olympicchannel.pyo
 ${PYSITELIB}/streamlink/plugins/olympicchannel.pyc
+${PYSITELIB}/streamlink/plugins/oneplusone.pyo
+${PYSITELIB}/streamlink/plugins/oneplusone.pyc
 ${PYSITELIB}/streamlink/plugins/onetv.pyo
 ${PYSITELIB}/streamlink/plugins/onetv.pyc
 ${PYSITELIB}/streamlink/plugins/openrectv.pyo
 ${PYSITELIB}/streamlink/plugins/openrectv.pyc
 ${PYSITELIB}/streamlink/plugins/orf_tvthek.pyo
 ${PYSITELIB}/streamlink/plugins/orf_tvthek.pyc
-${PYSITELIB}/streamlink/plugins/ovvatv.pyo
-${PYSITELIB}/streamlink/plugins/ovvatv.pyc
 ${PYSITELIB}/streamlink/plugins/pandatv.pyo
 ${PYSITELIB}/streamlink/plugins/pandatv.pyc
 ${PYSITELIB}/streamlink/plugins/periscope.pyo
@@ -347,10 +329,10 @@ ${PYSITELIB}/streamlink/plugins/raiplay.
 ${PYSITELIB}/streamlink/plugins/raiplay.pyc
 ${PYSITELIB}/streamlink/plugins/reshet.pyo
 ${PYSITELIB}/streamlink/plugins/reshet.pyc
+${PYSITELIB}/streamlink/plugins/reuters.pyo
+${PYSITELIB}/streamlink/plugins/reuters.pyc
 ${PYSITELIB}/streamlink/plugins/rtbf.pyo
 ${PYSITELIB}/streamlink/plugins/rtbf.pyc
-${PYSITELIB}/streamlink/plugins/rte.pyo
-${PYSITELIB}/streamlink/plugins/rte.pyc
 ${PYSITELIB}/streamlink/plugins/rtlxl.pyo
 ${PYSITELIB}/streamlink/plugins/rtlxl.pyc
 ${PYSITELIB}/streamlink/plugins/rtmp.pyo
@@ -363,20 +345,16 @@ ${PYSITELIB}/streamlink/plugins/rtvs.pyo
 ${PYSITELIB}/streamlink/plugins/rtvs.pyc
 ${PYSITELIB}/streamlink/plugins/ruv.pyo
 ${PYSITELIB}/streamlink/plugins/ruv.pyc
+${PYSITELIB}/streamlink/plugins/sbscokr.pyo
+${PYSITELIB}/streamlink/plugins/sbscokr.pyc
 ${PYSITELIB}/streamlink/plugins/schoolism.pyo
 ${PYSITELIB}/streamlink/plugins/schoolism.pyc
-${PYSITELIB}/streamlink/plugins/seemeplay.pyo
-${PYSITELIB}/streamlink/plugins/seemeplay.pyc
-${PYSITELIB}/streamlink/plugins/seetv.pyo
-${PYSITELIB}/streamlink/plugins/seetv.pyc
-${PYSITELIB}/streamlink/plugins/servustv.pyo
-${PYSITELIB}/streamlink/plugins/servustv.pyc
+${PYSITELIB}/streamlink/plugins/senategov.pyo
+${PYSITELIB}/streamlink/plugins/senategov.pyc
 ${PYSITELIB}/streamlink/plugins/showroom.pyo
 ${PYSITELIB}/streamlink/plugins/showroom.pyc
 ${PYSITELIB}/streamlink/plugins/skai.pyo
 ${PYSITELIB}/streamlink/plugins/skai.pyc
-${PYSITELIB}/streamlink/plugins/speedrunslive.pyo
-${PYSITELIB}/streamlink/plugins/speedrunslive.pyc
 ${PYSITELIB}/streamlink/plugins/sportal.pyo
 ${PYSITELIB}/streamlink/plugins/sportal.pyc
 ${PYSITELIB}/streamlink/plugins/sportschau.pyo
@@ -385,28 +363,32 @@ ${PYSITELIB}/streamlink/plugins/srgssr.p
 ${PYSITELIB}/streamlink/plugins/srgssr.pyc
 ${PYSITELIB}/streamlink/plugins/ssh101.pyo
 ${PYSITELIB}/streamlink/plugins/ssh101.pyc
+${PYSITELIB}/streamlink/plugins/stadium.pyo
+${PYSITELIB}/streamlink/plugins/stadium.pyc
 ${PYSITELIB}/streamlink/plugins/startv.pyo
 ${PYSITELIB}/streamlink/plugins/startv.pyc
 ${PYSITELIB}/streamlink/plugins/steam.pyo
 ${PYSITELIB}/streamlink/plugins/steam.pyc
 ${PYSITELIB}/streamlink/plugins/streamable.pyo
 ${PYSITELIB}/streamlink/plugins/streamable.pyc
-${PYSITELIB}/streamlink/plugins/streamboat.pyo
-${PYSITELIB}/streamlink/plugins/streamboat.pyc
 ${PYSITELIB}/streamlink/plugins/streamingvideoprovider.pyo
 ${PYSITELIB}/streamlink/plugins/streamingvideoprovider.pyc
-${PYSITELIB}/streamlink/plugins/streamlive.pyo
-${PYSITELIB}/streamlink/plugins/streamlive.pyc
 ${PYSITELIB}/streamlink/plugins/streamme.pyo
 ${PYSITELIB}/streamlink/plugins/streamme.pyc
 ${PYSITELIB}/streamlink/plugins/streann.pyo
 ${PYSITELIB}/streamlink/plugins/streann.pyc
+${PYSITELIB}/streamlink/plugins/stv.pyo
+${PYSITELIB}/streamlink/plugins/stv.pyc
 ${PYSITELIB}/streamlink/plugins/svtplay.pyo
 ${PYSITELIB}/streamlink/plugins/svtplay.pyc
 ${PYSITELIB}/streamlink/plugins/swisstxt.pyo
 ${PYSITELIB}/streamlink/plugins/swisstxt.pyc
+${PYSITELIB}/streamlink/plugins/tamago.pyo
+${PYSITELIB}/streamlink/plugins/tamago.pyc
 ${PYSITELIB}/streamlink/plugins/teamliquid.pyo
 ${PYSITELIB}/streamlink/plugins/teamliquid.pyc
+${PYSITELIB}/streamlink/plugins/teleclubzoom.pyo
+${PYSITELIB}/streamlink/plugins/teleclubzoom.pyc
 ${PYSITELIB}/streamlink/plugins/telefe.pyo
 ${PYSITELIB}/streamlink/plugins/telefe.pyc
 ${PYSITELIB}/streamlink/plugins/tf1.pyo
@@ -437,10 +419,8 @@ ${PYSITELIB}/streamlink/plugins/tv5monde
 ${PYSITELIB}/streamlink/plugins/tv5monde.pyc
 ${PYSITELIB}/streamlink/plugins/tv8.pyo
 ${PYSITELIB}/streamlink/plugins/tv8.pyc
-${PYSITELIB}/streamlink/plugins/tv8cat.pyo
-${PYSITELIB}/streamlink/plugins/tv8cat.pyc
-${PYSITELIB}/streamlink/plugins/tvcatchup.pyo
-${PYSITELIB}/streamlink/plugins/tvcatchup.pyc
+${PYSITELIB}/streamlink/plugins/tvibo.pyo
+${PYSITELIB}/streamlink/plugins/tvibo.pyc
 ${PYSITELIB}/streamlink/plugins/tvnbg.pyo
 ${PYSITELIB}/streamlink/plugins/tvnbg.pyc
 ${PYSITELIB}/streamlink/plugins/tvp.pyo
@@ -451,6 +431,10 @@ ${PYSITELIB}/streamlink/plugins/tvrby.py
 ${PYSITELIB}/streamlink/plugins/tvrby.pyc
 ${PYSITELIB}/streamlink/plugins/tvrplus.pyo
 ${PYSITELIB}/streamlink/plugins/tvrplus.pyc
+${PYSITELIB}/streamlink/plugins/tvtoya.pyo
+${PYSITELIB}/streamlink/plugins/tvtoya.pyc
+${PYSITELIB}/streamlink/plugins/twitcasting.pyo
+${PYSITELIB}/streamlink/plugins/twitcasting.pyc
 ${PYSITELIB}/streamlink/plugins/twitch.pyo
 ${PYSITELIB}/streamlink/plugins/twitch.pyc
 ${PYSITELIB}/streamlink/plugins/ustreamtv.pyo
@@ -459,26 +443,32 @@ ${PYSITELIB}/streamlink/plugins/ustvnow.
 ${PYSITELIB}/streamlink/plugins/ustvnow.pyc
 ${PYSITELIB}/streamlink/plugins/vaughnlive.pyo
 ${PYSITELIB}/streamlink/plugins/vaughnlive.pyc
-${PYSITELIB}/streamlink/plugins/vgtv.pyo
-${PYSITELIB}/streamlink/plugins/vgtv.pyc
 ${PYSITELIB}/streamlink/plugins/viasat.pyo
 ${PYSITELIB}/streamlink/plugins/viasat.pyc
 ${PYSITELIB}/streamlink/plugins/vidio.pyo
 ${PYSITELIB}/streamlink/plugins/vidio.pyc
+${PYSITELIB}/streamlink/plugins/vimeo.pyo
+${PYSITELIB}/streamlink/plugins/vimeo.pyc
 ${PYSITELIB}/streamlink/plugins/vinhlongtv.pyo
 ${PYSITELIB}/streamlink/plugins/vinhlongtv.pyc
+${PYSITELIB}/streamlink/plugins/viutv.pyo
+${PYSITELIB}/streamlink/plugins/viutv.pyc
 ${PYSITELIB}/streamlink/plugins/vk.pyo
 ${PYSITELIB}/streamlink/plugins/vk.pyc
+${PYSITELIB}/streamlink/plugins/vlive.pyo
+${PYSITELIB}/streamlink/plugins/vlive.pyc
 ${PYSITELIB}/streamlink/plugins/vrtbe.pyo
 ${PYSITELIB}/streamlink/plugins/vrtbe.pyc
+${PYSITELIB}/streamlink/plugins/vtvgo.pyo
+${PYSITELIB}/streamlink/plugins/vtvgo.pyc
 ${PYSITELIB}/streamlink/plugins/webcast_india_gov.pyo
 ${PYSITELIB}/streamlink/plugins/webcast_india_gov.pyc
 ${PYSITELIB}/streamlink/plugins/webtv.pyo
 ${PYSITELIB}/streamlink/plugins/webtv.pyc
-${PYSITELIB}/streamlink/plugins/weeb.pyo
-${PYSITELIB}/streamlink/plugins/weeb.pyc
 ${PYSITELIB}/streamlink/plugins/welt.pyo
 ${PYSITELIB}/streamlink/plugins/welt.pyc
+${PYSITELIB}/streamlink/plugins/willax.pyo
+${PYSITELIB}/streamlink/plugins/willax.pyc
 ${PYSITELIB}/streamlink/plugins/wwenetwork.pyo
 ${PYSITELIB}/streamlink/plugins/wwenetwork.pyc
 ${PYSITELIB}/streamlink/plugins/younow.pyo
@@ -495,17 +485,15 @@ ${PYSITELIB}/streamlink/plugins/zengatv.
 ${PYSITELIB}/streamlink/plugins/zengatv.pyc
 ${PYSITELIB}/streamlink/plugins/zhanqi.pyo
 ${PYSITELIB}/streamlink/plugins/zhanqi.pyc
+${PYSITELIB}/streamlink/plugins/abematv.py
 ${PYSITELIB}/streamlink/plugins/abweb.py
 ${PYSITELIB}/streamlink/plugins/adultswim.py
 ${PYSITELIB}/streamlink/plugins/afreeca.py
-${PYSITELIB}/streamlink/plugins/aftonbladet.py
 ${PYSITELIB}/streamlink/plugins/akamaihd.py
-${PYSITELIB}/streamlink/plugins/aliez.py
+${PYSITELIB}/streamlink/plugins/albavision.py
 ${PYSITELIB}/streamlink/plugins/aljazeeraen.py
 ${PYSITELIB}/streamlink/plugins/animelab.py
-${PYSITELIB}/streamlink/plugins/antenna.py
 ${PYSITELIB}/streamlink/plugins/app17.py
-${PYSITELIB}/streamlink/plugins/arconai.py
 ${PYSITELIB}/streamlink/plugins/ard_live.py
 ${PYSITELIB}/streamlink/plugins/ard_mediathek.py
 ${PYSITELIB}/streamlink/plugins/artetv.py
@@ -516,46 +504,40 @@ ${PYSITELIB}/streamlink/plugins/bfmtv.py
 ${PYSITELIB}/streamlink/plugins/bigo.py
 ${PYSITELIB}/streamlink/plugins/bilibili.py
 ${PYSITELIB}/streamlink/plugins/bloomberg.py
-${PYSITELIB}/streamlink/plugins/bongacams.py
 ${PYSITELIB}/streamlink/plugins/brightcove.py
-${PYSITELIB}/streamlink/plugins/brittv.py
 ${PYSITELIB}/streamlink/plugins/btsports.py
 ${PYSITELIB}/streamlink/plugins/btv.py
-${PYSITELIB}/streamlink/plugins/cam4.py
-${PYSITELIB}/streamlink/plugins/camsoda.py
 ${PYSITELIB}/streamlink/plugins/canalplus.py
-${PYSITELIB}/streamlink/plugins/canlitv.py
 ${PYSITELIB}/streamlink/plugins/cdnbg.py
 ${PYSITELIB}/streamlink/plugins/ceskatelevize.py
-${PYSITELIB}/streamlink/plugins/chaturbate.py
 ${PYSITELIB}/streamlink/plugins/cinergroup.py
+${PYSITELIB}/streamlink/plugins/clubbingtv.py
 ${PYSITELIB}/streamlink/plugins/cnews.py
 ${PYSITELIB}/streamlink/plugins/common_jwplayer.py
 ${PYSITELIB}/streamlink/plugins/common_swf.py
 ${PYSITELIB}/streamlink/plugins/crunchyroll.py
+${PYSITELIB}/streamlink/plugins/cubetv.py
 ${PYSITELIB}/streamlink/plugins/cybergame.py
-${PYSITELIB}/streamlink/plugins/cyro.py
 ${PYSITELIB}/streamlink/plugins/dailymotion.py
 ${PYSITELIB}/streamlink/plugins/dash.py
 ${PYSITELIB}/streamlink/plugins/delfi.py
 ${PYSITELIB}/streamlink/plugins/deutschewelle.py
 ${PYSITELIB}/streamlink/plugins/dingittv.py
+${PYSITELIB}/streamlink/plugins/dlive.py
 ${PYSITELIB}/streamlink/plugins/dogan.py
 ${PYSITELIB}/streamlink/plugins/dogus.py
 ${PYSITELIB}/streamlink/plugins/dommune.py
 ${PYSITELIB}/streamlink/plugins/douyutv.py
-${PYSITELIB}/streamlink/plugins/dplay.py
 ${PYSITELIB}/streamlink/plugins/drdk.py
 ${PYSITELIB}/streamlink/plugins/earthcam.py
+${PYSITELIB}/streamlink/plugins/egame.py
 ${PYSITELIB}/streamlink/plugins/ellobo.py
 ${PYSITELIB}/streamlink/plugins/eltrecetv.py
 ${PYSITELIB}/streamlink/plugins/eurocom.py
 ${PYSITELIB}/streamlink/plugins/euronews.py
 ${PYSITELIB}/streamlink/plugins/europaplus.py
-${PYSITELIB}/streamlink/plugins/expressen.py
 ${PYSITELIB}/streamlink/plugins/facebook.py
 ${PYSITELIB}/streamlink/plugins/filmon.py
-${PYSITELIB}/streamlink/plugins/filmon_us.py
 ${PYSITELIB}/streamlink/plugins/foxtr.py
 ${PYSITELIB}/streamlink/plugins/funimationnow.py
 ${PYSITELIB}/streamlink/plugins/gardenersworld.py
@@ -576,15 +558,15 @@ ${PYSITELIB}/streamlink/plugins/ine.py
 ${PYSITELIB}/streamlink/plugins/itvplayer.py
 ${PYSITELIB}/streamlink/plugins/kanal7.py
 ${PYSITELIB}/streamlink/plugins/kingkong.py
+${PYSITELIB}/streamlink/plugins/linelive.py
 ${PYSITELIB}/streamlink/plugins/live_russia_tv.py
 ${PYSITELIB}/streamlink/plugins/liveedu.py
 ${PYSITELIB}/streamlink/plugins/liveme.py
 ${PYSITELIB}/streamlink/plugins/livestream.py
-${PYSITELIB}/streamlink/plugins/looch.py
 ${PYSITELIB}/streamlink/plugins/lrt.py
-${PYSITELIB}/streamlink/plugins/media_ccc_de.py
+${PYSITELIB}/streamlink/plugins/ltv_lsm_lv.py
 ${PYSITELIB}/streamlink/plugins/mediaklikk.py
-${PYSITELIB}/streamlink/plugins/mips.py
+${PYSITELIB}/streamlink/plugins/metube.py
 ${PYSITELIB}/streamlink/plugins/mitele.py
 ${PYSITELIB}/streamlink/plugins/mixer.py
 ${PYSITELIB}/streamlink/plugins/mjunoon.py
@@ -592,17 +574,16 @@ ${PYSITELIB}/streamlink/plugins/mlgtv.py
 ${PYSITELIB}/streamlink/plugins/nbc.py
 ${PYSITELIB}/streamlink/plugins/nbcsports.py
 ${PYSITELIB}/streamlink/plugins/nhkworld.py
-${PYSITELIB}/streamlink/plugins/nineanime.py
 ${PYSITELIB}/streamlink/plugins/nos.py
-${PYSITELIB}/streamlink/plugins/npo.py
+${PYSITELIB}/streamlink/plugins/nownews.py
 ${PYSITELIB}/streamlink/plugins/nrk.py
-${PYSITELIB}/streamlink/plugins/ok_live.py
-${PYSITELIB}/streamlink/plugins/oldlivestream.py
+${PYSITELIB}/streamlink/plugins/ntv.py
+${PYSITELIB}/streamlink/plugins/okru.py
 ${PYSITELIB}/streamlink/plugins/olympicchannel.py
+${PYSITELIB}/streamlink/plugins/oneplusone.py
 ${PYSITELIB}/streamlink/plugins/onetv.py
 ${PYSITELIB}/streamlink/plugins/openrectv.py
 ${PYSITELIB}/streamlink/plugins/orf_tvthek.py
-${PYSITELIB}/streamlink/plugins/ovvatv.py
 ${PYSITELIB}/streamlink/plugins/pandatv.py
 ${PYSITELIB}/streamlink/plugins/periscope.py
 ${PYSITELIB}/streamlink/plugins/picarto.py
@@ -615,36 +596,36 @@ ${PYSITELIB}/streamlink/plugins/qq.py
 ${PYSITELIB}/streamlink/plugins/radionet.py
 ${PYSITELIB}/streamlink/plugins/raiplay.py
 ${PYSITELIB}/streamlink/plugins/reshet.py
+${PYSITELIB}/streamlink/plugins/reuters.py
 ${PYSITELIB}/streamlink/plugins/rtbf.py
-${PYSITELIB}/streamlink/plugins/rte.py
 ${PYSITELIB}/streamlink/plugins/rtlxl.py
 ${PYSITELIB}/streamlink/plugins/rtmp.py
 ${PYSITELIB}/streamlink/plugins/rtpplay.py
 ${PYSITELIB}/streamlink/plugins/rtve.py
 ${PYSITELIB}/streamlink/plugins/rtvs.py
 ${PYSITELIB}/streamlink/plugins/ruv.py
+${PYSITELIB}/streamlink/plugins/sbscokr.py
 ${PYSITELIB}/streamlink/plugins/schoolism.py
-${PYSITELIB}/streamlink/plugins/seemeplay.py
-${PYSITELIB}/streamlink/plugins/seetv.py
-${PYSITELIB}/streamlink/plugins/servustv.py
+${PYSITELIB}/streamlink/plugins/senategov.py
 ${PYSITELIB}/streamlink/plugins/showroom.py
 ${PYSITELIB}/streamlink/plugins/skai.py
-${PYSITELIB}/streamlink/plugins/speedrunslive.py
 ${PYSITELIB}/streamlink/plugins/sportal.py
 ${PYSITELIB}/streamlink/plugins/sportschau.py
 ${PYSITELIB}/streamlink/plugins/srgssr.py
 ${PYSITELIB}/streamlink/plugins/ssh101.py
+${PYSITELIB}/streamlink/plugins/stadium.py
 ${PYSITELIB}/streamlink/plugins/startv.py
 ${PYSITELIB}/streamlink/plugins/steam.py
 ${PYSITELIB}/streamlink/plugins/streamable.py
-${PYSITELIB}/streamlink/plugins/streamboat.py
 ${PYSITELIB}/streamlink/plugins/streamingvideoprovider.py
-${PYSITELIB}/streamlink/plugins/streamlive.py
 ${PYSITELIB}/streamlink/plugins/streamme.py
 ${PYSITELIB}/streamlink/plugins/streann.py
+${PYSITELIB}/streamlink/plugins/stv.py
 ${PYSITELIB}/streamlink/plugins/svtplay.py
 ${PYSITELIB}/streamlink/plugins/swisstxt.py
+${PYSITELIB}/streamlink/plugins/tamago.py
 ${PYSITELIB}/streamlink/plugins/teamliquid.py
+${PYSITELIB}/streamlink/plugins/teleclubzoom.py
 ${PYSITELIB}/streamlink/plugins/telefe.py
 ${PYSITELIB}/streamlink/plugins/tf1.py
 ${PYSITELIB}/streamlink/plugins/tga.py
@@ -660,27 +641,31 @@ ${PYSITELIB}/streamlink/plugins/tv3cat.p
 ${PYSITELIB}/streamlink/plugins/tv4play.py
 ${PYSITELIB}/streamlink/plugins/tv5monde.py
 ${PYSITELIB}/streamlink/plugins/tv8.py
-${PYSITELIB}/streamlink/plugins/tv8cat.py
-${PYSITELIB}/streamlink/plugins/tvcatchup.py
+${PYSITELIB}/streamlink/plugins/tvibo.py
 ${PYSITELIB}/streamlink/plugins/tvnbg.py
 ${PYSITELIB}/streamlink/plugins/tvp.py
 ${PYSITELIB}/streamlink/plugins/tvplayer.py
 ${PYSITELIB}/streamlink/plugins/tvrby.py
 ${PYSITELIB}/streamlink/plugins/tvrplus.py
+${PYSITELIB}/streamlink/plugins/tvtoya.py
+${PYSITELIB}/streamlink/plugins/twitcasting.py
 ${PYSITELIB}/streamlink/plugins/twitch.py
 ${PYSITELIB}/streamlink/plugins/ustreamtv.py
 ${PYSITELIB}/streamlink/plugins/ustvnow.py
 ${PYSITELIB}/streamlink/plugins/vaughnlive.py
-${PYSITELIB}/streamlink/plugins/vgtv.py
 ${PYSITELIB}/streamlink/plugins/viasat.py
 ${PYSITELIB}/streamlink/plugins/vidio.py
+${PYSITELIB}/streamlink/plugins/vimeo.py
 ${PYSITELIB}/streamlink/plugins/vinhlongtv.py
+${PYSITELIB}/streamlink/plugins/viutv.py
 ${PYSITELIB}/streamlink/plugins/vk.py
+${PYSITELIB}/streamlink/plugins/vlive.py
 ${PYSITELIB}/streamlink/plugins/vrtbe.py
+${PYSITELIB}/streamlink/plugins/vtvgo.py
 ${PYSITELIB}/streamlink/plugins/webcast_india_gov.py
 ${PYSITELIB}/streamlink/plugins/webtv.py
-${PYSITELIB}/streamlink/plugins/weeb.py
 ${PYSITELIB}/streamlink/plugins/welt.py
+${PYSITELIB}/streamlink/plugins/willax.py
 ${PYSITELIB}/streamlink/plugins/wwenetwork.py
 ${PYSITELIB}/streamlink/plugins/younow.py
 ${PYSITELIB}/streamlink/plugins/youtube.py
@@ -744,18 +729,30 @@ ${PYSITELIB}/streamlink/stream/wrappers.
 ${PYSITELIB}/streamlink/utils/__init__.py
 ${PYSITELIB}/streamlink/utils/__init__.pyo
 ${PYSITELIB}/streamlink/utils/__init__.pyc
+${PYSITELIB}/streamlink/utils/args.pyo
+${PYSITELIB}/streamlink/utils/args.pyc
 ${PYSITELIB}/streamlink/utils/crypto.pyo
 ${PYSITELIB}/streamlink/utils/crypto.pyc
+${PYSITELIB}/streamlink/utils/encoding.pyo
+${PYSITELIB}/streamlink/utils/encoding.pyc
 ${PYSITELIB}/streamlink/utils/l10n.pyo
 ${PYSITELIB}/streamlink/utils/l10n.pyc
+${PYSITELIB}/streamlink/utils/lazy_formatter.pyo
+${PYSITELIB}/streamlink/utils/lazy_formatter.pyc
 ${PYSITELIB}/streamlink/utils/named_pipe.pyo
 ${PYSITELIB}/streamlink/utils/named_pipe.pyc
 ${PYSITELIB}/streamlink/utils/times.pyo
 ${PYSITELIB}/streamlink/utils/times.pyc
+${PYSITELIB}/streamlink/utils/url.pyo
+${PYSITELIB}/streamlink/utils/url.pyc
+${PYSITELIB}/streamlink/utils/args.py
 ${PYSITELIB}/streamlink/utils/crypto.py
+${PYSITELIB}/streamlink/utils/encoding.py
 ${PYSITELIB}/streamlink/utils/l10n.py
+${PYSITELIB}/streamlink/utils/lazy_formatter.py
 ${PYSITELIB}/streamlink/utils/named_pipe.py
 ${PYSITELIB}/streamlink/utils/times.py
+${PYSITELIB}/streamlink/utils/url.py
 ${PYSITELIB}/streamlink_cli/__init__.py
 ${PYSITELIB}/streamlink_cli/__init__.pyo
 ${PYSITELIB}/streamlink_cli/__init__.pyc

Index: pkgsrc/multimedia/streamlink/distinfo
diff -u pkgsrc/multimedia/streamlink/distinfo:1.12 pkgsrc/multimedia/streamlink/distinfo:1.13
--- pkgsrc/multimedia/streamlink/distinfo:1.12  Sun Jul 22 19:22:16 2018
+++ pkgsrc/multimedia/streamlink/distinfo       Tue Mar 31 21:59:54 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/07/22 19:22:16 maya Exp $
+$NetBSD: distinfo,v 1.13 2020/03/31 21:59:54 maya Exp $
 
-SHA1 (streamlink-0.14.2.tar.gz) = d2b740066eb7fa210891148cfb111acb9986b722
-RMD160 (streamlink-0.14.2.tar.gz) = df8baa35c94784afbe52431a573e71d4dac24da6
-SHA512 (streamlink-0.14.2.tar.gz) = c89ffc72c88139c50d77f166d469f64593a98b290cbbb64e1feee5b147f4e4f9fc32f08afe313cad6179be4540a4bf1519af87328ec5e69652c46c3ef6a2d0f8
-Size (streamlink-0.14.2.tar.gz) = 30792461 bytes
+SHA1 (streamlink-1.3.1.tar.gz) = a6748b09da6ab4492864e3f1b859b5e8e6d4b8d4
+RMD160 (streamlink-1.3.1.tar.gz) = bf56abef73421e72f5f28669790d438ab3eb1d93
+SHA512 (streamlink-1.3.1.tar.gz) = 50a5f3476327f88beab9d5ca1a303b65268eadfa4bf62599fe0994a42d38d07fc1033aa9d7d7695f0ec0a6e9c668c90de85f8ce363323c843f391d92b4c56130
+Size (streamlink-1.3.1.tar.gz) = 30774355 bytes



Home | Main Index | Thread Index | Old Index