All Projects → edinsuta → youtube-dl-batch

edinsuta / youtube-dl-batch

Licence: MIT license
Simple batch files for simplifying basic usage of https://github.com/rg3/youtube-dl Windows .exe releases

Programming Languages

Batchfile
5799 projects

Projects that are alternatives of or similar to youtube-dl-batch

Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (+316.36%)
Mutual labels:  downloader, youtube-dl, youtube-downloader
Youtube Mp3 Downloader
Extract music from YouTube videos
Stars: ✭ 187 (+240%)
Mutual labels:  downloader, youtube-dl, youtube-downloader
Youtubevideodownloader
Download videos from YouTube and many other video sites
Stars: ✭ 39 (-29.09%)
Mutual labels:  downloader, youtube-dl, youtube-downloader
mmdl
MMDL (Mega Music Downloader) - A tool to easily download music.
Stars: ✭ 29 (-47.27%)
Mutual labels:  downloader, youtube-dl, youtube-dl-wrapper
media-dupes
a minimal content duplicator for common media services like youtube
Stars: ✭ 53 (-3.64%)
Mutual labels:  youtube-dl, youtube-dl-wrapper, youtube-dl-ui
URTube
URTube, a YouTube video to MP3 downloader built in NodeJs and Electron
Stars: ✭ 20 (-63.64%)
Mutual labels:  downloader, youtube-dl, youtube-downloader
Hitomi Downloader
🍰 Desktop application to download images/videos/music/text from Hitomi.la and other sites, and more.
Stars: ✭ 1,154 (+1998.18%)
Mutual labels:  downloader, youtube-dl
Pornhub Downloader
Bash Script for downloading content from PornHub (the easy way)
Stars: ✭ 87 (+58.18%)
Mutual labels:  downloader, youtube-dl
Podify
Create podcasts from anything youtube-dl can handle
Stars: ✭ 111 (+101.82%)
Mutual labels:  downloader, youtube-dl
Spotify Dl
Spotify Downloader and alternative of Spotdl(python) tool made in NodeJS based on youtube-dl
Stars: ✭ 427 (+676.36%)
Mutual labels:  downloader, youtube-dl
Vdm
GUI for command-line video downloader (youtube-dl annie)
Stars: ✭ 1,910 (+3372.73%)
Mutual labels:  downloader, youtube-dl
gropple
Server and bookmarklet to download files via youtube-dl directly from your browser. Cross platform single binary installation, web browser configurable.
Stars: ✭ 33 (-40%)
Mutual labels:  youtube-dl, youtube-downloader
Youtube Dl Gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
Stars: ✭ 7,914 (+14289.09%)
Mutual labels:  downloader, youtube-dl
Youtubedl Material
Self-hosted YouTube downloader built on Material Design
Stars: ✭ 731 (+1229.09%)
Mutual labels:  downloader, youtube-dl
youtube-downloader-python
You can download the YouTube video for free and convert it to any extension you want.
Stars: ✭ 20 (-63.64%)
Mutual labels:  downloader, youtube-dl
android-browser-downloader
🌎 Android Browser - Video Downloader - This repository is deprecated. Please check out new version of this project at: https://github.com/cuongpm/youtube-dl-android
Stars: ✭ 34 (-38.18%)
Mutual labels:  youtube-dl, youtube-downloader
Laravel-Youtube-API
A way to add an API to your Laravel app that converts youtube video's to mp3/mp4 and returns a download/stream link and information.
Stars: ✭ 19 (-65.45%)
Mutual labels:  youtube-dl, youtube-downloader
easyYoutubeDL
A manager for automating download lists based on youtube-dl
Stars: ✭ 21 (-61.82%)
Mutual labels:  youtube-dl, youtube-downloader
Pornhub Downloader Python
Download stuff from PH the easy way.
Stars: ✭ 408 (+641.82%)
Mutual labels:  downloader, youtube-dl
pymusicdl
Download songs based on song name/ YouTube playlist/ Spotify playlist /album
Stars: ✭ 41 (-25.45%)
Mutual labels:  youtube-dl, youtube-downloader

youtube-dl-batch

These batch files are just made to simplify the usage of Windows .exe releases of http://rg3.github.io/youtube-dl/ (Source: https://github.com/rg3/youtube-dl) for people who want to just simply use youtube-dl as a tool to download high-quality videos from YouTube (or elsewhere) without using third-party services or software clients (since these usually come with video quality restrictions) rather than use it for development purposes.

Videos with video quality above 720p will have to download the video and audio files seperately and then merge them into one file (thats just how YouTube works for some reason). To merge video and audio files youtube-dl requires that FFmpeg (https://www.ffmpeg.org/) is installed on your system or that the 'ffmpeg.exe' file is contained in the same folder as 'youtube-dl.exe'.

Note that the youtube-dl.exe file must be stored in the same directory as the .bat files in order to work.

ytdlBasic.bat

This batch file is the most basic of all. It simply downloads the best available quality video by default.

ytdlAdvanced.bat

This batch file allows the user to enter a video URL and then proceeds to list all available formats for that video. It then prompt the user to manually select their desired video and audio formats.

ytdlCustom.bat

This batch file allows for very advanced usage by allowing you to manually enter multiple command-line arguments for youtube-dl.

ytdlInfo.bat

This batch file lists basic information about your current youtube-dl Windows .exe release.

ytdlUpdate.bat

This batch file updates your current youtube-dl .exe file if an update is available.

Note

This repository and its files are currently very barebones. This is all just made for fun and nothing too serious. I might add extra features later on. Feel free to contribute if you wish!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].