Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.34 KB

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