download social media video and audio ytdlp
web app
amazing web app for extracting video and audio content from any social media sites
https://cobalt.tools/
yt-dlp
is a CLI tool for downloading videos and audio from youtube, vimeo and a LOT of other websites. Many web apps just run yt-dlp in their backend.
Download video as mp4: youtube-dl <url>
Download video audio as mp3 youtube-dl -x --audio-format mp3 <url>
best audio and video yt-dlp -f best <url>
bestaudio yt-dlp -f bestaudio <URL>
Download playlist as mp3
youtube-dl -x --audio-format mp3 --playlist-start # --playlist-end # [link here]
Update Youtube-dl youtube-dl -U