Skip to content

Latest commit

 

History

History
108 lines (69 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

108 lines (69 loc) · 2.53 KB

Changelog

unreleased 2.1.0.dev4

Added

  • YT-DLP can now also be used.
  • new URL with /cmd/commands without encoding

Changed

  • only read stdout from stream, ignore stderr

Removed

  • Python 3.6 support
  • URL with /play/ /streamlink/ /301/ /streamlink_301/ such as http://127.0.0.1:53422/play/?url=https://foo.bar&q=worst
  • commands to create files for Base64, use direct URLs with /cmd/ instead

2.0.0

Added

  • Youtube-DL can now also be used.
  • New command --loglevel

Changed

  • Streamlink must be used as a binary path, not a Python import. Example: streamlink streamlink.exe /usr/local/bin/streamlink
  • Enigma2 and Kodi requires LiveProxy install on a different local device. Example: Raspberry Pi

Removed

  • Python 2.7 support
  • Python 3.5 support
  • Streamlink dependency

1.0.0

0.3.0

Added

  • New command --file-output

Changed

  • requiere Streamlink version 1.1.1
  • Dropped support for Python 3.4
  • Removed streamlink_cli mirror files.

0.2.0

Changed

  • requiere Streamlink version 1.0.0
  • fix if the stream quality name is invalid

0.1.1

Changed

  • if --url was used as an argument, it will be used instead of the nargs

0.1.0

Added

  • Improve Streamlink default Plugins load speed
  • New commands --file and --format got added, they can create valid URLs from a file for the new base64 URL style.

Changed

  • Custom plugins with from streamlink.plugin.api import http are not allowed, use self.session
  • The LiveProxy URL build was simplified, a Streamlink command like streamlink https://www.youtube.com/user/france24 best can be used after it got base64 encoded. URL example http://127.0.0.1:53422/base64/c3RyZWFtbGluayBodHRwczovL3d3dy55b3V0dWJlLmNvbS91c2VyL2ZyYW5jZTI0IGJlc3Q=/ more details can be found on the website.

0.0.3

Skip 0.0.2 because it was used as a hotfix for E2.

Added

Changed

  • Streamlink version 0.14.0 is required
  • Removed help text from mirror argparser
  • Allow /streamlink/ for /path/ in URLs
  • Allow /streamlink_301/ for /301/ in URLs