/YT_StreamGrabber

A small tool that allows to download arbitrary audio/video streams from YT in a convenient way.

Primary LanguagePython

YT_StreamGrabber

YT_StreamGrabber is a small tool, based on the dependency-free Python library pytube), which allows to download arbitrary audio/video streams from YouTube in a more convenient way. You can download individual streams or entire playlists, which is particularly useful for watching video lecture series offline.

Installation

Pull and install the latest commit from this repository as well as the required Python dependencies via:

pip install git+https://github.com/Halvani/YT_StreamGrabber.git

Usage

YT_StreamGrabber can be used in three ways:

Here, the first option is recommended, which can started from the command line via:

python yt_streamgrabber_app.py

YT_StreamGrabber UI