You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple script using YT-DLP do download an episode from MTV.com, and then merge the resulting multiple output MP4 files using ffmpeg. MTV episodes are split in to multiple MP4 files, so resulting output for a single episode can be between 3-11+ MP4 files. This script is a band-aid for that.
A youtube downloader. Uses the modules: "yt-dlp", "FFmpeg", "FFplay", and "FFprobe". These modules cannot be pip installed, they have to download externally. I have included these modules on this GitHub page. Make sure these four modules are stored where modules are normally stored to be referenced by your specific project.