Note: check whether you can use Streamlink instead of Livestreamer first. See the last section below.
This brief guide assumes you know the basics of Git, and that you have Python installed with setuptools. (Downloading the latest Python 3 from the main website should be sufficient.) You also need to make some changes to one of the files.
- Clone livestreamer from Github
- Fetch the PR with fixes:
git fetch origin pull/1495/head:proposed-fixes-1.13
- Switch to the fixes branch:
git checkout proposed-fixes-1.13