Thu Apr 27 16:02:30 2017 UTC ()
streamlink: update to 0.5.0

note about release notes: py-crypto can be used as an
alternative to py-cryptodome, it isn't a missing dependency.

Lot's of contributions since the last release. As always, lot's of updating to plugins!
One of the new features is the addition of Google Drive / Google Docs, you can now stream videos stored on Google Docs.
We've also gone ahead and removed dead plugins (sites which have gone down) as well as added pycrypto as a dependency for future plugins.
Again, many thanks for those who have contributed!
If you think that this application is helpful, please consider supporting the maintainers by donating.
Thank you very much!

::

CallMeJuf <CallMeJuf@users.noreply.github.com> (2):
      Aliez plugin now accepts any TLD (#696)
      New Periscope URL #748

Daniel Draper <Germandrummer92@gmail.com> (2):
      More robust url regex for bigo plugin.
      More robust url regex for bigo plugin, added unittest

Josip Ponjavic <josipponjavic@gmail.com> (4):
      fix vaugnlive info_url
      Update archlinux installation instructions and maintainer info
      setup: choose pycrypto as a dependency using an environment variable
      Add info about pycrypto and pycountry variables to install doc

Mohamed El Morabity <melmorabity@users.noreply.github.com> (1):
      plugins.pluzz: fix SWF player URL search to bring back HDS stream support (#679)

back-to <back-to@users.noreply.github.com> (5):
      plugins.camsoda Added support for camsoda.com
      plugins.canlitv - Added new plugin canlitv
      Removed dead plugins (#702)
      plugins.camsoda - Added tests and small update for the plugin
      plugins.garena - Added new plugin garena

beardypig <beardypig@users.noreply.github.com> (11):
      plugins.bbciplayer: add support for BBC iPlayer live and VOD
      plugins.vaughnlive: updated player version and info URL
      plugins.vaughnlive: search for player version, etc in the swf file
      plugins.beam: add support for VOD and HLS streams for live (#694)
      plugins.bbciplayer: add support for HLS streams
      utils.l10n: use default locale if the system returns an invalid locale
      plugins.dailymotion: play the featured video from channel pages
      plugins.rtve: support for avi/mov VOD streams
      plugins.googledocs: plugin to support playing videos stored on google docs
      plugins.googledocs: updated the url regex and added a status check
      plugins.googledrive: add googledrive support

steven7851 <steven7851@msn.com> (3):
      plugins.17media: Add support for HTTP stream
      plugins.17media: fix rtmp stream
      plugins.douyutv: support vod (#706)


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

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

--- pkgsrc/multimedia/streamlink/Makefile 2017/03/21 14:46:33 1.8
+++ pkgsrc/multimedia/streamlink/Makefile 2017/04/27 16:02:29 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2017/03/21 14:46:33 maya Exp $ 1# $NetBSD: Makefile,v 1.9 2017/04/27 16:02:29 maya Exp $
2 2
3DISTNAME= streamlink-0.4.0 3DISTNAME= streamlink-0.5.0
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"

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

--- pkgsrc/multimedia/streamlink/PLIST 2017/03/21 14:46:33 1.6
+++ pkgsrc/multimedia/streamlink/PLIST 2017/04/27 16:02:29 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2017/03/21 14:46:33 maya Exp $ 1@comment $NetBSD: PLIST,v 1.7 2017/04/27 16:02:29 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,84 +102,94 @@ ${PYSITELIB}/streamlink/plugin/api/utils @@ -102,84 +102,94 @@ ${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/alieztv.pyo 115${PYSITELIB}/streamlink/plugins/aliez.pyo
116${PYSITELIB}/streamlink/plugins/alieztv.pyc 116${PYSITELIB}/streamlink/plugins/aliez.pyc
 117${PYSITELIB}/streamlink/plugins/aljazeeraen.pyo
 118${PYSITELIB}/streamlink/plugins/aljazeeraen.pyc
117${PYSITELIB}/streamlink/plugins/animelab.pyo 119${PYSITELIB}/streamlink/plugins/animelab.pyo
118${PYSITELIB}/streamlink/plugins/animelab.pyc 120${PYSITELIB}/streamlink/plugins/animelab.pyc
119${PYSITELIB}/streamlink/plugins/antenna.pyo 121${PYSITELIB}/streamlink/plugins/antenna.pyo
120${PYSITELIB}/streamlink/plugins/antenna.pyc 122${PYSITELIB}/streamlink/plugins/antenna.pyc
121${PYSITELIB}/streamlink/plugins/app17.pyo 123${PYSITELIB}/streamlink/plugins/app17.pyo
122${PYSITELIB}/streamlink/plugins/app17.pyc 124${PYSITELIB}/streamlink/plugins/app17.pyc
123${PYSITELIB}/streamlink/plugins/ard_live.pyo 125${PYSITELIB}/streamlink/plugins/ard_live.pyo
124${PYSITELIB}/streamlink/plugins/ard_live.pyc 126${PYSITELIB}/streamlink/plugins/ard_live.pyc
125${PYSITELIB}/streamlink/plugins/ard_mediathek.pyo 127${PYSITELIB}/streamlink/plugins/ard_mediathek.pyo
126${PYSITELIB}/streamlink/plugins/ard_mediathek.pyc 128${PYSITELIB}/streamlink/plugins/ard_mediathek.pyc
127${PYSITELIB}/streamlink/plugins/artetv.pyo 129${PYSITELIB}/streamlink/plugins/artetv.pyo
128${PYSITELIB}/streamlink/plugins/artetv.pyc 130${PYSITELIB}/streamlink/plugins/artetv.pyc
129${PYSITELIB}/streamlink/plugins/atresplayer.pyo 131${PYSITELIB}/streamlink/plugins/atresplayer.pyo
130${PYSITELIB}/streamlink/plugins/atresplayer.pyc 132${PYSITELIB}/streamlink/plugins/atresplayer.pyc
131${PYSITELIB}/streamlink/plugins/azubutv.pyo 133${PYSITELIB}/streamlink/plugins/azubutv.pyo
132${PYSITELIB}/streamlink/plugins/azubutv.pyc 134${PYSITELIB}/streamlink/plugins/azubutv.pyc
133${PYSITELIB}/streamlink/plugins/bambuser.pyo 135${PYSITELIB}/streamlink/plugins/bambuser.pyo
134${PYSITELIB}/streamlink/plugins/bambuser.pyc 136${PYSITELIB}/streamlink/plugins/bambuser.pyc
 137${PYSITELIB}/streamlink/plugins/bbciplayer.pyo
 138${PYSITELIB}/streamlink/plugins/bbciplayer.pyc
135${PYSITELIB}/streamlink/plugins/beam.pyo 139${PYSITELIB}/streamlink/plugins/beam.pyo
136${PYSITELIB}/streamlink/plugins/beam.pyc 140${PYSITELIB}/streamlink/plugins/beam.pyc
137${PYSITELIB}/streamlink/plugins/beattv.pyo 141${PYSITELIB}/streamlink/plugins/beattv.pyo
138${PYSITELIB}/streamlink/plugins/beattv.pyc 142${PYSITELIB}/streamlink/plugins/beattv.pyc
139${PYSITELIB}/streamlink/plugins/bigo.pyo 143${PYSITELIB}/streamlink/plugins/bigo.pyo
140${PYSITELIB}/streamlink/plugins/bigo.pyc 144${PYSITELIB}/streamlink/plugins/bigo.pyc
141${PYSITELIB}/streamlink/plugins/bilibili.pyo 145${PYSITELIB}/streamlink/plugins/bilibili.pyo
142${PYSITELIB}/streamlink/plugins/bilibili.pyc 146${PYSITELIB}/streamlink/plugins/bilibili.pyc
143${PYSITELIB}/streamlink/plugins/bliptv.pyo 
144${PYSITELIB}/streamlink/plugins/bliptv.pyc 
145${PYSITELIB}/streamlink/plugins/bongacams.pyo 147${PYSITELIB}/streamlink/plugins/bongacams.pyo
146${PYSITELIB}/streamlink/plugins/bongacams.pyc 148${PYSITELIB}/streamlink/plugins/bongacams.pyc
 149${PYSITELIB}/streamlink/plugins/brightcove.pyo
 150${PYSITELIB}/streamlink/plugins/brightcove.pyc
147${PYSITELIB}/streamlink/plugins/btv.pyo 151${PYSITELIB}/streamlink/plugins/btv.pyo
148${PYSITELIB}/streamlink/plugins/btv.pyc 152${PYSITELIB}/streamlink/plugins/btv.pyc
 153${PYSITELIB}/streamlink/plugins/camsoda.pyo
 154${PYSITELIB}/streamlink/plugins/camsoda.pyc
149${PYSITELIB}/streamlink/plugins/canalplus.pyo 155${PYSITELIB}/streamlink/plugins/canalplus.pyo
150${PYSITELIB}/streamlink/plugins/canalplus.pyc 156${PYSITELIB}/streamlink/plugins/canalplus.pyc
 157${PYSITELIB}/streamlink/plugins/canlitv.pyo
 158${PYSITELIB}/streamlink/plugins/canlitv.pyc
151${PYSITELIB}/streamlink/plugins/cdnbg.pyo 159${PYSITELIB}/streamlink/plugins/cdnbg.pyo
152${PYSITELIB}/streamlink/plugins/cdnbg.pyc 160${PYSITELIB}/streamlink/plugins/cdnbg.pyc
153${PYSITELIB}/streamlink/plugins/ceskatelevize.pyo 161${PYSITELIB}/streamlink/plugins/ceskatelevize.pyo
154${PYSITELIB}/streamlink/plugins/ceskatelevize.pyc 162${PYSITELIB}/streamlink/plugins/ceskatelevize.pyc
155${PYSITELIB}/streamlink/plugins/chaturbate.pyo 163${PYSITELIB}/streamlink/plugins/chaturbate.pyo
156${PYSITELIB}/streamlink/plugins/chaturbate.pyc 164${PYSITELIB}/streamlink/plugins/chaturbate.pyc
157${PYSITELIB}/streamlink/plugins/cinergroup.pyo 165${PYSITELIB}/streamlink/plugins/cinergroup.pyo
158${PYSITELIB}/streamlink/plugins/cinergroup.pyc 166${PYSITELIB}/streamlink/plugins/cinergroup.pyc
159${PYSITELIB}/streamlink/plugins/common_jwplayer.pyo 167${PYSITELIB}/streamlink/plugins/common_jwplayer.pyo
160${PYSITELIB}/streamlink/plugins/common_jwplayer.pyc 168${PYSITELIB}/streamlink/plugins/common_jwplayer.pyc
161${PYSITELIB}/streamlink/plugins/common_swf.pyo 169${PYSITELIB}/streamlink/plugins/common_swf.pyo
162${PYSITELIB}/streamlink/plugins/common_swf.pyc 170${PYSITELIB}/streamlink/plugins/common_swf.pyc
163${PYSITELIB}/streamlink/plugins/connectcast.pyo 171${PYSITELIB}/streamlink/plugins/connectcast.pyo
164${PYSITELIB}/streamlink/plugins/connectcast.pyc 172${PYSITELIB}/streamlink/plugins/connectcast.pyc
165${PYSITELIB}/streamlink/plugins/crunchyroll.pyo 173${PYSITELIB}/streamlink/plugins/crunchyroll.pyo
166${PYSITELIB}/streamlink/plugins/crunchyroll.pyc 174${PYSITELIB}/streamlink/plugins/crunchyroll.pyc
167${PYSITELIB}/streamlink/plugins/cybergame.pyo 175${PYSITELIB}/streamlink/plugins/cybergame.pyo
168${PYSITELIB}/streamlink/plugins/cybergame.pyc 176${PYSITELIB}/streamlink/plugins/cybergame.pyc
169${PYSITELIB}/streamlink/plugins/dailymotion.pyo 177${PYSITELIB}/streamlink/plugins/dailymotion.pyo
170${PYSITELIB}/streamlink/plugins/dailymotion.pyc 178${PYSITELIB}/streamlink/plugins/dailymotion.pyc
171${PYSITELIB}/streamlink/plugins/daisuki.pyo 179${PYSITELIB}/streamlink/plugins/daisuki.pyo
172${PYSITELIB}/streamlink/plugins/daisuki.pyc 180${PYSITELIB}/streamlink/plugins/daisuki.pyc
 181${PYSITELIB}/streamlink/plugins/deutschewelle.pyo
 182${PYSITELIB}/streamlink/plugins/deutschewelle.pyc
173${PYSITELIB}/streamlink/plugins/dingittv.pyo 183${PYSITELIB}/streamlink/plugins/dingittv.pyo
174${PYSITELIB}/streamlink/plugins/dingittv.pyc 184${PYSITELIB}/streamlink/plugins/dingittv.pyc
175${PYSITELIB}/streamlink/plugins/disney_de.pyo 185${PYSITELIB}/streamlink/plugins/disney_de.pyo
176${PYSITELIB}/streamlink/plugins/disney_de.pyc 186${PYSITELIB}/streamlink/plugins/disney_de.pyc
177${PYSITELIB}/streamlink/plugins/dmcloud.pyo 187${PYSITELIB}/streamlink/plugins/dmcloud.pyo
178${PYSITELIB}/streamlink/plugins/dmcloud.pyc 188${PYSITELIB}/streamlink/plugins/dmcloud.pyc
179${PYSITELIB}/streamlink/plugins/dmcloud_embed.pyo 189${PYSITELIB}/streamlink/plugins/dmcloud_embed.pyo
180${PYSITELIB}/streamlink/plugins/dmcloud_embed.pyc 190${PYSITELIB}/streamlink/plugins/dmcloud_embed.pyc
181${PYSITELIB}/streamlink/plugins/dogan.pyo 191${PYSITELIB}/streamlink/plugins/dogan.pyo
182${PYSITELIB}/streamlink/plugins/dogan.pyc 192${PYSITELIB}/streamlink/plugins/dogan.pyc
183${PYSITELIB}/streamlink/plugins/dogus.pyo 193${PYSITELIB}/streamlink/plugins/dogus.pyo
184${PYSITELIB}/streamlink/plugins/dogus.pyc 194${PYSITELIB}/streamlink/plugins/dogus.pyc
185${PYSITELIB}/streamlink/plugins/dommune.pyo 195${PYSITELIB}/streamlink/plugins/dommune.pyo
@@ -198,64 +208,60 @@ ${PYSITELIB}/streamlink/plugins/euronews @@ -198,64 +208,60 @@ ${PYSITELIB}/streamlink/plugins/euronews
198${PYSITELIB}/streamlink/plugins/euronews.pyc 208${PYSITELIB}/streamlink/plugins/euronews.pyc
199${PYSITELIB}/streamlink/plugins/expressen.pyo 209${PYSITELIB}/streamlink/plugins/expressen.pyo
200${PYSITELIB}/streamlink/plugins/expressen.pyc 210${PYSITELIB}/streamlink/plugins/expressen.pyc
201${PYSITELIB}/streamlink/plugins/filmon.pyo 211${PYSITELIB}/streamlink/plugins/filmon.pyo
202${PYSITELIB}/streamlink/plugins/filmon.pyc 212${PYSITELIB}/streamlink/plugins/filmon.pyc
203${PYSITELIB}/streamlink/plugins/filmon_us.pyo 213${PYSITELIB}/streamlink/plugins/filmon_us.pyo
204${PYSITELIB}/streamlink/plugins/filmon_us.pyc 214${PYSITELIB}/streamlink/plugins/filmon_us.pyc
205${PYSITELIB}/streamlink/plugins/foxtr.pyo 215${PYSITELIB}/streamlink/plugins/foxtr.pyo
206${PYSITELIB}/streamlink/plugins/foxtr.pyc 216${PYSITELIB}/streamlink/plugins/foxtr.pyc
207${PYSITELIB}/streamlink/plugins/funimationnow.pyo 217${PYSITELIB}/streamlink/plugins/funimationnow.pyo
208${PYSITELIB}/streamlink/plugins/funimationnow.pyc 218${PYSITELIB}/streamlink/plugins/funimationnow.pyc
209${PYSITELIB}/streamlink/plugins/furstream.pyo 219${PYSITELIB}/streamlink/plugins/furstream.pyo
210${PYSITELIB}/streamlink/plugins/furstream.pyc 220${PYSITELIB}/streamlink/plugins/furstream.pyc
211${PYSITELIB}/streamlink/plugins/gaminglive.pyo 221${PYSITELIB}/streamlink/plugins/garena.pyo
212${PYSITELIB}/streamlink/plugins/gaminglive.pyc 222${PYSITELIB}/streamlink/plugins/garena.pyc
213${PYSITELIB}/streamlink/plugins/gomexp.pyo 223${PYSITELIB}/streamlink/plugins/gomexp.pyo
214${PYSITELIB}/streamlink/plugins/gomexp.pyc 224${PYSITELIB}/streamlink/plugins/gomexp.pyc
215${PYSITELIB}/streamlink/plugins/goodgame.pyo 225${PYSITELIB}/streamlink/plugins/goodgame.pyo
216${PYSITELIB}/streamlink/plugins/goodgame.pyc 226${PYSITELIB}/streamlink/plugins/goodgame.pyc
 227${PYSITELIB}/streamlink/plugins/googledrive.pyo
 228${PYSITELIB}/streamlink/plugins/googledrive.pyc
217${PYSITELIB}/streamlink/plugins/gulli.pyo 229${PYSITELIB}/streamlink/plugins/gulli.pyo
218${PYSITELIB}/streamlink/plugins/gulli.pyc 230${PYSITELIB}/streamlink/plugins/gulli.pyc
219${PYSITELIB}/streamlink/plugins/hitbox.pyo 231${PYSITELIB}/streamlink/plugins/hitbox.pyo
220${PYSITELIB}/streamlink/plugins/hitbox.pyc 232${PYSITELIB}/streamlink/plugins/hitbox.pyc
221${PYSITELIB}/streamlink/plugins/huajiao.pyo 233${PYSITELIB}/streamlink/plugins/huajiao.pyo
222${PYSITELIB}/streamlink/plugins/huajiao.pyc 234${PYSITELIB}/streamlink/plugins/huajiao.pyc
223${PYSITELIB}/streamlink/plugins/huomao.pyo 235${PYSITELIB}/streamlink/plugins/huomao.pyo
224${PYSITELIB}/streamlink/plugins/huomao.pyc 236${PYSITELIB}/streamlink/plugins/huomao.pyc
225${PYSITELIB}/streamlink/plugins/huya.pyo 237${PYSITELIB}/streamlink/plugins/huya.pyo
226${PYSITELIB}/streamlink/plugins/huya.pyc 238${PYSITELIB}/streamlink/plugins/huya.pyc
227${PYSITELIB}/streamlink/plugins/ine.pyo 239${PYSITELIB}/streamlink/plugins/ine.pyo
228${PYSITELIB}/streamlink/plugins/ine.pyc 240${PYSITELIB}/streamlink/plugins/ine.pyc
229${PYSITELIB}/streamlink/plugins/itvplayer.pyo 241${PYSITELIB}/streamlink/plugins/itvplayer.pyo
230${PYSITELIB}/streamlink/plugins/itvplayer.pyc 242${PYSITELIB}/streamlink/plugins/itvplayer.pyc
231${PYSITELIB}/streamlink/plugins/kanal7.pyo 243${PYSITELIB}/streamlink/plugins/kanal7.pyo
232${PYSITELIB}/streamlink/plugins/kanal7.pyc 244${PYSITELIB}/streamlink/plugins/kanal7.pyc
233${PYSITELIB}/streamlink/plugins/letontv.pyo 
234${PYSITELIB}/streamlink/plugins/letontv.pyc 
235${PYSITELIB}/streamlink/plugins/livecodingtv.pyo 245${PYSITELIB}/streamlink/plugins/livecodingtv.pyo
236${PYSITELIB}/streamlink/plugins/livecodingtv.pyc 246${PYSITELIB}/streamlink/plugins/livecodingtv.pyc
237${PYSITELIB}/streamlink/plugins/liveme.pyo 247${PYSITELIB}/streamlink/plugins/liveme.pyo
238${PYSITELIB}/streamlink/plugins/liveme.pyc 248${PYSITELIB}/streamlink/plugins/liveme.pyc
239${PYSITELIB}/streamlink/plugins/livestation.pyo 
240${PYSITELIB}/streamlink/plugins/livestation.pyc 
241${PYSITELIB}/streamlink/plugins/livestream.pyo 249${PYSITELIB}/streamlink/plugins/livestream.pyo
242${PYSITELIB}/streamlink/plugins/livestream.pyc 250${PYSITELIB}/streamlink/plugins/livestream.pyc
243${PYSITELIB}/streamlink/plugins/media_ccc_de.pyo 251${PYSITELIB}/streamlink/plugins/media_ccc_de.pyo
244${PYSITELIB}/streamlink/plugins/media_ccc_de.pyc 252${PYSITELIB}/streamlink/plugins/media_ccc_de.pyc
245${PYSITELIB}/streamlink/plugins/mediaklikk.pyo 253${PYSITELIB}/streamlink/plugins/mediaklikk.pyo
246${PYSITELIB}/streamlink/plugins/mediaklikk.pyc 254${PYSITELIB}/streamlink/plugins/mediaklikk.pyc
247${PYSITELIB}/streamlink/plugins/meerkat.pyo 
248${PYSITELIB}/streamlink/plugins/meerkat.pyc 
249${PYSITELIB}/streamlink/plugins/mips.pyo 255${PYSITELIB}/streamlink/plugins/mips.pyo
250${PYSITELIB}/streamlink/plugins/mips.pyc 256${PYSITELIB}/streamlink/plugins/mips.pyc
251${PYSITELIB}/streamlink/plugins/mitele.pyo 257${PYSITELIB}/streamlink/plugins/mitele.pyo
252${PYSITELIB}/streamlink/plugins/mitele.pyc 258${PYSITELIB}/streamlink/plugins/mitele.pyc
253${PYSITELIB}/streamlink/plugins/mlgtv.pyo 259${PYSITELIB}/streamlink/plugins/mlgtv.pyo
254${PYSITELIB}/streamlink/plugins/mlgtv.pyc 260${PYSITELIB}/streamlink/plugins/mlgtv.pyc
255${PYSITELIB}/streamlink/plugins/nhkworld.pyo 261${PYSITELIB}/streamlink/plugins/nhkworld.pyo
256${PYSITELIB}/streamlink/plugins/nhkworld.pyc 262${PYSITELIB}/streamlink/plugins/nhkworld.pyc
257${PYSITELIB}/streamlink/plugins/nineanime.pyo 263${PYSITELIB}/streamlink/plugins/nineanime.pyo
258${PYSITELIB}/streamlink/plugins/nineanime.pyc 264${PYSITELIB}/streamlink/plugins/nineanime.pyc
259${PYSITELIB}/streamlink/plugins/nos.pyo 265${PYSITELIB}/streamlink/plugins/nos.pyo
260${PYSITELIB}/streamlink/plugins/nos.pyc 266${PYSITELIB}/streamlink/plugins/nos.pyc
261${PYSITELIB}/streamlink/plugins/npo.pyo 267${PYSITELIB}/streamlink/plugins/npo.pyo
@@ -356,125 +362,124 @@ ${PYSITELIB}/streamlink/plugins/tvcatchu @@ -356,125 +362,124 @@ ${PYSITELIB}/streamlink/plugins/tvcatchu
356${PYSITELIB}/streamlink/plugins/tvcatchup.pyc 362${PYSITELIB}/streamlink/plugins/tvcatchup.pyc
357${PYSITELIB}/streamlink/plugins/tvplayer.pyo 363${PYSITELIB}/streamlink/plugins/tvplayer.pyo
358${PYSITELIB}/streamlink/plugins/tvplayer.pyc 364${PYSITELIB}/streamlink/plugins/tvplayer.pyc
359${PYSITELIB}/streamlink/plugins/tvrby.pyo 365${PYSITELIB}/streamlink/plugins/tvrby.pyo
360${PYSITELIB}/streamlink/plugins/tvrby.pyc 366${PYSITELIB}/streamlink/plugins/tvrby.pyc
361${PYSITELIB}/streamlink/plugins/tvrplus.pyo 367${PYSITELIB}/streamlink/plugins/tvrplus.pyo
362${PYSITELIB}/streamlink/plugins/tvrplus.pyc 368${PYSITELIB}/streamlink/plugins/tvrplus.pyc
363${PYSITELIB}/streamlink/plugins/twitch.pyo 369${PYSITELIB}/streamlink/plugins/twitch.pyo
364${PYSITELIB}/streamlink/plugins/twitch.pyc 370${PYSITELIB}/streamlink/plugins/twitch.pyc
365${PYSITELIB}/streamlink/plugins/ustreamtv.pyo 371${PYSITELIB}/streamlink/plugins/ustreamtv.pyo
366${PYSITELIB}/streamlink/plugins/ustreamtv.pyc 372${PYSITELIB}/streamlink/plugins/ustreamtv.pyc
367${PYSITELIB}/streamlink/plugins/vaughnlive.pyo 373${PYSITELIB}/streamlink/plugins/vaughnlive.pyo
368${PYSITELIB}/streamlink/plugins/vaughnlive.pyc 374${PYSITELIB}/streamlink/plugins/vaughnlive.pyc
369${PYSITELIB}/streamlink/plugins/veetle.pyo 
370${PYSITELIB}/streamlink/plugins/veetle.pyc 
371${PYSITELIB}/streamlink/plugins/vgtv.pyo 375${PYSITELIB}/streamlink/plugins/vgtv.pyo
372${PYSITELIB}/streamlink/plugins/vgtv.pyc 376${PYSITELIB}/streamlink/plugins/vgtv.pyc
373${PYSITELIB}/streamlink/plugins/viagame.pyo 
374${PYSITELIB}/streamlink/plugins/viagame.pyc 
375${PYSITELIB}/streamlink/plugins/viasat.pyo 377${PYSITELIB}/streamlink/plugins/viasat.pyo
376${PYSITELIB}/streamlink/plugins/viasat.pyc 378${PYSITELIB}/streamlink/plugins/viasat.pyc
377${PYSITELIB}/streamlink/plugins/viasat_embed.pyo 379${PYSITELIB}/streamlink/plugins/viasat_embed.pyo
378${PYSITELIB}/streamlink/plugins/viasat_embed.pyc 380${PYSITELIB}/streamlink/plugins/viasat_embed.pyc
379${PYSITELIB}/streamlink/plugins/vidio.pyo 381${PYSITELIB}/streamlink/plugins/vidio.pyo
380${PYSITELIB}/streamlink/plugins/vidio.pyc 382${PYSITELIB}/streamlink/plugins/vidio.pyc
381${PYSITELIB}/streamlink/plugins/wattv.pyo 383${PYSITELIB}/streamlink/plugins/wattv.pyo
382${PYSITELIB}/streamlink/plugins/wattv.pyc 384${PYSITELIB}/streamlink/plugins/wattv.pyc
383${PYSITELIB}/streamlink/plugins/webtv.pyo 385${PYSITELIB}/streamlink/plugins/webtv.pyo
384${PYSITELIB}/streamlink/plugins/webtv.pyc 386${PYSITELIB}/streamlink/plugins/webtv.pyc
385${PYSITELIB}/streamlink/plugins/weeb.pyo 387${PYSITELIB}/streamlink/plugins/weeb.pyo
386${PYSITELIB}/streamlink/plugins/weeb.pyc 388${PYSITELIB}/streamlink/plugins/weeb.pyc
387${PYSITELIB}/streamlink/plugins/wwenetwork.pyo 389${PYSITELIB}/streamlink/plugins/wwenetwork.pyo
388${PYSITELIB}/streamlink/plugins/wwenetwork.pyc 390${PYSITELIB}/streamlink/plugins/wwenetwork.pyc
389${PYSITELIB}/streamlink/plugins/younow.pyo 391${PYSITELIB}/streamlink/plugins/younow.pyo
390${PYSITELIB}/streamlink/plugins/younow.pyc 392${PYSITELIB}/streamlink/plugins/younow.pyc
391${PYSITELIB}/streamlink/plugins/youtube.pyo 393${PYSITELIB}/streamlink/plugins/youtube.pyo
392${PYSITELIB}/streamlink/plugins/youtube.pyc 394${PYSITELIB}/streamlink/plugins/youtube.pyc
393${PYSITELIB}/streamlink/plugins/zdf_mediathek.pyo 395${PYSITELIB}/streamlink/plugins/zdf_mediathek.pyo
394${PYSITELIB}/streamlink/plugins/zdf_mediathek.pyc 396${PYSITELIB}/streamlink/plugins/zdf_mediathek.pyc
395${PYSITELIB}/streamlink/plugins/zhanqi.pyo 397${PYSITELIB}/streamlink/plugins/zhanqi.pyo
396${PYSITELIB}/streamlink/plugins/zhanqi.pyc 398${PYSITELIB}/streamlink/plugins/zhanqi.pyc
397${PYSITELIB}/streamlink/plugins/adultswim.py 399${PYSITELIB}/streamlink/plugins/adultswim.py
398${PYSITELIB}/streamlink/plugins/afreeca.py 400${PYSITELIB}/streamlink/plugins/afreeca.py
399${PYSITELIB}/streamlink/plugins/afreecatv.py 401${PYSITELIB}/streamlink/plugins/afreecatv.py
400${PYSITELIB}/streamlink/plugins/aftonbladet.py 402${PYSITELIB}/streamlink/plugins/aftonbladet.py
401${PYSITELIB}/streamlink/plugins/alieztv.py 403${PYSITELIB}/streamlink/plugins/aliez.py
 404${PYSITELIB}/streamlink/plugins/aljazeeraen.py
402${PYSITELIB}/streamlink/plugins/animelab.py 405${PYSITELIB}/streamlink/plugins/animelab.py
403${PYSITELIB}/streamlink/plugins/antenna.py 406${PYSITELIB}/streamlink/plugins/antenna.py
404${PYSITELIB}/streamlink/plugins/app17.py 407${PYSITELIB}/streamlink/plugins/app17.py
405${PYSITELIB}/streamlink/plugins/ard_live.py 408${PYSITELIB}/streamlink/plugins/ard_live.py
406${PYSITELIB}/streamlink/plugins/ard_mediathek.py 409${PYSITELIB}/streamlink/plugins/ard_mediathek.py
407${PYSITELIB}/streamlink/plugins/artetv.py 410${PYSITELIB}/streamlink/plugins/artetv.py
408${PYSITELIB}/streamlink/plugins/atresplayer.py 411${PYSITELIB}/streamlink/plugins/atresplayer.py
409${PYSITELIB}/streamlink/plugins/azubutv.py 412${PYSITELIB}/streamlink/plugins/azubutv.py
410${PYSITELIB}/streamlink/plugins/bambuser.py 413${PYSITELIB}/streamlink/plugins/bambuser.py
 414${PYSITELIB}/streamlink/plugins/bbciplayer.py
411${PYSITELIB}/streamlink/plugins/beam.py 415${PYSITELIB}/streamlink/plugins/beam.py
412${PYSITELIB}/streamlink/plugins/beattv.py 416${PYSITELIB}/streamlink/plugins/beattv.py
413${PYSITELIB}/streamlink/plugins/bigo.py 417${PYSITELIB}/streamlink/plugins/bigo.py
414${PYSITELIB}/streamlink/plugins/bilibili.py 418${PYSITELIB}/streamlink/plugins/bilibili.py
415${PYSITELIB}/streamlink/plugins/bliptv.py 
416${PYSITELIB}/streamlink/plugins/bongacams.py 419${PYSITELIB}/streamlink/plugins/bongacams.py
 420${PYSITELIB}/streamlink/plugins/brightcove.py
417${PYSITELIB}/streamlink/plugins/btv.py 421${PYSITELIB}/streamlink/plugins/btv.py
 422${PYSITELIB}/streamlink/plugins/camsoda.py
418${PYSITELIB}/streamlink/plugins/canalplus.py 423${PYSITELIB}/streamlink/plugins/canalplus.py
 424${PYSITELIB}/streamlink/plugins/canlitv.py
419${PYSITELIB}/streamlink/plugins/cdnbg.py 425${PYSITELIB}/streamlink/plugins/cdnbg.py
420${PYSITELIB}/streamlink/plugins/ceskatelevize.py 426${PYSITELIB}/streamlink/plugins/ceskatelevize.py
421${PYSITELIB}/streamlink/plugins/chaturbate.py 427${PYSITELIB}/streamlink/plugins/chaturbate.py
422${PYSITELIB}/streamlink/plugins/cinergroup.py 428${PYSITELIB}/streamlink/plugins/cinergroup.py
423${PYSITELIB}/streamlink/plugins/common_jwplayer.py 429${PYSITELIB}/streamlink/plugins/common_jwplayer.py
424${PYSITELIB}/streamlink/plugins/common_swf.py 430${PYSITELIB}/streamlink/plugins/common_swf.py
425${PYSITELIB}/streamlink/plugins/connectcast.py 431${PYSITELIB}/streamlink/plugins/connectcast.py
426${PYSITELIB}/streamlink/plugins/crunchyroll.py 432${PYSITELIB}/streamlink/plugins/crunchyroll.py
427${PYSITELIB}/streamlink/plugins/cybergame.py 433${PYSITELIB}/streamlink/plugins/cybergame.py
428${PYSITELIB}/streamlink/plugins/dailymotion.py 434${PYSITELIB}/streamlink/plugins/dailymotion.py
429${PYSITELIB}/streamlink/plugins/daisuki.py 435${PYSITELIB}/streamlink/plugins/daisuki.py
 436${PYSITELIB}/streamlink/plugins/deutschewelle.py
430${PYSITELIB}/streamlink/plugins/dingittv.py 437${PYSITELIB}/streamlink/plugins/dingittv.py
431${PYSITELIB}/streamlink/plugins/disney_de.py 438${PYSITELIB}/streamlink/plugins/disney_de.py
432${PYSITELIB}/streamlink/plugins/dmcloud.py 439${PYSITELIB}/streamlink/plugins/dmcloud.py
433${PYSITELIB}/streamlink/plugins/dmcloud_embed.py 440${PYSITELIB}/streamlink/plugins/dmcloud_embed.py
434${PYSITELIB}/streamlink/plugins/dogan.py 441${PYSITELIB}/streamlink/plugins/dogan.py
435${PYSITELIB}/streamlink/plugins/dogus.py 442${PYSITELIB}/streamlink/plugins/dogus.py
436${PYSITELIB}/streamlink/plugins/dommune.py 443${PYSITELIB}/streamlink/plugins/dommune.py
437${PYSITELIB}/streamlink/plugins/douyutv.py 444${PYSITELIB}/streamlink/plugins/douyutv.py
438${PYSITELIB}/streamlink/plugins/dplay.py 445${PYSITELIB}/streamlink/plugins/dplay.py
439${PYSITELIB}/streamlink/plugins/drdk.py 446${PYSITELIB}/streamlink/plugins/drdk.py
440${PYSITELIB}/streamlink/plugins/earthcam.py 447${PYSITELIB}/streamlink/plugins/earthcam.py
441${PYSITELIB}/streamlink/plugins/eurocom.py 448${PYSITELIB}/streamlink/plugins/eurocom.py
442${PYSITELIB}/streamlink/plugins/euronews.py 449${PYSITELIB}/streamlink/plugins/euronews.py
443${PYSITELIB}/streamlink/plugins/expressen.py 450${PYSITELIB}/streamlink/plugins/expressen.py
444${PYSITELIB}/streamlink/plugins/filmon.py 451${PYSITELIB}/streamlink/plugins/filmon.py
445${PYSITELIB}/streamlink/plugins/filmon_us.py 452${PYSITELIB}/streamlink/plugins/filmon_us.py
446${PYSITELIB}/streamlink/plugins/foxtr.py 453${PYSITELIB}/streamlink/plugins/foxtr.py
447${PYSITELIB}/streamlink/plugins/funimationnow.py 454${PYSITELIB}/streamlink/plugins/funimationnow.py
448${PYSITELIB}/streamlink/plugins/furstream.py 455${PYSITELIB}/streamlink/plugins/furstream.py
449${PYSITELIB}/streamlink/plugins/gaminglive.py 456${PYSITELIB}/streamlink/plugins/garena.py
450${PYSITELIB}/streamlink/plugins/gomexp.py 457${PYSITELIB}/streamlink/plugins/gomexp.py
451${PYSITELIB}/streamlink/plugins/goodgame.py 458${PYSITELIB}/streamlink/plugins/goodgame.py
 459${PYSITELIB}/streamlink/plugins/googledrive.py
452${PYSITELIB}/streamlink/plugins/gulli.py 460${PYSITELIB}/streamlink/plugins/gulli.py
453${PYSITELIB}/streamlink/plugins/hitbox.py 461${PYSITELIB}/streamlink/plugins/hitbox.py
454${PYSITELIB}/streamlink/plugins/huajiao.py 462${PYSITELIB}/streamlink/plugins/huajiao.py
455${PYSITELIB}/streamlink/plugins/huomao.py 463${PYSITELIB}/streamlink/plugins/huomao.py
456${PYSITELIB}/streamlink/plugins/huya.py 464${PYSITELIB}/streamlink/plugins/huya.py
457${PYSITELIB}/streamlink/plugins/ine.py 465${PYSITELIB}/streamlink/plugins/ine.py
458${PYSITELIB}/streamlink/plugins/itvplayer.py 466${PYSITELIB}/streamlink/plugins/itvplayer.py
459${PYSITELIB}/streamlink/plugins/kanal7.py 467${PYSITELIB}/streamlink/plugins/kanal7.py
460${PYSITELIB}/streamlink/plugins/letontv.py 
461${PYSITELIB}/streamlink/plugins/livecodingtv.py 468${PYSITELIB}/streamlink/plugins/livecodingtv.py
462${PYSITELIB}/streamlink/plugins/liveme.py 469${PYSITELIB}/streamlink/plugins/liveme.py
463${PYSITELIB}/streamlink/plugins/livestation.py 
464${PYSITELIB}/streamlink/plugins/livestream.py 470${PYSITELIB}/streamlink/plugins/livestream.py
465${PYSITELIB}/streamlink/plugins/media_ccc_de.py 471${PYSITELIB}/streamlink/plugins/media_ccc_de.py
466${PYSITELIB}/streamlink/plugins/mediaklikk.py 472${PYSITELIB}/streamlink/plugins/mediaklikk.py
467${PYSITELIB}/streamlink/plugins/meerkat.py 
468${PYSITELIB}/streamlink/plugins/mips.py 473${PYSITELIB}/streamlink/plugins/mips.py
469${PYSITELIB}/streamlink/plugins/mitele.py 474${PYSITELIB}/streamlink/plugins/mitele.py
470${PYSITELIB}/streamlink/plugins/mlgtv.py 475${PYSITELIB}/streamlink/plugins/mlgtv.py
471${PYSITELIB}/streamlink/plugins/nhkworld.py 476${PYSITELIB}/streamlink/plugins/nhkworld.py
472${PYSITELIB}/streamlink/plugins/nineanime.py 477${PYSITELIB}/streamlink/plugins/nineanime.py
473${PYSITELIB}/streamlink/plugins/nos.py 478${PYSITELIB}/streamlink/plugins/nos.py
474${PYSITELIB}/streamlink/plugins/npo.py 479${PYSITELIB}/streamlink/plugins/npo.py
475${PYSITELIB}/streamlink/plugins/nrk.py 480${PYSITELIB}/streamlink/plugins/nrk.py
476${PYSITELIB}/streamlink/plugins/oldlivestream.py 481${PYSITELIB}/streamlink/plugins/oldlivestream.py
477${PYSITELIB}/streamlink/plugins/openrectv.py 482${PYSITELIB}/streamlink/plugins/openrectv.py
478${PYSITELIB}/streamlink/plugins/orf_tvthek.py 483${PYSITELIB}/streamlink/plugins/orf_tvthek.py
479${PYSITELIB}/streamlink/plugins/ovvatv.py 484${PYSITELIB}/streamlink/plugins/ovvatv.py
480${PYSITELIB}/streamlink/plugins/pandatv.py 485${PYSITELIB}/streamlink/plugins/pandatv.py
@@ -515,29 +520,27 @@ ${PYSITELIB}/streamlink/plugins/trtspor. @@ -515,29 +520,27 @@ ${PYSITELIB}/streamlink/plugins/trtspor.
515${PYSITELIB}/streamlink/plugins/turkuvaz.py 520${PYSITELIB}/streamlink/plugins/turkuvaz.py
516${PYSITELIB}/streamlink/plugins/tv360.py 521${PYSITELIB}/streamlink/plugins/tv360.py
517${PYSITELIB}/streamlink/plugins/tv3cat.py 522${PYSITELIB}/streamlink/plugins/tv3cat.py
518${PYSITELIB}/streamlink/plugins/tv4play.py 523${PYSITELIB}/streamlink/plugins/tv4play.py
519${PYSITELIB}/streamlink/plugins/tv8.py 524${PYSITELIB}/streamlink/plugins/tv8.py
520${PYSITELIB}/streamlink/plugins/tv8cat.py 525${PYSITELIB}/streamlink/plugins/tv8cat.py
521${PYSITELIB}/streamlink/plugins/tvcatchup.py 526${PYSITELIB}/streamlink/plugins/tvcatchup.py
522${PYSITELIB}/streamlink/plugins/tvplayer.py 527${PYSITELIB}/streamlink/plugins/tvplayer.py
523${PYSITELIB}/streamlink/plugins/tvrby.py 528${PYSITELIB}/streamlink/plugins/tvrby.py
524${PYSITELIB}/streamlink/plugins/tvrplus.py 529${PYSITELIB}/streamlink/plugins/tvrplus.py
525${PYSITELIB}/streamlink/plugins/twitch.py 530${PYSITELIB}/streamlink/plugins/twitch.py
526${PYSITELIB}/streamlink/plugins/ustreamtv.py 531${PYSITELIB}/streamlink/plugins/ustreamtv.py
527${PYSITELIB}/streamlink/plugins/vaughnlive.py 532${PYSITELIB}/streamlink/plugins/vaughnlive.py
528${PYSITELIB}/streamlink/plugins/veetle.py 
529${PYSITELIB}/streamlink/plugins/vgtv.py 533${PYSITELIB}/streamlink/plugins/vgtv.py
530${PYSITELIB}/streamlink/plugins/viagame.py 
531${PYSITELIB}/streamlink/plugins/viasat.py 534${PYSITELIB}/streamlink/plugins/viasat.py
532${PYSITELIB}/streamlink/plugins/viasat_embed.py 535${PYSITELIB}/streamlink/plugins/viasat_embed.py
533${PYSITELIB}/streamlink/plugins/vidio.py 536${PYSITELIB}/streamlink/plugins/vidio.py
534${PYSITELIB}/streamlink/plugins/wattv.py 537${PYSITELIB}/streamlink/plugins/wattv.py
535${PYSITELIB}/streamlink/plugins/webtv.py 538${PYSITELIB}/streamlink/plugins/webtv.py
536${PYSITELIB}/streamlink/plugins/weeb.py 539${PYSITELIB}/streamlink/plugins/weeb.py
537${PYSITELIB}/streamlink/plugins/wwenetwork.py 540${PYSITELIB}/streamlink/plugins/wwenetwork.py
538${PYSITELIB}/streamlink/plugins/younow.py 541${PYSITELIB}/streamlink/plugins/younow.py
539${PYSITELIB}/streamlink/plugins/youtube.py 542${PYSITELIB}/streamlink/plugins/youtube.py
540${PYSITELIB}/streamlink/plugins/zdf_mediathek.py 543${PYSITELIB}/streamlink/plugins/zdf_mediathek.py
541${PYSITELIB}/streamlink/plugins/zhanqi.py 544${PYSITELIB}/streamlink/plugins/zhanqi.py
542${PYSITELIB}/streamlink/session.py 545${PYSITELIB}/streamlink/session.py
543${PYSITELIB}/streamlink/stream/__init__.py 546${PYSITELIB}/streamlink/stream/__init__.py

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

--- pkgsrc/multimedia/streamlink/distinfo 2017/03/21 14:46:33 1.7
+++ pkgsrc/multimedia/streamlink/distinfo 2017/04/27 16:02:29 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2017/03/21 14:46:33 maya Exp $ 1$NetBSD: distinfo,v 1.8 2017/04/27 16:02:29 maya Exp $
2 2
3SHA1 (streamlink-0.4.0.tar.gz) = 21b180ec8694799b2a11ba7741fd87efa4229df3 3SHA1 (streamlink-0.5.0.tar.gz) = f8990afb12f21f131523c843935ec85e3018cb8d
4RMD160 (streamlink-0.4.0.tar.gz) = bff28fbd58819a0e1178a406fa50fdcd45f473ff 4RMD160 (streamlink-0.5.0.tar.gz) = 7199aa20445137d3b4f68c9e69475d8761d84ca8
5SHA512 (streamlink-0.4.0.tar.gz) = 58a4110b1e6b20f0b05842ee8450a93d646d523a284cf60ad878b460b8e80081d78658f5abb67744609cfdd0a88ebbf97faf6453b2b53709f259e4f9cc093eed 5SHA512 (streamlink-0.5.0.tar.gz) = f0589d59f2eadb638c3227b99ecada946d086261f4b0171ca2f9913fef3e39b21f9512b20ff554709812c6a2c975530b05a0b67b45cc00c4a80a82cbf12d2398
6Size (streamlink-0.4.0.tar.gz) = 30674625 bytes 6Size (streamlink-0.5.0.tar.gz) = 30682948 bytes