Skip to content
This repository has been archived by the owner on Sep 27, 2018. It is now read-only.

Simple cross-platform Qt GUI for recording YouTube livestreams

License

Notifications You must be signed in to change notification settings

zmwangx/YouTubeLiveRecorder

Repository files navigation

YouTube Live Recorder

License Supported Python Versions: 3.6, 3.7

Prerequisites

Download

Check out the latest release, with binaries for both macOS and Windows.

Development

With Python 3.6 or later,

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
./YouTubeLiveRecorder

or on Windows,

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python YouTubeLiveRecorder

Notes

  • youtube-dl actually has supported MPEG-TS since v2016.01.31 through the --hls-use-mpegts, which makes YTLR rather redundant (other than being a GUI). Unfortunately I did not realize this when I started the development of YTLR.

License

Copyright © 2017 Zhiming Wang zmwangx@gmail.com

This project is released under the GNU General Public License, Version 3 (aka GPLv3). I am NOT a GPL proponent (in fact, quite the opposite) — this project is GPL'ed only because PyQt5 is under GPL.

About

Simple cross-platform Qt GUI for recording YouTube livestreams

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages