Skip to content

Commit f54c0d1

Browse files
committed
New Test version 0.0.3, changelog update.
1 parent 22cb2ec commit f54c0d1

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## 0.0.3
4+
5+
Skip 0.0.2 because it was used as a hotfix for E2.
46

57
### Added
8+
9+
- Allow FFmpeg and RTMP streams, they might not work on every platform,
10+
they work on Linux, but not on Windows for me.
11+
12+
Don't use them if it doesn't work for you,
13+
this streamlink command can be used to disable them.
14+
https://streamlink.github.io/cli.html#cmdoption-stream-types
15+
16+
### Changed
17+
18+
- Streamlink version 0.14.0 is required
19+
- Removed help text from mirror argparser
20+
- Allow `/streamlink/` for `/path/` in URLs
21+
- Allow `/streamlink_301/` for `/301/` in URLs

docs/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Name Notes
5959

6060
**Automatically installed by the setup script**
6161
--------------------------------------------------------------------------------
62-
`python-streamlink`_ At least version **0.13.0**.
62+
`python-streamlink`_ At least version **0.14.0**.
6363
==================================== ===========================================
6464

6565
.. _Python: https://www.python.org/
@@ -141,8 +141,8 @@ download files
141141
- \ |PATH|\ python-isodate_0.6.0_all.ipk
142142
- \ |PATH|\ python-socks_1.6.8_all.ipk
143143
- \ |PATH|\ python-websocket_0.47.0_all.ipk
144-
- \ |PATH|\ python-streamlink_0.13.0.50_all.ipk
145-
- \ |PATH|\ python-liveproxy_0.0.2_all.ipk
144+
- \ |PATH|\ python-streamlink_0.14.0_all.ipk
145+
- \ |PATH|\ python-liveproxy_0.0.3_all.ipk
146146

147147
install
148148
^^^^^^^

0 commit comments

Comments
 (0)