batch download links saved in a file seperated by new line
yt-dlp --prefer-free-formats --audio-multistreams --embed-subs --embed-thumbnail --embed-metadata --embed-chapters --batch-file links.txt
This python guide is intended to those who already know python and want a mind refresh or looking for a specific syntax.
-as this guide doesn't elaborate in explaining thing that a programmer would already know -like: variable, function, csv, json-
additionally, this guide is not intended to be a replacement for reading official Python documentation.
guide version: 2.1.0 | python version: 3.10
| Part of Version | Explanation |