File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
147147install
148148^^^^^^^
You can’t perform that action at this time.
0 commit comments