Sat Oct 7 17:27:41 2017 UTC ()
streamlink: update to 0.8.1

0.8.1:
        Multiple plugin fixes (twitch, vaughlive, hitbox, etc.)
        Donations! We've gone ahead and joined the Open Collective at https://opencollective.com/streamlink
        Multiple doc updates
        Support for SOCKS proxies
        Code refactoring

0.7.0:
        Stream types will now be sorted accordingly in terms of quality
        TeamLiquid.net Plugin added
        Numerous plugin & bug fixes
        Updated HomeBrew package
        Improved CLI documentation

0.6.0:
	We've updated more plugins, improved documentation, and moved out nightly builds to Bintray (S3 was costing wayyyy too much).

Full changelog at:
https://streamlink.github.io/changelog.html


(maya)
diff -r1.9 -r1.10 pkgsrc/multimedia/streamlink/Makefile
diff -r1.7 -r1.8 pkgsrc/multimedia/streamlink/PLIST
diff -r1.8 -r1.9 pkgsrc/multimedia/streamlink/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/multimedia/streamlink/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/streamlink/Makefile 2017/04/27 16:02:29 1.9
+++ pkgsrc/multimedia/streamlink/Makefile 2017/10/07 17:27:41 1.10
@@ -1,37 +1,37 @@ @@ -1,37 +1,37 @@
1# $NetBSD: Makefile,v 1.9 2017/04/27 16:02:29 maya Exp $ 1# $NetBSD: Makefile,v 1.10 2017/10/07 17:27:41 maya Exp $
2 2
3DISTNAME= streamlink-0.5.0 3DISTNAME= streamlink-0.8.1
4CATEGORIES= multimedia 4CATEGORIES= multimedia
5MASTER_SITES= ${MASTER_SITE_GITHUB:=streamlink/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=streamlink/}
6GITHUB_TAG= ${PKGVERSION_NOREV} 6GITHUB_TAG= ${PKGVERSION_NOREV}
7 7
8MAINTAINER= maya@NetBSD.org 8MAINTAINER= maya@NetBSD.org
9HOMEPAGE= https://streamlink.github.io/ 9HOMEPAGE= https://streamlink.github.io/
10COMMENT= Tool that pipes video streams into a video player 10COMMENT= Tool that pipes video streams into a video player
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13 13
14PYTHON_VERSIONS_INCOMPATIBLE= 27 14PYTHON_VERSIONS_INCOMPATIBLE= 27
15 15
16.include "../../lang/python/egg.mk" 16.include "../../lang/python/egg.mk"
17 17
18DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.4.3:../../security/py-cryptodome 18DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.4.3:../../security/py-cryptodome
19DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests 19DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
20DEPENDS+= ${PYPKGPREFIX}-iso-639-[0-9]*:../../devel/py-iso-639 20DEPENDS+= ${PYPKGPREFIX}-iso-639-[0-9]*:../../devel/py-iso-639
21DEPENDS+= ${PYPKGPREFIX}-iso3166-[0-9]*:../../devel/py-iso3166 21DEPENDS+= ${PYPKGPREFIX}-iso3166-[0-9]*:../../devel/py-iso3166
 22DEPENDS+= ${PYPKGPREFIX}-websocket_client-[0-9]*:../../www/py-websocket_client
22 23
23EGG_NAME= ${PKGNAME_NOREV} 24EGG_NAME= ${PKGNAME_NOREV}
24 25
25 
26REPLACE_PYTHON+= src/streamlink/packages/flashmedia/flv.py 26REPLACE_PYTHON+= src/streamlink/packages/flashmedia/flv.py
27REPLACE_PYTHON+= src/streamlink/packages/flashmedia/tag.py 27REPLACE_PYTHON+= src/streamlink/packages/flashmedia/tag.py
28REPLACE_PYTHON+= src/streamlink/packages/flashmedia/__init__.py 28REPLACE_PYTHON+= src/streamlink/packages/flashmedia/__init__.py
29REPLACE_PYTHON+= src/streamlink/packages/flashmedia/packet.py 29REPLACE_PYTHON+= src/streamlink/packages/flashmedia/packet.py
30REPLACE_PYTHON+= src/streamlink/packages/flashmedia/error.py 30REPLACE_PYTHON+= src/streamlink/packages/flashmedia/error.py
31REPLACE_PYTHON+= src/streamlink/packages/flashmedia/f4v.py 31REPLACE_PYTHON+= src/streamlink/packages/flashmedia/f4v.py
32REPLACE_PYTHON+= src/streamlink/packages/flashmedia/util.py 32REPLACE_PYTHON+= src/streamlink/packages/flashmedia/util.py
33REPLACE_PYTHON+= src/streamlink/plugins/tv3cat.py 33REPLACE_PYTHON+= src/streamlink/plugins/tv3cat.py
34REPLACE_PYTHON+= src/streamlink/plugins/tvplayer.py 34REPLACE_PYTHON+= src/streamlink/plugins/tvplayer.py
35 35
36.include "../../lang/python/application.mk" 36.include "../../lang/python/application.mk"
37.include "../../mk/bsd.pkg.mk" 37.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/multimedia/streamlink/PLIST (expand / switch to unified diff)

--- pkgsrc/multimedia/streamlink/PLIST 2017/04/27 16:02:29 1.7
+++ pkgsrc/multimedia/streamlink/PLIST 2017/10/07 17:27:41 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.7 2017/04/27 16:02:29 maya Exp $ 1@comment $NetBSD: PLIST,v 1.8 2017/10/07 17:27:41 maya Exp $
2bin/streamlink 2bin/streamlink
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 7${PYSITELIB}/${EGG_INFODIR}/requires.txt
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/streamlink/__init__.py 9${PYSITELIB}/streamlink/__init__.py
10${PYSITELIB}/streamlink/__init__.pyo 10${PYSITELIB}/streamlink/__init__.pyo
11${PYSITELIB}/streamlink/__init__.pyc 11${PYSITELIB}/streamlink/__init__.pyc
12${PYSITELIB}/streamlink/api.pyo 12${PYSITELIB}/streamlink/api.pyo
13${PYSITELIB}/streamlink/api.pyc 13${PYSITELIB}/streamlink/api.pyc
14${PYSITELIB}/streamlink/buffers.pyo 14${PYSITELIB}/streamlink/buffers.pyo
@@ -102,88 +102,102 @@ ${PYSITELIB}/streamlink/plugin/api/utils @@ -102,88 +102,102 @@ ${PYSITELIB}/streamlink/plugin/api/utils
102${PYSITELIB}/streamlink/plugin/api/validate.py 102${PYSITELIB}/streamlink/plugin/api/validate.py
103${PYSITELIB}/streamlink/plugin/plugin.py 103${PYSITELIB}/streamlink/plugin/plugin.py
104${PYSITELIB}/streamlink/plugins/__init__.py 104${PYSITELIB}/streamlink/plugins/__init__.py
105${PYSITELIB}/streamlink/plugins/__init__.pyo 105${PYSITELIB}/streamlink/plugins/__init__.pyo
106${PYSITELIB}/streamlink/plugins/__init__.pyc 106${PYSITELIB}/streamlink/plugins/__init__.pyc
107${PYSITELIB}/streamlink/plugins/adultswim.pyo 107${PYSITELIB}/streamlink/plugins/adultswim.pyo
108${PYSITELIB}/streamlink/plugins/adultswim.pyc 108${PYSITELIB}/streamlink/plugins/adultswim.pyc
109${PYSITELIB}/streamlink/plugins/afreeca.pyo 109${PYSITELIB}/streamlink/plugins/afreeca.pyo
110${PYSITELIB}/streamlink/plugins/afreeca.pyc 110${PYSITELIB}/streamlink/plugins/afreeca.pyc
111${PYSITELIB}/streamlink/plugins/afreecatv.pyo 111${PYSITELIB}/streamlink/plugins/afreecatv.pyo
112${PYSITELIB}/streamlink/plugins/afreecatv.pyc 112${PYSITELIB}/streamlink/plugins/afreecatv.pyc
113${PYSITELIB}/streamlink/plugins/aftonbladet.pyo 113${PYSITELIB}/streamlink/plugins/aftonbladet.pyo
114${PYSITELIB}/streamlink/plugins/aftonbladet.pyc 114${PYSITELIB}/streamlink/plugins/aftonbladet.pyc
 115${PYSITELIB}/streamlink/plugins/akamaihd.pyo
 116${PYSITELIB}/streamlink/plugins/akamaihd.pyc
115${PYSITELIB}/streamlink/plugins/aliez.pyo 117${PYSITELIB}/streamlink/plugins/aliez.pyo
116${PYSITELIB}/streamlink/plugins/aliez.pyc 118${PYSITELIB}/streamlink/plugins/aliez.pyc
117${PYSITELIB}/streamlink/plugins/aljazeeraen.pyo 119${PYSITELIB}/streamlink/plugins/aljazeeraen.pyo
118${PYSITELIB}/streamlink/plugins/aljazeeraen.pyc 120${PYSITELIB}/streamlink/plugins/aljazeeraen.pyc
119${PYSITELIB}/streamlink/plugins/animelab.pyo 121${PYSITELIB}/streamlink/plugins/animelab.pyo
120${PYSITELIB}/streamlink/plugins/animelab.pyc 122${PYSITELIB}/streamlink/plugins/animelab.pyc
121${PYSITELIB}/streamlink/plugins/antenna.pyo 123${PYSITELIB}/streamlink/plugins/antenna.pyo
122${PYSITELIB}/streamlink/plugins/antenna.pyc 124${PYSITELIB}/streamlink/plugins/antenna.pyc
 125${PYSITELIB}/streamlink/plugins/apac.pyo
 126${PYSITELIB}/streamlink/plugins/apac.pyc
123${PYSITELIB}/streamlink/plugins/app17.pyo 127${PYSITELIB}/streamlink/plugins/app17.pyo
124${PYSITELIB}/streamlink/plugins/app17.pyc 128${PYSITELIB}/streamlink/plugins/app17.pyc
 129${PYSITELIB}/streamlink/plugins/arconai.pyo
 130${PYSITELIB}/streamlink/plugins/arconai.pyc
125${PYSITELIB}/streamlink/plugins/ard_live.pyo 131${PYSITELIB}/streamlink/plugins/ard_live.pyo
126${PYSITELIB}/streamlink/plugins/ard_live.pyc 132${PYSITELIB}/streamlink/plugins/ard_live.pyc
127${PYSITELIB}/streamlink/plugins/ard_mediathek.pyo 133${PYSITELIB}/streamlink/plugins/ard_mediathek.pyo
128${PYSITELIB}/streamlink/plugins/ard_mediathek.pyc 134${PYSITELIB}/streamlink/plugins/ard_mediathek.pyc
129${PYSITELIB}/streamlink/plugins/artetv.pyo 135${PYSITELIB}/streamlink/plugins/artetv.pyo
130${PYSITELIB}/streamlink/plugins/artetv.pyc 136${PYSITELIB}/streamlink/plugins/artetv.pyc
131${PYSITELIB}/streamlink/plugins/atresplayer.pyo 137${PYSITELIB}/streamlink/plugins/atresplayer.pyo
132${PYSITELIB}/streamlink/plugins/atresplayer.pyc 138${PYSITELIB}/streamlink/plugins/atresplayer.pyc
133${PYSITELIB}/streamlink/plugins/azubutv.pyo 
134${PYSITELIB}/streamlink/plugins/azubutv.pyc 
135${PYSITELIB}/streamlink/plugins/bambuser.pyo 139${PYSITELIB}/streamlink/plugins/bambuser.pyo
136${PYSITELIB}/streamlink/plugins/bambuser.pyc 140${PYSITELIB}/streamlink/plugins/bambuser.pyc
137${PYSITELIB}/streamlink/plugins/bbciplayer.pyo 141${PYSITELIB}/streamlink/plugins/bbciplayer.pyo
138${PYSITELIB}/streamlink/plugins/bbciplayer.pyc 142${PYSITELIB}/streamlink/plugins/bbciplayer.pyc
139${PYSITELIB}/streamlink/plugins/beam.pyo 143${PYSITELIB}/streamlink/plugins/beam.pyo
140${PYSITELIB}/streamlink/plugins/beam.pyc 144${PYSITELIB}/streamlink/plugins/beam.pyc
141${PYSITELIB}/streamlink/plugins/beattv.pyo 145${PYSITELIB}/streamlink/plugins/beattv.pyo
142${PYSITELIB}/streamlink/plugins/beattv.pyc 146${PYSITELIB}/streamlink/plugins/beattv.pyc
 147${PYSITELIB}/streamlink/plugins/bfmtv.pyo
 148${PYSITELIB}/streamlink/plugins/bfmtv.pyc
143${PYSITELIB}/streamlink/plugins/bigo.pyo 149${PYSITELIB}/streamlink/plugins/bigo.pyo
144${PYSITELIB}/streamlink/plugins/bigo.pyc 150${PYSITELIB}/streamlink/plugins/bigo.pyc
145${PYSITELIB}/streamlink/plugins/bilibili.pyo 151${PYSITELIB}/streamlink/plugins/bilibili.pyo
146${PYSITELIB}/streamlink/plugins/bilibili.pyc 152${PYSITELIB}/streamlink/plugins/bilibili.pyc
 153${PYSITELIB}/streamlink/plugins/bloomberg.pyo
 154${PYSITELIB}/streamlink/plugins/bloomberg.pyc
147${PYSITELIB}/streamlink/plugins/bongacams.pyo 155${PYSITELIB}/streamlink/plugins/bongacams.pyo
148${PYSITELIB}/streamlink/plugins/bongacams.pyc 156${PYSITELIB}/streamlink/plugins/bongacams.pyc
149${PYSITELIB}/streamlink/plugins/brightcove.pyo 157${PYSITELIB}/streamlink/plugins/brightcove.pyo
150${PYSITELIB}/streamlink/plugins/brightcove.pyc 158${PYSITELIB}/streamlink/plugins/brightcove.pyc
 159${PYSITELIB}/streamlink/plugins/brittv.pyo
 160${PYSITELIB}/streamlink/plugins/brittv.pyc
151${PYSITELIB}/streamlink/plugins/btv.pyo 161${PYSITELIB}/streamlink/plugins/btv.pyo
152${PYSITELIB}/streamlink/plugins/btv.pyc 162${PYSITELIB}/streamlink/plugins/btv.pyc
 163${PYSITELIB}/streamlink/plugins/cam4.pyo
 164${PYSITELIB}/streamlink/plugins/cam4.pyc
153${PYSITELIB}/streamlink/plugins/camsoda.pyo 165${PYSITELIB}/streamlink/plugins/camsoda.pyo
154${PYSITELIB}/streamlink/plugins/camsoda.pyc 166${PYSITELIB}/streamlink/plugins/camsoda.pyc
155${PYSITELIB}/streamlink/plugins/canalplus.pyo 167${PYSITELIB}/streamlink/plugins/canalplus.pyo
156${PYSITELIB}/streamlink/plugins/canalplus.pyc 168${PYSITELIB}/streamlink/plugins/canalplus.pyc
157${PYSITELIB}/streamlink/plugins/canlitv.pyo 169${PYSITELIB}/streamlink/plugins/canlitv.pyo
158${PYSITELIB}/streamlink/plugins/canlitv.pyc 170${PYSITELIB}/streamlink/plugins/canlitv.pyc
159${PYSITELIB}/streamlink/plugins/cdnbg.pyo 171${PYSITELIB}/streamlink/plugins/cdnbg.pyo
160${PYSITELIB}/streamlink/plugins/cdnbg.pyc 172${PYSITELIB}/streamlink/plugins/cdnbg.pyc
161${PYSITELIB}/streamlink/plugins/ceskatelevize.pyo 173${PYSITELIB}/streamlink/plugins/ceskatelevize.pyo
162${PYSITELIB}/streamlink/plugins/ceskatelevize.pyc 174${PYSITELIB}/streamlink/plugins/ceskatelevize.pyc
163${PYSITELIB}/streamlink/plugins/chaturbate.pyo 175${PYSITELIB}/streamlink/plugins/chaturbate.pyo
164${PYSITELIB}/streamlink/plugins/chaturbate.pyc 176${PYSITELIB}/streamlink/plugins/chaturbate.pyc
165${PYSITELIB}/streamlink/plugins/cinergroup.pyo 177${PYSITELIB}/streamlink/plugins/cinergroup.pyo
166${PYSITELIB}/streamlink/plugins/cinergroup.pyc 178${PYSITELIB}/streamlink/plugins/cinergroup.pyc
167${PYSITELIB}/streamlink/plugins/common_jwplayer.pyo 179${PYSITELIB}/streamlink/plugins/common_jwplayer.pyo
168${PYSITELIB}/streamlink/plugins/common_jwplayer.pyc 180${PYSITELIB}/streamlink/plugins/common_jwplayer.pyc
169${PYSITELIB}/streamlink/plugins/common_swf.pyo 181${PYSITELIB}/streamlink/plugins/common_swf.pyo
170${PYSITELIB}/streamlink/plugins/common_swf.pyc 182${PYSITELIB}/streamlink/plugins/common_swf.pyc
171${PYSITELIB}/streamlink/plugins/connectcast.pyo 183${PYSITELIB}/streamlink/plugins/connectcast.pyo
172${PYSITELIB}/streamlink/plugins/connectcast.pyc 184${PYSITELIB}/streamlink/plugins/connectcast.pyc
173${PYSITELIB}/streamlink/plugins/crunchyroll.pyo 185${PYSITELIB}/streamlink/plugins/crunchyroll.pyo
174${PYSITELIB}/streamlink/plugins/crunchyroll.pyc 186${PYSITELIB}/streamlink/plugins/crunchyroll.pyc
175${PYSITELIB}/streamlink/plugins/cybergame.pyo 187${PYSITELIB}/streamlink/plugins/cybergame.pyo
176${PYSITELIB}/streamlink/plugins/cybergame.pyc 188${PYSITELIB}/streamlink/plugins/cybergame.pyc
 189${PYSITELIB}/streamlink/plugins/cyro.pyo
 190${PYSITELIB}/streamlink/plugins/cyro.pyc
177${PYSITELIB}/streamlink/plugins/dailymotion.pyo 191${PYSITELIB}/streamlink/plugins/dailymotion.pyo
178${PYSITELIB}/streamlink/plugins/dailymotion.pyc 192${PYSITELIB}/streamlink/plugins/dailymotion.pyc
179${PYSITELIB}/streamlink/plugins/daisuki.pyo 193${PYSITELIB}/streamlink/plugins/daisuki.pyo
180${PYSITELIB}/streamlink/plugins/daisuki.pyc 194${PYSITELIB}/streamlink/plugins/daisuki.pyc
181${PYSITELIB}/streamlink/plugins/deutschewelle.pyo 195${PYSITELIB}/streamlink/plugins/deutschewelle.pyo
182${PYSITELIB}/streamlink/plugins/deutschewelle.pyc 196${PYSITELIB}/streamlink/plugins/deutschewelle.pyc
183${PYSITELIB}/streamlink/plugins/dingittv.pyo 197${PYSITELIB}/streamlink/plugins/dingittv.pyo
184${PYSITELIB}/streamlink/plugins/dingittv.pyc 198${PYSITELIB}/streamlink/plugins/dingittv.pyc
185${PYSITELIB}/streamlink/plugins/disney_de.pyo 199${PYSITELIB}/streamlink/plugins/disney_de.pyo
186${PYSITELIB}/streamlink/plugins/disney_de.pyc 200${PYSITELIB}/streamlink/plugins/disney_de.pyc
187${PYSITELIB}/streamlink/plugins/dmcloud.pyo 201${PYSITELIB}/streamlink/plugins/dmcloud.pyo
188${PYSITELIB}/streamlink/plugins/dmcloud.pyc 202${PYSITELIB}/streamlink/plugins/dmcloud.pyc
189${PYSITELIB}/streamlink/plugins/dmcloud_embed.pyo 203${PYSITELIB}/streamlink/plugins/dmcloud_embed.pyo
@@ -192,82 +206,102 @@ ${PYSITELIB}/streamlink/plugins/dogan.py @@ -192,82 +206,102 @@ ${PYSITELIB}/streamlink/plugins/dogan.py
192${PYSITELIB}/streamlink/plugins/dogan.pyc 206${PYSITELIB}/streamlink/plugins/dogan.pyc
193${PYSITELIB}/streamlink/plugins/dogus.pyo 207${PYSITELIB}/streamlink/plugins/dogus.pyo
194${PYSITELIB}/streamlink/plugins/dogus.pyc 208${PYSITELIB}/streamlink/plugins/dogus.pyc
195${PYSITELIB}/streamlink/plugins/dommune.pyo 209${PYSITELIB}/streamlink/plugins/dommune.pyo
196${PYSITELIB}/streamlink/plugins/dommune.pyc 210${PYSITELIB}/streamlink/plugins/dommune.pyc
197${PYSITELIB}/streamlink/plugins/douyutv.pyo 211${PYSITELIB}/streamlink/plugins/douyutv.pyo
198${PYSITELIB}/streamlink/plugins/douyutv.pyc 212${PYSITELIB}/streamlink/plugins/douyutv.pyc
199${PYSITELIB}/streamlink/plugins/dplay.pyo 213${PYSITELIB}/streamlink/plugins/dplay.pyo
200${PYSITELIB}/streamlink/plugins/dplay.pyc 214${PYSITELIB}/streamlink/plugins/dplay.pyc
201${PYSITELIB}/streamlink/plugins/drdk.pyo 215${PYSITELIB}/streamlink/plugins/drdk.pyo
202${PYSITELIB}/streamlink/plugins/drdk.pyc 216${PYSITELIB}/streamlink/plugins/drdk.pyc
203${PYSITELIB}/streamlink/plugins/earthcam.pyo 217${PYSITELIB}/streamlink/plugins/earthcam.pyo
204${PYSITELIB}/streamlink/plugins/earthcam.pyc 218${PYSITELIB}/streamlink/plugins/earthcam.pyc
 219${PYSITELIB}/streamlink/plugins/ellobo.pyo
 220${PYSITELIB}/streamlink/plugins/ellobo.pyc
 221${PYSITELIB}/streamlink/plugins/eltrecetv.pyo
 222${PYSITELIB}/streamlink/plugins/eltrecetv.pyc
205${PYSITELIB}/streamlink/plugins/eurocom.pyo 223${PYSITELIB}/streamlink/plugins/eurocom.pyo
206${PYSITELIB}/streamlink/plugins/eurocom.pyc 224${PYSITELIB}/streamlink/plugins/eurocom.pyc
207${PYSITELIB}/streamlink/plugins/euronews.pyo 225${PYSITELIB}/streamlink/plugins/euronews.pyo
208${PYSITELIB}/streamlink/plugins/euronews.pyc 226${PYSITELIB}/streamlink/plugins/euronews.pyc
209${PYSITELIB}/streamlink/plugins/expressen.pyo 227${PYSITELIB}/streamlink/plugins/expressen.pyo
210${PYSITELIB}/streamlink/plugins/expressen.pyc 228${PYSITELIB}/streamlink/plugins/expressen.pyc
 229${PYSITELIB}/streamlink/plugins/facebook.pyo
 230${PYSITELIB}/streamlink/plugins/facebook.pyc
211${PYSITELIB}/streamlink/plugins/filmon.pyo 231${PYSITELIB}/streamlink/plugins/filmon.pyo
212${PYSITELIB}/streamlink/plugins/filmon.pyc 232${PYSITELIB}/streamlink/plugins/filmon.pyc
213${PYSITELIB}/streamlink/plugins/filmon_us.pyo 233${PYSITELIB}/streamlink/plugins/filmon_us.pyo
214${PYSITELIB}/streamlink/plugins/filmon_us.pyc 234${PYSITELIB}/streamlink/plugins/filmon_us.pyc
215${PYSITELIB}/streamlink/plugins/foxtr.pyo 235${PYSITELIB}/streamlink/plugins/foxtr.pyo
216${PYSITELIB}/streamlink/plugins/foxtr.pyc 236${PYSITELIB}/streamlink/plugins/foxtr.pyc
217${PYSITELIB}/streamlink/plugins/funimationnow.pyo 237${PYSITELIB}/streamlink/plugins/funimationnow.pyo
218${PYSITELIB}/streamlink/plugins/funimationnow.pyc 238${PYSITELIB}/streamlink/plugins/funimationnow.pyc
219${PYSITELIB}/streamlink/plugins/furstream.pyo 239${PYSITELIB}/streamlink/plugins/furstream.pyo
220${PYSITELIB}/streamlink/plugins/furstream.pyc 240${PYSITELIB}/streamlink/plugins/furstream.pyc
 241${PYSITELIB}/streamlink/plugins/gardenersworld.pyo
 242${PYSITELIB}/streamlink/plugins/gardenersworld.pyc
221${PYSITELIB}/streamlink/plugins/garena.pyo 243${PYSITELIB}/streamlink/plugins/garena.pyo
222${PYSITELIB}/streamlink/plugins/garena.pyc 244${PYSITELIB}/streamlink/plugins/garena.pyc
223${PYSITELIB}/streamlink/plugins/gomexp.pyo 245${PYSITELIB}/streamlink/plugins/gomexp.pyo
224${PYSITELIB}/streamlink/plugins/gomexp.pyc 246${PYSITELIB}/streamlink/plugins/gomexp.pyc
225${PYSITELIB}/streamlink/plugins/goodgame.pyo 247${PYSITELIB}/streamlink/plugins/goodgame.pyo
226${PYSITELIB}/streamlink/plugins/goodgame.pyc 248${PYSITELIB}/streamlink/plugins/goodgame.pyc
227${PYSITELIB}/streamlink/plugins/googledrive.pyo 249${PYSITELIB}/streamlink/plugins/googledrive.pyo
228${PYSITELIB}/streamlink/plugins/googledrive.pyc 250${PYSITELIB}/streamlink/plugins/googledrive.pyc
229${PYSITELIB}/streamlink/plugins/gulli.pyo 251${PYSITELIB}/streamlink/plugins/gulli.pyo
230${PYSITELIB}/streamlink/plugins/gulli.pyc 252${PYSITELIB}/streamlink/plugins/gulli.pyc
 253${PYSITELIB}/streamlink/plugins/hds.pyo
 254${PYSITELIB}/streamlink/plugins/hds.pyc
231${PYSITELIB}/streamlink/plugins/hitbox.pyo 255${PYSITELIB}/streamlink/plugins/hitbox.pyo
232${PYSITELIB}/streamlink/plugins/hitbox.pyc 256${PYSITELIB}/streamlink/plugins/hitbox.pyc
 257${PYSITELIB}/streamlink/plugins/hls.pyo
 258${PYSITELIB}/streamlink/plugins/hls.pyc
 259${PYSITELIB}/streamlink/plugins/http.pyo
 260${PYSITELIB}/streamlink/plugins/http.pyc
233${PYSITELIB}/streamlink/plugins/huajiao.pyo 261${PYSITELIB}/streamlink/plugins/huajiao.pyo
234${PYSITELIB}/streamlink/plugins/huajiao.pyc 262${PYSITELIB}/streamlink/plugins/huajiao.pyc
235${PYSITELIB}/streamlink/plugins/huomao.pyo 263${PYSITELIB}/streamlink/plugins/huomao.pyo
236${PYSITELIB}/streamlink/plugins/huomao.pyc 264${PYSITELIB}/streamlink/plugins/huomao.pyc
237${PYSITELIB}/streamlink/plugins/huya.pyo 265${PYSITELIB}/streamlink/plugins/huya.pyo
238${PYSITELIB}/streamlink/plugins/huya.pyc 266${PYSITELIB}/streamlink/plugins/huya.pyc
239${PYSITELIB}/streamlink/plugins/ine.pyo 267${PYSITELIB}/streamlink/plugins/ine.pyo
240${PYSITELIB}/streamlink/plugins/ine.pyc 268${PYSITELIB}/streamlink/plugins/ine.pyc
241${PYSITELIB}/streamlink/plugins/itvplayer.pyo 269${PYSITELIB}/streamlink/plugins/itvplayer.pyo
242${PYSITELIB}/streamlink/plugins/itvplayer.pyc 270${PYSITELIB}/streamlink/plugins/itvplayer.pyc
243${PYSITELIB}/streamlink/plugins/kanal7.pyo 271${PYSITELIB}/streamlink/plugins/kanal7.pyo
244${PYSITELIB}/streamlink/plugins/kanal7.pyc 272${PYSITELIB}/streamlink/plugins/kanal7.pyc
245${PYSITELIB}/streamlink/plugins/livecodingtv.pyo 273${PYSITELIB}/streamlink/plugins/liveedu.pyo
246${PYSITELIB}/streamlink/plugins/livecodingtv.pyc 274${PYSITELIB}/streamlink/plugins/liveedu.pyc
247${PYSITELIB}/streamlink/plugins/liveme.pyo 275${PYSITELIB}/streamlink/plugins/liveme.pyo
248${PYSITELIB}/streamlink/plugins/liveme.pyc 276${PYSITELIB}/streamlink/plugins/liveme.pyc
249${PYSITELIB}/streamlink/plugins/livestream.pyo 277${PYSITELIB}/streamlink/plugins/livestream.pyo
250${PYSITELIB}/streamlink/plugins/livestream.pyc 278${PYSITELIB}/streamlink/plugins/livestream.pyc
 279${PYSITELIB}/streamlink/plugins/looch.pyo
 280${PYSITELIB}/streamlink/plugins/looch.pyc
251${PYSITELIB}/streamlink/plugins/media_ccc_de.pyo 281${PYSITELIB}/streamlink/plugins/media_ccc_de.pyo
252${PYSITELIB}/streamlink/plugins/media_ccc_de.pyc 282${PYSITELIB}/streamlink/plugins/media_ccc_de.pyc
253${PYSITELIB}/streamlink/plugins/mediaklikk.pyo 283${PYSITELIB}/streamlink/plugins/mediaklikk.pyo
254${PYSITELIB}/streamlink/plugins/mediaklikk.pyc 284${PYSITELIB}/streamlink/plugins/mediaklikk.pyc
255${PYSITELIB}/streamlink/plugins/mips.pyo 285${PYSITELIB}/streamlink/plugins/mips.pyo
256${PYSITELIB}/streamlink/plugins/mips.pyc 286${PYSITELIB}/streamlink/plugins/mips.pyc
257${PYSITELIB}/streamlink/plugins/mitele.pyo 287${PYSITELIB}/streamlink/plugins/mitele.pyo
258${PYSITELIB}/streamlink/plugins/mitele.pyc 288${PYSITELIB}/streamlink/plugins/mitele.pyc
259${PYSITELIB}/streamlink/plugins/mlgtv.pyo 289${PYSITELIB}/streamlink/plugins/mlgtv.pyo
260${PYSITELIB}/streamlink/plugins/mlgtv.pyc 290${PYSITELIB}/streamlink/plugins/mlgtv.pyc
 291${PYSITELIB}/streamlink/plugins/nbc.pyo
 292${PYSITELIB}/streamlink/plugins/nbc.pyc
 293${PYSITELIB}/streamlink/plugins/nbcsports.pyo
 294${PYSITELIB}/streamlink/plugins/nbcsports.pyc
261${PYSITELIB}/streamlink/plugins/nhkworld.pyo 295${PYSITELIB}/streamlink/plugins/nhkworld.pyo
262${PYSITELIB}/streamlink/plugins/nhkworld.pyc 296${PYSITELIB}/streamlink/plugins/nhkworld.pyc
263${PYSITELIB}/streamlink/plugins/nineanime.pyo 297${PYSITELIB}/streamlink/plugins/nineanime.pyo
264${PYSITELIB}/streamlink/plugins/nineanime.pyc 298${PYSITELIB}/streamlink/plugins/nineanime.pyc
265${PYSITELIB}/streamlink/plugins/nos.pyo 299${PYSITELIB}/streamlink/plugins/nos.pyo
266${PYSITELIB}/streamlink/plugins/nos.pyc 300${PYSITELIB}/streamlink/plugins/nos.pyc
267${PYSITELIB}/streamlink/plugins/npo.pyo 301${PYSITELIB}/streamlink/plugins/npo.pyo
268${PYSITELIB}/streamlink/plugins/npo.pyc 302${PYSITELIB}/streamlink/plugins/npo.pyc
269${PYSITELIB}/streamlink/plugins/nrk.pyo 303${PYSITELIB}/streamlink/plugins/nrk.pyo
270${PYSITELIB}/streamlink/plugins/nrk.pyc 304${PYSITELIB}/streamlink/plugins/nrk.pyc
271${PYSITELIB}/streamlink/plugins/oldlivestream.pyo 305${PYSITELIB}/streamlink/plugins/oldlivestream.pyo
272${PYSITELIB}/streamlink/plugins/oldlivestream.pyc 306${PYSITELIB}/streamlink/plugins/oldlivestream.pyc
273${PYSITELIB}/streamlink/plugins/openrectv.pyo 307${PYSITELIB}/streamlink/plugins/openrectv.pyo
@@ -280,276 +314,341 @@ ${PYSITELIB}/streamlink/plugins/pandatv. @@ -280,276 +314,341 @@ ${PYSITELIB}/streamlink/plugins/pandatv.
280${PYSITELIB}/streamlink/plugins/pandatv.pyc 314${PYSITELIB}/streamlink/plugins/pandatv.pyc
281${PYSITELIB}/streamlink/plugins/periscope.pyo 315${PYSITELIB}/streamlink/plugins/periscope.pyo
282${PYSITELIB}/streamlink/plugins/periscope.pyc 316${PYSITELIB}/streamlink/plugins/periscope.pyc
283${PYSITELIB}/streamlink/plugins/picarto.pyo 317${PYSITELIB}/streamlink/plugins/picarto.pyo
284${PYSITELIB}/streamlink/plugins/picarto.pyc 318${PYSITELIB}/streamlink/plugins/picarto.pyc
285${PYSITELIB}/streamlink/plugins/piczel.pyo 319${PYSITELIB}/streamlink/plugins/piczel.pyo
286${PYSITELIB}/streamlink/plugins/piczel.pyc 320${PYSITELIB}/streamlink/plugins/piczel.pyc
287${PYSITELIB}/streamlink/plugins/playtv.pyo 321${PYSITELIB}/streamlink/plugins/playtv.pyo
288${PYSITELIB}/streamlink/plugins/playtv.pyc 322${PYSITELIB}/streamlink/plugins/playtv.pyc
289${PYSITELIB}/streamlink/plugins/pluzz.pyo 323${PYSITELIB}/streamlink/plugins/pluzz.pyo
290${PYSITELIB}/streamlink/plugins/pluzz.pyc 324${PYSITELIB}/streamlink/plugins/pluzz.pyc
291${PYSITELIB}/streamlink/plugins/powerapp.pyo 325${PYSITELIB}/streamlink/plugins/powerapp.pyo
292${PYSITELIB}/streamlink/plugins/powerapp.pyc 326${PYSITELIB}/streamlink/plugins/powerapp.pyc
 327${PYSITELIB}/streamlink/plugins/radionet.pyo
 328${PYSITELIB}/streamlink/plugins/radionet.pyc
293${PYSITELIB}/streamlink/plugins/raiplay.pyo 329${PYSITELIB}/streamlink/plugins/raiplay.pyo
294${PYSITELIB}/streamlink/plugins/raiplay.pyc 330${PYSITELIB}/streamlink/plugins/raiplay.pyc
 331${PYSITELIB}/streamlink/plugins/rte.pyo
 332${PYSITELIB}/streamlink/plugins/rte.pyc
295${PYSITELIB}/streamlink/plugins/rtlxl.pyo 333${PYSITELIB}/streamlink/plugins/rtlxl.pyo
296${PYSITELIB}/streamlink/plugins/rtlxl.pyc 334${PYSITELIB}/streamlink/plugins/rtlxl.pyc
 335${PYSITELIB}/streamlink/plugins/rtmp.pyo
 336${PYSITELIB}/streamlink/plugins/rtmp.pyc
 337${PYSITELIB}/streamlink/plugins/rtpplay.pyo
 338${PYSITELIB}/streamlink/plugins/rtpplay.pyc
297${PYSITELIB}/streamlink/plugins/rtve.pyo 339${PYSITELIB}/streamlink/plugins/rtve.pyo
298${PYSITELIB}/streamlink/plugins/rtve.pyc 340${PYSITELIB}/streamlink/plugins/rtve.pyc
299${PYSITELIB}/streamlink/plugins/rtvs.pyo 341${PYSITELIB}/streamlink/plugins/rtvs.pyo
300${PYSITELIB}/streamlink/plugins/rtvs.pyc 342${PYSITELIB}/streamlink/plugins/rtvs.pyc
301${PYSITELIB}/streamlink/plugins/ruv.pyo 343${PYSITELIB}/streamlink/plugins/ruv.pyo
302${PYSITELIB}/streamlink/plugins/ruv.pyc 344${PYSITELIB}/streamlink/plugins/ruv.pyc
303${PYSITELIB}/streamlink/plugins/schoolism.pyo 345${PYSITELIB}/streamlink/plugins/schoolism.pyo
304${PYSITELIB}/streamlink/plugins/schoolism.pyc 346${PYSITELIB}/streamlink/plugins/schoolism.pyc
305${PYSITELIB}/streamlink/plugins/seemeplay.pyo 347${PYSITELIB}/streamlink/plugins/seemeplay.pyo
306${PYSITELIB}/streamlink/plugins/seemeplay.pyc 348${PYSITELIB}/streamlink/plugins/seemeplay.pyc
307${PYSITELIB}/streamlink/plugins/seetv.pyo 349${PYSITELIB}/streamlink/plugins/seetv.pyo
308${PYSITELIB}/streamlink/plugins/seetv.pyc 350${PYSITELIB}/streamlink/plugins/seetv.pyc
309${PYSITELIB}/streamlink/plugins/servustv.pyo 351${PYSITELIB}/streamlink/plugins/servustv.pyo
310${PYSITELIB}/streamlink/plugins/servustv.pyc 352${PYSITELIB}/streamlink/plugins/servustv.pyc
311${PYSITELIB}/streamlink/plugins/showroom.pyo 353${PYSITELIB}/streamlink/plugins/showroom.pyo
312${PYSITELIB}/streamlink/plugins/showroom.pyc 354${PYSITELIB}/streamlink/plugins/showroom.pyc
 355${PYSITELIB}/streamlink/plugins/skai.pyo
 356${PYSITELIB}/streamlink/plugins/skai.pyc
313${PYSITELIB}/streamlink/plugins/speedrunslive.pyo 357${PYSITELIB}/streamlink/plugins/speedrunslive.pyo
314${PYSITELIB}/streamlink/plugins/speedrunslive.pyc 358${PYSITELIB}/streamlink/plugins/speedrunslive.pyc
315${PYSITELIB}/streamlink/plugins/sportal.pyo 359${PYSITELIB}/streamlink/plugins/sportal.pyo
316${PYSITELIB}/streamlink/plugins/sportal.pyc 360${PYSITELIB}/streamlink/plugins/sportal.pyc
317${PYSITELIB}/streamlink/plugins/sportschau.pyo 361${PYSITELIB}/streamlink/plugins/sportschau.pyo
318${PYSITELIB}/streamlink/plugins/sportschau.pyc 362${PYSITELIB}/streamlink/plugins/sportschau.pyc
319${PYSITELIB}/streamlink/plugins/srgssr.pyo 363${PYSITELIB}/streamlink/plugins/srgssr.pyo
320${PYSITELIB}/streamlink/plugins/srgssr.pyc 364${PYSITELIB}/streamlink/plugins/srgssr.pyc
321${PYSITELIB}/streamlink/plugins/ssh101.pyo 365${PYSITELIB}/streamlink/plugins/ssh101.pyo
322${PYSITELIB}/streamlink/plugins/ssh101.pyc 366${PYSITELIB}/streamlink/plugins/ssh101.pyc
323${PYSITELIB}/streamlink/plugins/stream.pyo 367${PYSITELIB}/streamlink/plugins/streamable.pyo
324${PYSITELIB}/streamlink/plugins/stream.pyc 368${PYSITELIB}/streamlink/plugins/streamable.pyc
325${PYSITELIB}/streamlink/plugins/streamboat.pyo 369${PYSITELIB}/streamlink/plugins/streamboat.pyo
326${PYSITELIB}/streamlink/plugins/streamboat.pyc 370${PYSITELIB}/streamlink/plugins/streamboat.pyc
327${PYSITELIB}/streamlink/plugins/streamingvideoprovider.pyo 371${PYSITELIB}/streamlink/plugins/streamingvideoprovider.pyo
328${PYSITELIB}/streamlink/plugins/streamingvideoprovider.pyc 372${PYSITELIB}/streamlink/plugins/streamingvideoprovider.pyc
329${PYSITELIB}/streamlink/plugins/streamlive.pyo 373${PYSITELIB}/streamlink/plugins/streamlive.pyo
330${PYSITELIB}/streamlink/plugins/streamlive.pyc 374${PYSITELIB}/streamlink/plugins/streamlive.pyc
331${PYSITELIB}/streamlink/plugins/streamme.pyo 375${PYSITELIB}/streamlink/plugins/streamme.pyo
332${PYSITELIB}/streamlink/plugins/streamme.pyc 376${PYSITELIB}/streamlink/plugins/streamme.pyc
333${PYSITELIB}/streamlink/plugins/streamupcom.pyo 377${PYSITELIB}/streamlink/plugins/streamupcom.pyo
334${PYSITELIB}/streamlink/plugins/streamupcom.pyc 378${PYSITELIB}/streamlink/plugins/streamupcom.pyc
 379${PYSITELIB}/streamlink/plugins/streann.pyo
 380${PYSITELIB}/streamlink/plugins/streann.pyc
335${PYSITELIB}/streamlink/plugins/svtplay.pyo 381${PYSITELIB}/streamlink/plugins/svtplay.pyo
336${PYSITELIB}/streamlink/plugins/svtplay.pyc 382${PYSITELIB}/streamlink/plugins/svtplay.pyc
337${PYSITELIB}/streamlink/plugins/swisstxt.pyo 383${PYSITELIB}/streamlink/plugins/swisstxt.pyo
338${PYSITELIB}/streamlink/plugins/swisstxt.pyc 384${PYSITELIB}/streamlink/plugins/swisstxt.pyc
 385${PYSITELIB}/streamlink/plugins/teamliquid.pyo
 386${PYSITELIB}/streamlink/plugins/teamliquid.pyc
 387${PYSITELIB}/streamlink/plugins/telefe.pyo
 388${PYSITELIB}/streamlink/plugins/telefe.pyc
339${PYSITELIB}/streamlink/plugins/tf1.pyo 389${PYSITELIB}/streamlink/plugins/tf1.pyo
340${PYSITELIB}/streamlink/plugins/tf1.pyc 390${PYSITELIB}/streamlink/plugins/tf1.pyc
341${PYSITELIB}/streamlink/plugins/tga.pyo 391${PYSITELIB}/streamlink/plugins/tga.pyo
342${PYSITELIB}/streamlink/plugins/tga.pyc 392${PYSITELIB}/streamlink/plugins/tga.pyc
 393${PYSITELIB}/streamlink/plugins/theplatform.pyo
 394${PYSITELIB}/streamlink/plugins/theplatform.pyc
343${PYSITELIB}/streamlink/plugins/tigerdile.pyo 395${PYSITELIB}/streamlink/plugins/tigerdile.pyo
344${PYSITELIB}/streamlink/plugins/tigerdile.pyc 396${PYSITELIB}/streamlink/plugins/tigerdile.pyc
345${PYSITELIB}/streamlink/plugins/trt.pyo 397${PYSITELIB}/streamlink/plugins/trt.pyo
346${PYSITELIB}/streamlink/plugins/trt.pyc 398${PYSITELIB}/streamlink/plugins/trt.pyc
347${PYSITELIB}/streamlink/plugins/trtspor.pyo 399${PYSITELIB}/streamlink/plugins/trtspor.pyo
348${PYSITELIB}/streamlink/plugins/trtspor.pyc 400${PYSITELIB}/streamlink/plugins/trtspor.pyc
349${PYSITELIB}/streamlink/plugins/turkuvaz.pyo 401${PYSITELIB}/streamlink/plugins/turkuvaz.pyo
350${PYSITELIB}/streamlink/plugins/turkuvaz.pyc 402${PYSITELIB}/streamlink/plugins/turkuvaz.pyc
 403${PYSITELIB}/streamlink/plugins/tv1channel.pyo
 404${PYSITELIB}/streamlink/plugins/tv1channel.pyc
351${PYSITELIB}/streamlink/plugins/tv360.pyo 405${PYSITELIB}/streamlink/plugins/tv360.pyo
352${PYSITELIB}/streamlink/plugins/tv360.pyc 406${PYSITELIB}/streamlink/plugins/tv360.pyc
353${PYSITELIB}/streamlink/plugins/tv3cat.pyo 407${PYSITELIB}/streamlink/plugins/tv3cat.pyo
354${PYSITELIB}/streamlink/plugins/tv3cat.pyc 408${PYSITELIB}/streamlink/plugins/tv3cat.pyc
355${PYSITELIB}/streamlink/plugins/tv4play.pyo 409${PYSITELIB}/streamlink/plugins/tv4play.pyo
356${PYSITELIB}/streamlink/plugins/tv4play.pyc 410${PYSITELIB}/streamlink/plugins/tv4play.pyc
 411${PYSITELIB}/streamlink/plugins/tv5monde.pyo
 412${PYSITELIB}/streamlink/plugins/tv5monde.pyc
357${PYSITELIB}/streamlink/plugins/tv8.pyo 413${PYSITELIB}/streamlink/plugins/tv8.pyo
358${PYSITELIB}/streamlink/plugins/tv8.pyc 414${PYSITELIB}/streamlink/plugins/tv8.pyc
359${PYSITELIB}/streamlink/plugins/tv8cat.pyo 415${PYSITELIB}/streamlink/plugins/tv8cat.pyo
360${PYSITELIB}/streamlink/plugins/tv8cat.pyc 416${PYSITELIB}/streamlink/plugins/tv8cat.pyc
361${PYSITELIB}/streamlink/plugins/tvcatchup.pyo 417${PYSITELIB}/streamlink/plugins/tvcatchup.pyo
362${PYSITELIB}/streamlink/plugins/tvcatchup.pyc 418${PYSITELIB}/streamlink/plugins/tvcatchup.pyc
 419${PYSITELIB}/streamlink/plugins/tvnbg.pyo
 420${PYSITELIB}/streamlink/plugins/tvnbg.pyc
363${PYSITELIB}/streamlink/plugins/tvplayer.pyo 421${PYSITELIB}/streamlink/plugins/tvplayer.pyo
364${PYSITELIB}/streamlink/plugins/tvplayer.pyc 422${PYSITELIB}/streamlink/plugins/tvplayer.pyc
365${PYSITELIB}/streamlink/plugins/tvrby.pyo 423${PYSITELIB}/streamlink/plugins/tvrby.pyo
366${PYSITELIB}/streamlink/plugins/tvrby.pyc 424${PYSITELIB}/streamlink/plugins/tvrby.pyc
367${PYSITELIB}/streamlink/plugins/tvrplus.pyo 425${PYSITELIB}/streamlink/plugins/tvrplus.pyo
368${PYSITELIB}/streamlink/plugins/tvrplus.pyc 426${PYSITELIB}/streamlink/plugins/tvrplus.pyc
369${PYSITELIB}/streamlink/plugins/twitch.pyo 427${PYSITELIB}/streamlink/plugins/twitch.pyo
370${PYSITELIB}/streamlink/plugins/twitch.pyc 428${PYSITELIB}/streamlink/plugins/twitch.pyc
 429${PYSITELIB}/streamlink/plugins/ufctv.pyo
 430${PYSITELIB}/streamlink/plugins/ufctv.pyc
371${PYSITELIB}/streamlink/plugins/ustreamtv.pyo 431${PYSITELIB}/streamlink/plugins/ustreamtv.pyo
372${PYSITELIB}/streamlink/plugins/ustreamtv.pyc 432${PYSITELIB}/streamlink/plugins/ustreamtv.pyc
373${PYSITELIB}/streamlink/plugins/vaughnlive.pyo 433${PYSITELIB}/streamlink/plugins/vaughnlive.pyo
374${PYSITELIB}/streamlink/plugins/vaughnlive.pyc 434${PYSITELIB}/streamlink/plugins/vaughnlive.pyc
375${PYSITELIB}/streamlink/plugins/vgtv.pyo 435${PYSITELIB}/streamlink/plugins/vgtv.pyo
376${PYSITELIB}/streamlink/plugins/vgtv.pyc 436${PYSITELIB}/streamlink/plugins/vgtv.pyc
377${PYSITELIB}/streamlink/plugins/viasat.pyo 437${PYSITELIB}/streamlink/plugins/viasat.pyo
378${PYSITELIB}/streamlink/plugins/viasat.pyc 438${PYSITELIB}/streamlink/plugins/viasat.pyc
379${PYSITELIB}/streamlink/plugins/viasat_embed.pyo 439${PYSITELIB}/streamlink/plugins/viasat_embed.pyo
380${PYSITELIB}/streamlink/plugins/viasat_embed.pyc 440${PYSITELIB}/streamlink/plugins/viasat_embed.pyc
381${PYSITELIB}/streamlink/plugins/vidio.pyo 441${PYSITELIB}/streamlink/plugins/vidio.pyo
382${PYSITELIB}/streamlink/plugins/vidio.pyc 442${PYSITELIB}/streamlink/plugins/vidio.pyc
 443${PYSITELIB}/streamlink/plugins/vk.pyo
 444${PYSITELIB}/streamlink/plugins/vk.pyc
 445${PYSITELIB}/streamlink/plugins/vrtbe.pyo
 446${PYSITELIB}/streamlink/plugins/vrtbe.pyc
383${PYSITELIB}/streamlink/plugins/wattv.pyo 447${PYSITELIB}/streamlink/plugins/wattv.pyo
384${PYSITELIB}/streamlink/plugins/wattv.pyc 448${PYSITELIB}/streamlink/plugins/wattv.pyc
385${PYSITELIB}/streamlink/plugins/webtv.pyo 449${PYSITELIB}/streamlink/plugins/webtv.pyo
386${PYSITELIB}/streamlink/plugins/webtv.pyc 450${PYSITELIB}/streamlink/plugins/webtv.pyc
387${PYSITELIB}/streamlink/plugins/weeb.pyo 451${PYSITELIB}/streamlink/plugins/weeb.pyo
388${PYSITELIB}/streamlink/plugins/weeb.pyc 452${PYSITELIB}/streamlink/plugins/weeb.pyc
389${PYSITELIB}/streamlink/plugins/wwenetwork.pyo 453${PYSITELIB}/streamlink/plugins/wwenetwork.pyo
390${PYSITELIB}/streamlink/plugins/wwenetwork.pyc 454${PYSITELIB}/streamlink/plugins/wwenetwork.pyc
391${PYSITELIB}/streamlink/plugins/younow.pyo 455${PYSITELIB}/streamlink/plugins/younow.pyo
392${PYSITELIB}/streamlink/plugins/younow.pyc 456${PYSITELIB}/streamlink/plugins/younow.pyc
393${PYSITELIB}/streamlink/plugins/youtube.pyo 457${PYSITELIB}/streamlink/plugins/youtube.pyo
394${PYSITELIB}/streamlink/plugins/youtube.pyc 458${PYSITELIB}/streamlink/plugins/youtube.pyc
 459${PYSITELIB}/streamlink/plugins/zattoo.pyo
 460${PYSITELIB}/streamlink/plugins/zattoo.pyc
395${PYSITELIB}/streamlink/plugins/zdf_mediathek.pyo 461${PYSITELIB}/streamlink/plugins/zdf_mediathek.pyo
396${PYSITELIB}/streamlink/plugins/zdf_mediathek.pyc 462${PYSITELIB}/streamlink/plugins/zdf_mediathek.pyc
397${PYSITELIB}/streamlink/plugins/zhanqi.pyo 463${PYSITELIB}/streamlink/plugins/zhanqi.pyo
398${PYSITELIB}/streamlink/plugins/zhanqi.pyc 464${PYSITELIB}/streamlink/plugins/zhanqi.pyc
399${PYSITELIB}/streamlink/plugins/adultswim.py 465${PYSITELIB}/streamlink/plugins/adultswim.py
400${PYSITELIB}/streamlink/plugins/afreeca.py 466${PYSITELIB}/streamlink/plugins/afreeca.py
401${PYSITELIB}/streamlink/plugins/afreecatv.py 467${PYSITELIB}/streamlink/plugins/afreecatv.py
402${PYSITELIB}/streamlink/plugins/aftonbladet.py 468${PYSITELIB}/streamlink/plugins/aftonbladet.py
 469${PYSITELIB}/streamlink/plugins/akamaihd.py
403${PYSITELIB}/streamlink/plugins/aliez.py 470${PYSITELIB}/streamlink/plugins/aliez.py
404${PYSITELIB}/streamlink/plugins/aljazeeraen.py 471${PYSITELIB}/streamlink/plugins/aljazeeraen.py
405${PYSITELIB}/streamlink/plugins/animelab.py 472${PYSITELIB}/streamlink/plugins/animelab.py
406${PYSITELIB}/streamlink/plugins/antenna.py 473${PYSITELIB}/streamlink/plugins/antenna.py
 474${PYSITELIB}/streamlink/plugins/apac.py
407${PYSITELIB}/streamlink/plugins/app17.py 475${PYSITELIB}/streamlink/plugins/app17.py
 476${PYSITELIB}/streamlink/plugins/arconai.py
408${PYSITELIB}/streamlink/plugins/ard_live.py 477${PYSITELIB}/streamlink/plugins/ard_live.py
409${PYSITELIB}/streamlink/plugins/ard_mediathek.py 478${PYSITELIB}/streamlink/plugins/ard_mediathek.py
410${PYSITELIB}/streamlink/plugins/artetv.py 479${PYSITELIB}/streamlink/plugins/artetv.py
411${PYSITELIB}/streamlink/plugins/atresplayer.py 480${PYSITELIB}/streamlink/plugins/atresplayer.py
412${PYSITELIB}/streamlink/plugins/azubutv.py 
413${PYSITELIB}/streamlink/plugins/bambuser.py 481${PYSITELIB}/streamlink/plugins/bambuser.py
414${PYSITELIB}/streamlink/plugins/bbciplayer.py 482${PYSITELIB}/streamlink/plugins/bbciplayer.py
415${PYSITELIB}/streamlink/plugins/beam.py 483${PYSITELIB}/streamlink/plugins/beam.py
416${PYSITELIB}/streamlink/plugins/beattv.py 484${PYSITELIB}/streamlink/plugins/beattv.py
 485${PYSITELIB}/streamlink/plugins/bfmtv.py
417${PYSITELIB}/streamlink/plugins/bigo.py 486${PYSITELIB}/streamlink/plugins/bigo.py
418${PYSITELIB}/streamlink/plugins/bilibili.py 487${PYSITELIB}/streamlink/plugins/bilibili.py
 488${PYSITELIB}/streamlink/plugins/bloomberg.py
419${PYSITELIB}/streamlink/plugins/bongacams.py 489${PYSITELIB}/streamlink/plugins/bongacams.py
420${PYSITELIB}/streamlink/plugins/brightcove.py 490${PYSITELIB}/streamlink/plugins/brightcove.py
 491${PYSITELIB}/streamlink/plugins/brittv.py
421${PYSITELIB}/streamlink/plugins/btv.py 492${PYSITELIB}/streamlink/plugins/btv.py
 493${PYSITELIB}/streamlink/plugins/cam4.py
422${PYSITELIB}/streamlink/plugins/camsoda.py 494${PYSITELIB}/streamlink/plugins/camsoda.py
423${PYSITELIB}/streamlink/plugins/canalplus.py 495${PYSITELIB}/streamlink/plugins/canalplus.py
424${PYSITELIB}/streamlink/plugins/canlitv.py 496${PYSITELIB}/streamlink/plugins/canlitv.py
425${PYSITELIB}/streamlink/plugins/cdnbg.py 497${PYSITELIB}/streamlink/plugins/cdnbg.py
426${PYSITELIB}/streamlink/plugins/ceskatelevize.py 498${PYSITELIB}/streamlink/plugins/ceskatelevize.py
427${PYSITELIB}/streamlink/plugins/chaturbate.py 499${PYSITELIB}/streamlink/plugins/chaturbate.py
428${PYSITELIB}/streamlink/plugins/cinergroup.py 500${PYSITELIB}/streamlink/plugins/cinergroup.py
429${PYSITELIB}/streamlink/plugins/common_jwplayer.py 501${PYSITELIB}/streamlink/plugins/common_jwplayer.py
430${PYSITELIB}/streamlink/plugins/common_swf.py 502${PYSITELIB}/streamlink/plugins/common_swf.py
431${PYSITELIB}/streamlink/plugins/connectcast.py 503${PYSITELIB}/streamlink/plugins/connectcast.py
432${PYSITELIB}/streamlink/plugins/crunchyroll.py 504${PYSITELIB}/streamlink/plugins/crunchyroll.py
433${PYSITELIB}/streamlink/plugins/cybergame.py 505${PYSITELIB}/streamlink/plugins/cybergame.py
 506${PYSITELIB}/streamlink/plugins/cyro.py
434${PYSITELIB}/streamlink/plugins/dailymotion.py 507${PYSITELIB}/streamlink/plugins/dailymotion.py
435${PYSITELIB}/streamlink/plugins/daisuki.py 508${PYSITELIB}/streamlink/plugins/daisuki.py
436${PYSITELIB}/streamlink/plugins/deutschewelle.py 509${PYSITELIB}/streamlink/plugins/deutschewelle.py
437${PYSITELIB}/streamlink/plugins/dingittv.py 510${PYSITELIB}/streamlink/plugins/dingittv.py
438${PYSITELIB}/streamlink/plugins/disney_de.py 511${PYSITELIB}/streamlink/plugins/disney_de.py
439${PYSITELIB}/streamlink/plugins/dmcloud.py 512${PYSITELIB}/streamlink/plugins/dmcloud.py
440${PYSITELIB}/streamlink/plugins/dmcloud_embed.py 513${PYSITELIB}/streamlink/plugins/dmcloud_embed.py
441${PYSITELIB}/streamlink/plugins/dogan.py 514${PYSITELIB}/streamlink/plugins/dogan.py
442${PYSITELIB}/streamlink/plugins/dogus.py 515${PYSITELIB}/streamlink/plugins/dogus.py
443${PYSITELIB}/streamlink/plugins/dommune.py 516${PYSITELIB}/streamlink/plugins/dommune.py
444${PYSITELIB}/streamlink/plugins/douyutv.py 517${PYSITELIB}/streamlink/plugins/douyutv.py
445${PYSITELIB}/streamlink/plugins/dplay.py 518${PYSITELIB}/streamlink/plugins/dplay.py
446${PYSITELIB}/streamlink/plugins/drdk.py 519${PYSITELIB}/streamlink/plugins/drdk.py
447${PYSITELIB}/streamlink/plugins/earthcam.py 520${PYSITELIB}/streamlink/plugins/earthcam.py
 521${PYSITELIB}/streamlink/plugins/ellobo.py
 522${PYSITELIB}/streamlink/plugins/eltrecetv.py
448${PYSITELIB}/streamlink/plugins/eurocom.py 523${PYSITELIB}/streamlink/plugins/eurocom.py
449${PYSITELIB}/streamlink/plugins/euronews.py 524${PYSITELIB}/streamlink/plugins/euronews.py
450${PYSITELIB}/streamlink/plugins/expressen.py 525${PYSITELIB}/streamlink/plugins/expressen.py
 526${PYSITELIB}/streamlink/plugins/facebook.py
451${PYSITELIB}/streamlink/plugins/filmon.py 527${PYSITELIB}/streamlink/plugins/filmon.py
452${PYSITELIB}/streamlink/plugins/filmon_us.py 528${PYSITELIB}/streamlink/plugins/filmon_us.py
453${PYSITELIB}/streamlink/plugins/foxtr.py 529${PYSITELIB}/streamlink/plugins/foxtr.py
454${PYSITELIB}/streamlink/plugins/funimationnow.py 530${PYSITELIB}/streamlink/plugins/funimationnow.py
455${PYSITELIB}/streamlink/plugins/furstream.py 531${PYSITELIB}/streamlink/plugins/furstream.py
 532${PYSITELIB}/streamlink/plugins/gardenersworld.py
456${PYSITELIB}/streamlink/plugins/garena.py 533${PYSITELIB}/streamlink/plugins/garena.py
457${PYSITELIB}/streamlink/plugins/gomexp.py 534${PYSITELIB}/streamlink/plugins/gomexp.py
458${PYSITELIB}/streamlink/plugins/goodgame.py 535${PYSITELIB}/streamlink/plugins/goodgame.py
459${PYSITELIB}/streamlink/plugins/googledrive.py 536${PYSITELIB}/streamlink/plugins/googledrive.py
460${PYSITELIB}/streamlink/plugins/gulli.py 537${PYSITELIB}/streamlink/plugins/gulli.py
 538${PYSITELIB}/streamlink/plugins/hds.py
461${PYSITELIB}/streamlink/plugins/hitbox.py 539${PYSITELIB}/streamlink/plugins/hitbox.py
 540${PYSITELIB}/streamlink/plugins/hls.py
 541${PYSITELIB}/streamlink/plugins/http.py
462${PYSITELIB}/streamlink/plugins/huajiao.py 542${PYSITELIB}/streamlink/plugins/huajiao.py
463${PYSITELIB}/streamlink/plugins/huomao.py 543${PYSITELIB}/streamlink/plugins/huomao.py
464${PYSITELIB}/streamlink/plugins/huya.py 544${PYSITELIB}/streamlink/plugins/huya.py
465${PYSITELIB}/streamlink/plugins/ine.py 545${PYSITELIB}/streamlink/plugins/ine.py
466${PYSITELIB}/streamlink/plugins/itvplayer.py 546${PYSITELIB}/streamlink/plugins/itvplayer.py
467${PYSITELIB}/streamlink/plugins/kanal7.py 547${PYSITELIB}/streamlink/plugins/kanal7.py
468${PYSITELIB}/streamlink/plugins/livecodingtv.py 548${PYSITELIB}/streamlink/plugins/liveedu.py
469${PYSITELIB}/streamlink/plugins/liveme.py 549${PYSITELIB}/streamlink/plugins/liveme.py
470${PYSITELIB}/streamlink/plugins/livestream.py 550${PYSITELIB}/streamlink/plugins/livestream.py
 551${PYSITELIB}/streamlink/plugins/looch.py
471${PYSITELIB}/streamlink/plugins/media_ccc_de.py 552${PYSITELIB}/streamlink/plugins/media_ccc_de.py
472${PYSITELIB}/streamlink/plugins/mediaklikk.py 553${PYSITELIB}/streamlink/plugins/mediaklikk.py
473${PYSITELIB}/streamlink/plugins/mips.py 554${PYSITELIB}/streamlink/plugins/mips.py
474${PYSITELIB}/streamlink/plugins/mitele.py 555${PYSITELIB}/streamlink/plugins/mitele.py
475${PYSITELIB}/streamlink/plugins/mlgtv.py 556${PYSITELIB}/streamlink/plugins/mlgtv.py
 557${PYSITELIB}/streamlink/plugins/nbc.py
 558${PYSITELIB}/streamlink/plugins/nbcsports.py
476${PYSITELIB}/streamlink/plugins/nhkworld.py 559${PYSITELIB}/streamlink/plugins/nhkworld.py
477${PYSITELIB}/streamlink/plugins/nineanime.py 560${PYSITELIB}/streamlink/plugins/nineanime.py
478${PYSITELIB}/streamlink/plugins/nos.py 561${PYSITELIB}/streamlink/plugins/nos.py
479${PYSITELIB}/streamlink/plugins/npo.py 562${PYSITELIB}/streamlink/plugins/npo.py
480${PYSITELIB}/streamlink/plugins/nrk.py 563${PYSITELIB}/streamlink/plugins/nrk.py
481${PYSITELIB}/streamlink/plugins/oldlivestream.py 564${PYSITELIB}/streamlink/plugins/oldlivestream.py
482${PYSITELIB}/streamlink/plugins/openrectv.py 565${PYSITELIB}/streamlink/plugins/openrectv.py
483${PYSITELIB}/streamlink/plugins/orf_tvthek.py 566${PYSITELIB}/streamlink/plugins/orf_tvthek.py
484${PYSITELIB}/streamlink/plugins/ovvatv.py 567${PYSITELIB}/streamlink/plugins/ovvatv.py
485${PYSITELIB}/streamlink/plugins/pandatv.py 568${PYSITELIB}/streamlink/plugins/pandatv.py
486${PYSITELIB}/streamlink/plugins/periscope.py 569${PYSITELIB}/streamlink/plugins/periscope.py
487${PYSITELIB}/streamlink/plugins/picarto.py 570${PYSITELIB}/streamlink/plugins/picarto.py
488${PYSITELIB}/streamlink/plugins/piczel.py 571${PYSITELIB}/streamlink/plugins/piczel.py
489${PYSITELIB}/streamlink/plugins/playtv.py 572${PYSITELIB}/streamlink/plugins/playtv.py
490${PYSITELIB}/streamlink/plugins/pluzz.py 573${PYSITELIB}/streamlink/plugins/pluzz.py
491${PYSITELIB}/streamlink/plugins/powerapp.py 574${PYSITELIB}/streamlink/plugins/powerapp.py
 575${PYSITELIB}/streamlink/plugins/radionet.py
492${PYSITELIB}/streamlink/plugins/raiplay.py 576${PYSITELIB}/streamlink/plugins/raiplay.py
 577${PYSITELIB}/streamlink/plugins/rte.py
493${PYSITELIB}/streamlink/plugins/rtlxl.py 578${PYSITELIB}/streamlink/plugins/rtlxl.py
 579${PYSITELIB}/streamlink/plugins/rtmp.py
 580${PYSITELIB}/streamlink/plugins/rtpplay.py
494${PYSITELIB}/streamlink/plugins/rtve.py 581${PYSITELIB}/streamlink/plugins/rtve.py
495${PYSITELIB}/streamlink/plugins/rtvs.py 582${PYSITELIB}/streamlink/plugins/rtvs.py
496${PYSITELIB}/streamlink/plugins/ruv.py 583${PYSITELIB}/streamlink/plugins/ruv.py
497${PYSITELIB}/streamlink/plugins/schoolism.py 584${PYSITELIB}/streamlink/plugins/schoolism.py
498${PYSITELIB}/streamlink/plugins/seemeplay.py 585${PYSITELIB}/streamlink/plugins/seemeplay.py
499${PYSITELIB}/streamlink/plugins/seetv.py 586${PYSITELIB}/streamlink/plugins/seetv.py
500${PYSITELIB}/streamlink/plugins/servustv.py 587${PYSITELIB}/streamlink/plugins/servustv.py
501${PYSITELIB}/streamlink/plugins/showroom.py 588${PYSITELIB}/streamlink/plugins/showroom.py
 589${PYSITELIB}/streamlink/plugins/skai.py
502${PYSITELIB}/streamlink/plugins/speedrunslive.py 590${PYSITELIB}/streamlink/plugins/speedrunslive.py
503${PYSITELIB}/streamlink/plugins/sportal.py 591${PYSITELIB}/streamlink/plugins/sportal.py
504${PYSITELIB}/streamlink/plugins/sportschau.py 592${PYSITELIB}/streamlink/plugins/sportschau.py
505${PYSITELIB}/streamlink/plugins/srgssr.py 593${PYSITELIB}/streamlink/plugins/srgssr.py
506${PYSITELIB}/streamlink/plugins/ssh101.py 594${PYSITELIB}/streamlink/plugins/ssh101.py
507${PYSITELIB}/streamlink/plugins/stream.py 595${PYSITELIB}/streamlink/plugins/streamable.py
508${PYSITELIB}/streamlink/plugins/streamboat.py 596${PYSITELIB}/streamlink/plugins/streamboat.py
509${PYSITELIB}/streamlink/plugins/streamingvideoprovider.py 597${PYSITELIB}/streamlink/plugins/streamingvideoprovider.py
510${PYSITELIB}/streamlink/plugins/streamlive.py 598${PYSITELIB}/streamlink/plugins/streamlive.py
511${PYSITELIB}/streamlink/plugins/streamme.py 599${PYSITELIB}/streamlink/plugins/streamme.py
512${PYSITELIB}/streamlink/plugins/streamupcom.py 600${PYSITELIB}/streamlink/plugins/streamupcom.py
 601${PYSITELIB}/streamlink/plugins/streann.py
513${PYSITELIB}/streamlink/plugins/svtplay.py 602${PYSITELIB}/streamlink/plugins/svtplay.py
514${PYSITELIB}/streamlink/plugins/swisstxt.py 603${PYSITELIB}/streamlink/plugins/swisstxt.py
 604${PYSITELIB}/streamlink/plugins/teamliquid.py
 605${PYSITELIB}/streamlink/plugins/telefe.py
515${PYSITELIB}/streamlink/plugins/tf1.py 606${PYSITELIB}/streamlink/plugins/tf1.py
516${PYSITELIB}/streamlink/plugins/tga.py 607${PYSITELIB}/streamlink/plugins/tga.py
 608${PYSITELIB}/streamlink/plugins/theplatform.py
517${PYSITELIB}/streamlink/plugins/tigerdile.py 609${PYSITELIB}/streamlink/plugins/tigerdile.py
518${PYSITELIB}/streamlink/plugins/trt.py 610${PYSITELIB}/streamlink/plugins/trt.py
519${PYSITELIB}/streamlink/plugins/trtspor.py 611${PYSITELIB}/streamlink/plugins/trtspor.py
520${PYSITELIB}/streamlink/plugins/turkuvaz.py 612${PYSITELIB}/streamlink/plugins/turkuvaz.py
 613${PYSITELIB}/streamlink/plugins/tv1channel.py
521${PYSITELIB}/streamlink/plugins/tv360.py 614${PYSITELIB}/streamlink/plugins/tv360.py
522${PYSITELIB}/streamlink/plugins/tv3cat.py 615${PYSITELIB}/streamlink/plugins/tv3cat.py
523${PYSITELIB}/streamlink/plugins/tv4play.py 616${PYSITELIB}/streamlink/plugins/tv4play.py
 617${PYSITELIB}/streamlink/plugins/tv5monde.py
524${PYSITELIB}/streamlink/plugins/tv8.py 618${PYSITELIB}/streamlink/plugins/tv8.py
525${PYSITELIB}/streamlink/plugins/tv8cat.py 619${PYSITELIB}/streamlink/plugins/tv8cat.py
526${PYSITELIB}/streamlink/plugins/tvcatchup.py 620${PYSITELIB}/streamlink/plugins/tvcatchup.py
 621${PYSITELIB}/streamlink/plugins/tvnbg.py
527${PYSITELIB}/streamlink/plugins/tvplayer.py 622${PYSITELIB}/streamlink/plugins/tvplayer.py
528${PYSITELIB}/streamlink/plugins/tvrby.py 623${PYSITELIB}/streamlink/plugins/tvrby.py
529${PYSITELIB}/streamlink/plugins/tvrplus.py 624${PYSITELIB}/streamlink/plugins/tvrplus.py
530${PYSITELIB}/streamlink/plugins/twitch.py 625${PYSITELIB}/streamlink/plugins/twitch.py
 626${PYSITELIB}/streamlink/plugins/ufctv.py
531${PYSITELIB}/streamlink/plugins/ustreamtv.py 627${PYSITELIB}/streamlink/plugins/ustreamtv.py
532${PYSITELIB}/streamlink/plugins/vaughnlive.py 628${PYSITELIB}/streamlink/plugins/vaughnlive.py
533${PYSITELIB}/streamlink/plugins/vgtv.py 629${PYSITELIB}/streamlink/plugins/vgtv.py
534${PYSITELIB}/streamlink/plugins/viasat.py 630${PYSITELIB}/streamlink/plugins/viasat.py
535${PYSITELIB}/streamlink/plugins/viasat_embed.py 631${PYSITELIB}/streamlink/plugins/viasat_embed.py
536${PYSITELIB}/streamlink/plugins/vidio.py 632${PYSITELIB}/streamlink/plugins/vidio.py
 633${PYSITELIB}/streamlink/plugins/vk.py
 634${PYSITELIB}/streamlink/plugins/vrtbe.py
537${PYSITELIB}/streamlink/plugins/wattv.py 635${PYSITELIB}/streamlink/plugins/wattv.py
538${PYSITELIB}/streamlink/plugins/webtv.py 636${PYSITELIB}/streamlink/plugins/webtv.py
539${PYSITELIB}/streamlink/plugins/weeb.py 637${PYSITELIB}/streamlink/plugins/weeb.py
540${PYSITELIB}/streamlink/plugins/wwenetwork.py 638${PYSITELIB}/streamlink/plugins/wwenetwork.py
541${PYSITELIB}/streamlink/plugins/younow.py 639${PYSITELIB}/streamlink/plugins/younow.py
542${PYSITELIB}/streamlink/plugins/youtube.py 640${PYSITELIB}/streamlink/plugins/youtube.py
 641${PYSITELIB}/streamlink/plugins/zattoo.py
543${PYSITELIB}/streamlink/plugins/zdf_mediathek.py 642${PYSITELIB}/streamlink/plugins/zdf_mediathek.py
544${PYSITELIB}/streamlink/plugins/zhanqi.py 643${PYSITELIB}/streamlink/plugins/zhanqi.py
545${PYSITELIB}/streamlink/session.py 644${PYSITELIB}/streamlink/session.py
546${PYSITELIB}/streamlink/stream/__init__.py 645${PYSITELIB}/streamlink/stream/__init__.py
547${PYSITELIB}/streamlink/stream/__init__.pyo 646${PYSITELIB}/streamlink/stream/__init__.pyo
548${PYSITELIB}/streamlink/stream/__init__.pyc 647${PYSITELIB}/streamlink/stream/__init__.pyc
549${PYSITELIB}/streamlink/stream/akamaihd.pyo 648${PYSITELIB}/streamlink/stream/akamaihd.pyo
550${PYSITELIB}/streamlink/stream/akamaihd.pyc 649${PYSITELIB}/streamlink/stream/akamaihd.pyc
551${PYSITELIB}/streamlink/stream/ffmpegmux.pyo 650${PYSITELIB}/streamlink/stream/ffmpegmux.pyo
552${PYSITELIB}/streamlink/stream/ffmpegmux.pyc 651${PYSITELIB}/streamlink/stream/ffmpegmux.pyc
553${PYSITELIB}/streamlink/stream/file.pyo 652${PYSITELIB}/streamlink/stream/file.pyo
554${PYSITELIB}/streamlink/stream/file.pyc 653${PYSITELIB}/streamlink/stream/file.pyc
555${PYSITELIB}/streamlink/stream/flvconcat.pyo 654${PYSITELIB}/streamlink/stream/flvconcat.pyo
@@ -581,30 +680,33 @@ ${PYSITELIB}/streamlink/stream/flvconcat @@ -581,30 +680,33 @@ ${PYSITELIB}/streamlink/stream/flvconcat
581${PYSITELIB}/streamlink/stream/hds.py 680${PYSITELIB}/streamlink/stream/hds.py
582${PYSITELIB}/streamlink/stream/hls.py 681${PYSITELIB}/streamlink/stream/hls.py
583${PYSITELIB}/streamlink/stream/hls_playlist.py 682${PYSITELIB}/streamlink/stream/hls_playlist.py
584${PYSITELIB}/streamlink/stream/http.py 683${PYSITELIB}/streamlink/stream/http.py
585${PYSITELIB}/streamlink/stream/playlist.py 684${PYSITELIB}/streamlink/stream/playlist.py
586${PYSITELIB}/streamlink/stream/rtmpdump.py 685${PYSITELIB}/streamlink/stream/rtmpdump.py
587${PYSITELIB}/streamlink/stream/segmented.py 686${PYSITELIB}/streamlink/stream/segmented.py
588${PYSITELIB}/streamlink/stream/stream.py 687${PYSITELIB}/streamlink/stream/stream.py
589${PYSITELIB}/streamlink/stream/streamprocess.py 688${PYSITELIB}/streamlink/stream/streamprocess.py
590${PYSITELIB}/streamlink/stream/wrappers.py 689${PYSITELIB}/streamlink/stream/wrappers.py
591${PYSITELIB}/streamlink/utils/__init__.py 690${PYSITELIB}/streamlink/utils/__init__.py
592${PYSITELIB}/streamlink/utils/__init__.pyo 691${PYSITELIB}/streamlink/utils/__init__.pyo
593${PYSITELIB}/streamlink/utils/__init__.pyc 692${PYSITELIB}/streamlink/utils/__init__.pyc
 693${PYSITELIB}/streamlink/utils/crypto.pyo
 694${PYSITELIB}/streamlink/utils/crypto.pyc
594${PYSITELIB}/streamlink/utils/l10n.pyo 695${PYSITELIB}/streamlink/utils/l10n.pyo
595${PYSITELIB}/streamlink/utils/l10n.pyc 696${PYSITELIB}/streamlink/utils/l10n.pyc
596${PYSITELIB}/streamlink/utils/named_pipe.pyo 697${PYSITELIB}/streamlink/utils/named_pipe.pyo
597${PYSITELIB}/streamlink/utils/named_pipe.pyc 698${PYSITELIB}/streamlink/utils/named_pipe.pyc
 699${PYSITELIB}/streamlink/utils/crypto.py
598${PYSITELIB}/streamlink/utils/l10n.py 700${PYSITELIB}/streamlink/utils/l10n.py
599${PYSITELIB}/streamlink/utils/named_pipe.py 701${PYSITELIB}/streamlink/utils/named_pipe.py
600${PYSITELIB}/streamlink_cli/__init__.py 702${PYSITELIB}/streamlink_cli/__init__.py
601${PYSITELIB}/streamlink_cli/__init__.pyo 703${PYSITELIB}/streamlink_cli/__init__.pyo
602${PYSITELIB}/streamlink_cli/__init__.pyc 704${PYSITELIB}/streamlink_cli/__init__.pyc
603${PYSITELIB}/streamlink_cli/argparser.pyo 705${PYSITELIB}/streamlink_cli/argparser.pyo
604${PYSITELIB}/streamlink_cli/argparser.pyc 706${PYSITELIB}/streamlink_cli/argparser.pyc
605${PYSITELIB}/streamlink_cli/compat.pyo 707${PYSITELIB}/streamlink_cli/compat.pyo
606${PYSITELIB}/streamlink_cli/compat.pyc 708${PYSITELIB}/streamlink_cli/compat.pyc
607${PYSITELIB}/streamlink_cli/console.pyo 709${PYSITELIB}/streamlink_cli/console.pyo
608${PYSITELIB}/streamlink_cli/console.pyc 710${PYSITELIB}/streamlink_cli/console.pyc
609${PYSITELIB}/streamlink_cli/constants.pyo 711${PYSITELIB}/streamlink_cli/constants.pyo
610${PYSITELIB}/streamlink_cli/constants.pyc 712${PYSITELIB}/streamlink_cli/constants.pyc

cvs diff -r1.8 -r1.9 pkgsrc/multimedia/streamlink/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/streamlink/distinfo 2017/04/27 16:02:29 1.8
+++ pkgsrc/multimedia/streamlink/distinfo 2017/10/07 17:27:41 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2017/04/27 16:02:29 maya Exp $ 1$NetBSD: distinfo,v 1.9 2017/10/07 17:27:41 maya Exp $
2 2
3SHA1 (streamlink-0.5.0.tar.gz) = f8990afb12f21f131523c843935ec85e3018cb8d 3SHA1 (streamlink-0.8.1.tar.gz) = 2dd0fe64e2a1810d877672f28596fed076618374
4RMD160 (streamlink-0.5.0.tar.gz) = 7199aa20445137d3b4f68c9e69475d8761d84ca8 4RMD160 (streamlink-0.8.1.tar.gz) = 66101b707b7aa0ae57b943b78547c993a2bf325a
5SHA512 (streamlink-0.5.0.tar.gz) = f0589d59f2eadb638c3227b99ecada946d086261f4b0171ca2f9913fef3e39b21f9512b20ff554709812c6a2c975530b05a0b67b45cc00c4a80a82cbf12d2398 5SHA512 (streamlink-0.8.1.tar.gz) = 0317b29089aa457780bee8b45400c574af50e14f9bf5e890af0f6be14ff945b0fd6683941e7c1ffb212aab8b1639ef04550f8f0d094c345dfdc33b16f839f770
6Size (streamlink-0.5.0.tar.gz) = 30682948 bytes 6Size (streamlink-0.8.1.tar.gz) = 30712058 bytes