Xqqz / streamlink-portable

A program to build a portable version of Streamlink for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download:

You can get the latest git archive here.
Inside the ZIP you will find two folders:

  • Streamlink for Windows (Compiled): The program executable, intended for end users.
  • Streamlink for Windows (Source code): The program source code, intended for developers.

FAQ:

What is Streamlink Portable?

A program to build a portable version of Streamlink for Windows.

What are the supported platforms?

Windows 7 SP1 or later with .NET Framework 4.5 or later.

What can I do with it?

Build between three flavors:

  • Portable EXE (Recommended): For users who prefer to have all available files in the same folder.
  • Standalone EXE: For users who prefer to have all files packed within the executable.
  • Portable BAT: Same as Portable EXE but a batch file is generated instead of an executable.

By default the building source is the latest available commit (nightly) or the latest stable.
No system files are modified and you can run it from anywhere (such as flash drive or other external drives).

Can I download a ready-to-use release without using the program?

Yes, you can find precompiled releases here.
Note that only stable releases are available, for nightly builds you have to use the program.

Support:

I found a bug or i have a problem:

Feel free to open a new issue here.

I want to contribute with the development:

Feel free to open a pull request here.

About

A program to build a portable version of Streamlink for Windows


Languages

Language:Visual Basic 100.0%