1
mirror of https://github.com/streamlink/streamlink synced 2024-11-12 23:02:38 +01:00
Commit Graph

2496 Commits

Author SHA1 Message Date
RosadinTV
7f8750fa87 Welcome 2018 (#1410)
* Welcome 2018

* Update LICENSE

* Update __init__.py

* Update copyright

* Update LICENSE
2018-01-09 09:32:23 -08:00
Forrest
aa45712ee9
Merge pull request #1408 from bastimeyer/docs/windows-binaries
docs: rewrite Windows binaries install section
2018-01-04 09:36:59 -08:00
Forrest
87859380d0
Merge pull request #1407 from bastimeyer/installer/multiuser
nsis: restore old install dir, keep multiuser
2018-01-04 09:36:15 -08:00
Forrest
225193baf8
Merge pull request #1303 from beardypig/hls-skip
HLS "Seeking" support
2018-01-04 09:31:04 -08:00
bastimeyer
43ea8ca629 docs: rewrite Windows binaries install section
Resolves #1333
2018-01-03 17:51:28 +01:00
bastimeyer
6a893b5542 nsis: restore old install dir, keep multiuser
Resolves #1340
2018-01-03 16:10:13 +01:00
Forrest
aec6f32aed
Merge pull request #1398 from amurzeau/fix-typos
Fix various typos in comments and documentation
2018-01-01 12:19:01 -08:00
Alexis Murzeau
ec17c14e57 Fix various typos in comments and documentation
These typos were detected using codespell tool.
2018-01-01 17:54:15 +01:00
Forrest
a46c342b0d
Merge pull request #1396 from back-to/dm
[Dailymotion] Fixed livestream id from channelpage
2017-12-30 12:41:03 -08:00
back-to
f5ef07b5b8
[Dailymotion] Fixed livestream id from channelpage
can be tested with
- http://www.dailymotion.com/france24
- http://www.dailymotion.com/televizijak23

Fixed streamlink/streamlink#1292

---

Added error message for geo-blocked videos,
it can be tested with
- https://www.dailymotion.com/video/x2lefik
2017-12-30 12:56:16 +01:00
Forrest
538b87f2d1
Merge pull request #1394 from steven7851/patch-18
[Douyutv] fix API
2017-12-29 09:14:29 -08:00
Forrest
ccb5850ae8
Merge pull request #1395 from amurzeau/remove-flattr-badge
docs: remove flattr-badge.png image
2017-12-28 18:33:51 -08:00
Alexis Murzeau
e95aaac6d9 docs: remove flattr-badge.png image
It was used in README.rst before, but is no longer used since commit
b4470f3e7c.

Also remove _static directory and its reference from docs/conf.py as it
only contains that image.
2017-12-29 00:58:48 +01:00
steven7851
6f23c7f840
[Douyutv] fix API 2017-12-29 03:22:50 +08:00
Forrest
a139b858b4
Merge pull request #1383 from back-to/viasat
[viasat] Added support for urls without a stream_id
2017-12-26 12:05:45 -08:00
Forrest
5fec0d8303
Merge pull request #1389 from back-to/ellobo106
[streann] Added headers for post request
2017-12-26 12:04:14 -08:00
BZHDeveloper
c0b5f98c71 [canalplus] Update plugin according to website changes (#1378)
* [canalplus] Update plugin according to website changes
	C+ has centralized its replay services in mycanal.fr, and remove the old ones (c8.fr, cstar.fr).
	Due to changes, this plugin cannot handle live url (for the moment).

* remove unavailable test (web page doesn't exist anymore).

* [canalplus] update plugin according to advices.
	- allow http scheme for cnews.

* [canalplus] add 'cnews.fr' domain to plugin_matrix documentation.
2017-12-26 12:02:34 -08:00
Forrest
4da9def590
Merge pull request #1371 from back-to/qq
[qq] New Plugin for live.qq.com
2017-12-26 11:59:01 -08:00
back-to
13b70791c4
[streann] Added headers for post request
Fixed streamlink/streamlink#1319
2017-12-23 21:42:18 +01:00
back-to
aa73df8784
[viasat] Added support for urls without a stream_id
- removed dead domains from _url_re
- added a error message for geo blocking
- new regex for stream_id from image url
- Removed old embed plugin
- try to find an iframe if no stream_id was found.
- added tests

Fixed https://github.com/streamlink/streamlink/issues/727
Fixed https://github.com/streamlink/streamlink/issues/1376
2017-12-19 21:06:30 +01:00
Forrest
c5c76b3354
Merge pull request #1372 from back-to/mlgtv
[mlgtv] Fixed broken Plugin
2017-12-12 09:13:52 -08:00
Forrest
c08904cd0e
Merge pull request #1373 from zootboy/master
Updates and improvements to tigerdile.com plugin
2017-12-12 09:13:05 -08:00
Sean Greenslade
e854da0303 Added basic URL tests for tigerdile. 2017-12-11 17:55:40 -08:00
Sean Greenslade
5c85430eda Added tigerdile HLS support and proper API poll for offline streams. 2017-12-11 17:54:46 -08:00
Sean Greenslade
d786d0a0fe Tweaked tigerdile URL regex to allow missing trailing slash. 2017-12-11 17:54:13 -08:00
back-to
5ceb4cc82e
[mlgtv] Fixed broken Plugin streamlink/streamlink#1362 2017-12-10 23:18:35 +01:00
back-to
ccb5e2f604
[qq] New Plugin for live.qq.com
Fixed https://github.com/streamlink/streamlink/issues/1190
2017-12-10 22:21:20 +01:00
xela722
64c6ccfc01 Add plugin for olympicchannel.com (#1353)
* Add plugin for Olympicchannel.com

* Formatting change

* Add plugin name to plugin_matrix.rst

* Add test plugin, fix compatability
2017-12-08 19:36:47 -08:00
Sean Greenslade
bc9a72bb30 Reworked picarto.tv plugin to deal with website changes. (#1359)
* Reworked picarto.tv plugin to deal with website changes.

* Fixed case sensitivity bug in picarto.tv rework.

* Updated picarto.tv plugin to use official API for channel status detection.

Also cleaned up and repaired the VOD detection, which still uses page scraping
because the official API does not seem to work.
2017-12-08 19:35:37 -08:00
Forrest
cb53163262
Merge pull request #1363 from back-to/btv
[BTV] Fixed login return message
2017-12-08 19:34:52 -08:00
Forrest
5b2d9616f5
Merge pull request #1365 from beardypig/huya-fix
plugins.huya: fix stream URL scheme prefix
2017-12-08 09:22:28 -08:00
beardypig
7da67b850f plugins.huya: fix stream URL scheme prefix 2017-12-08 13:28:04 +00:00
back-to
b7ea0518fc
[BTV] Fixed login return message
https://github.com/streamlink/streamlink/issues/1163
2017-12-07 15:21:13 +01:00
Forrest
f4ad8ebd37
Merge pull request #1360 from melmorabity/pluzz_f3_regions
[plugins.pluzz] Fix video ID regex for France 3 Régions streams
2017-12-06 09:44:15 -08:00
Mohamed El Morabity
dd9bc40dfe [pluzz] Fix video ID regex for France 3 Régions streams 2017-12-06 16:00:24 +01:00
Forrest
8d51a3e341
Merge pull request #1351 from beardypig/kanal7-fix
plugins.kanal7: update to stream player URL config
2017-12-04 09:21:07 -08:00
Forrest
5d1a6eed62
Merge pull request #1355 from back-to/mplayer2
[docs] Removed MPlayer2
2017-12-04 09:19:18 -08:00
Forrest
e12fae5539
Merge pull request #1356 from back-to/mixer
[mixer] replaced beam.pro with mixer.com
2017-12-04 09:18:44 -08:00
back-to
4f58c442e3 [docs] Removed MPlayer2
- Domain expired
- Not maintained anymore
2017-12-04 16:18:39 +01:00
back-to
1c1502380f [mixer] replaced beam.pro with mixer.com
- New domain mixer.com
- Use Mixer API 1.0
- Removed RTMPStream
- Removed HTTP mp4 VODs (they won't load for me)
- Fixed HLS Livestreams
- Added tests for mixer.com
2017-12-04 13:10:35 +01:00
back-to
f40f7cb01c [mixer] moved beam.py to mixer.py file
requires two commits, for a proper commit history
2017-12-04 13:10:35 +01:00
beardypig
f64007b2dc plugins.kanal7: update to stream player URL config 2017-12-04 09:47:26 +00:00
Forrest
6d1f9ded3b
Merge pull request #1345 from fozzysec/bilibili_29nov
fix plugin for bilibili to adapt the new API
2017-12-03 22:18:18 -08:00
fozzy
74ed90aa44 fix plugin for bilibili to adapt the new API 2017-12-04 12:45:15 +08:00
Forrest
e85deaf1d0
Merge pull request #1349 from beardypig/python33-eol
EOL Python 3.3
2017-12-03 17:58:20 -08:00
beardypig
3500ead234 EOL Python 3.3
Remove Python 3.3 from the automated testing on travis and appveyor.
2017-12-01 10:17:06 +00:00
Forrest
27246b9e8f
Merge pull request #1332 from back-to/zdf
[zdf] apiToken update
2017-11-20 11:20:45 -08:00
Forrest
971e02a67f
Merge pull request #1334 from back-to/camsoda
[camsoda] Fixed broken plugin
2017-11-20 11:17:37 -08:00
back-to
ffd9997ca1 [camsoda] Fixed broken plugin
- only free public streams are supported
- use "privacy.resistFingerprinting" useragent for FireFox
- removed html tests, regex only tests are enough
2017-11-18 11:09:57 +01:00
back-to
1b4eae8363 [zdf] apiToken update 2017-11-16 19:26:35 +01:00