khansaad1275 / Termux-YTD

This is The latest Script For Downloading Youtube Videos with your Termux.

Home Page:https://www.learntermux.tech/2020/04/Termux-Youtube-Video-Downloader.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use format list from video metada

dvhh opened this issue ยท comments

commented

echo -e "\e[036m" "โ• โ•โ–ถ [๐—ฆ๐—ฒ๐—น๐—ฒ๐—ฐ๐˜ ๐—” ๐—™๐—ผ๐—ฟ๐—บ๐—ฎ๐˜] โžณ"

A format list can be obtained via youtube-dl -F <URL>, format identifier are fixed and can be matched to a internal list if needed or just list the raw list.

echo -e "\e[036m" "โ• โ•โ–ถ [๐—ฆ๐—ฒ๐—น๐—ฒ๐—ฐ๐˜ ๐—” ๐—™๐—ผ๐—ฟ๐—บ๐—ฎ๐˜] โžณ"

A format list can be obtained via youtube-dl -F <URL>, format identifier are fixed and can be matched to a internal list if needed or just list the raw list.

what do you exactly want? a list of all the codec available? won't it create more confusion for people who are beginner ?