yt-pic-grabber
This tool grabs thumbnail and an image of the first 10 seconds.
Setup
Clone and setup venv:
git clone https://git.nussnougate.net/sevi-kun/yt-pic-grabber.git
cd yt-pic-grabber
python3 -m venv .
source bin/activate
pip install -r requirements.txt
mkdir out
After that adjust paths in main.py
Description
Languages
Python
100%