All Projects → aaaamirabbas → easyYoutubeDL

aaaamirabbas / easyYoutubeDL

Licence: MIT license
A manager for automating download lists based on youtube-dl

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to easyYoutubeDL

yt-videos-list
Create and **automatically** update a list of all videos on a YouTube channel (in txt/csv/md form) via YouTube bot with end-to-end web scraping - no API tokens required. Multi-threaded support for YouTube videos list updates.
Stars: ✭ 64 (+204.76%)
Mutual labels:  youtube-dl, youtube-downloader, youtube-playlist, youtube-channel
node-youtube-music
Unofficial YouTube Music API for Node.js
Stars: ✭ 34 (+61.9%)
Mutual labels:  youtube-playlist, youtube-channel, youtube-search
pymusicdl
Download songs based on song name/ YouTube playlist/ Spotify playlist /album
Stars: ✭ 41 (+95.24%)
Mutual labels:  youtube-dl, youtube-downloader, youtube-playlist
scrapetube
Get all videos from a youtube channel, get all videos from a playlist, get all videos that match a search
Stars: ✭ 120 (+471.43%)
Mutual labels:  youtube-playlist, youtube-channel, youtube-search
red
Red - Privacy focused Youtube player and download manager for Linux
Stars: ✭ 27 (+28.57%)
Mutual labels:  youtube-dl, youtube-downloader, youtube-search
Youtube Api
A way to host your own API that converts youtube video's to mp3/mp4 and returns a download/stream link and information.
Stars: ✭ 76 (+261.9%)
Mutual labels:  youtube-dl, youtube-downloader
Dvd
Download videos from anywhere
Stars: ✭ 114 (+442.86%)
Mutual labels:  youtube-dl, youtube-downloader
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 (+61.9%)
Mutual labels:  youtube-dl, youtube-downloader
Youtube Downloader For Macos
Simple menu bar app to download YouTube movies on your Mac
Stars: ✭ 185 (+780.95%)
Mutual labels:  youtube-dl, youtube-downloader
Firedm
python open source (Internet Download Manager) with multi-connections, high speed engine, based on python, LibCurl, and youtube_dl https://github.com/firedm/FireDM
Stars: ✭ 977 (+4552.38%)
Mutual labels:  youtube-dl, youtube-downloader
Youtube Dl Gui
This repository contains code for a youtube-dl GUI written in PyQt.
Stars: ✭ 144 (+585.71%)
Mutual labels:  youtube-dl, youtube-downloader
Youtube Mp3 Downloader
Extract music from YouTube videos
Stars: ✭ 187 (+790.48%)
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 (-9.52%)
Mutual labels:  youtube-dl, youtube-downloader
Fast Youtube To Mp3 Converter Api
Very Fast YouTube to MP3 & MP4 Converter API
Stars: ✭ 69 (+228.57%)
Mutual labels:  youtube-dl, youtube-downloader
ytdx
Download audio from YouTube videos
Stars: ✭ 55 (+161.9%)
Mutual labels:  youtube-downloader, youtube-playlist
Youtubevideodownloader
Download videos from YouTube and many other video sites
Stars: ✭ 39 (+85.71%)
Mutual labels:  youtube-dl, youtube-downloader
Downzemall
DownZemAll! is a download manager for Windows, MacOS and Linux
Stars: ✭ 157 (+647.62%)
Mutual labels:  youtube-dl, youtube-downloader
Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (+990.48%)
Mutual labels:  youtube-dl, youtube-downloader
Youtubedl Android
youtube-dl for android
Stars: ✭ 235 (+1019.05%)
Mutual labels:  youtube-dl, youtube-downloader
Smd
Spotify Music Downloader
Stars: ✭ 822 (+3814.29%)
Mutual labels:  youtube-dl, youtube-downloader

EasyYoutubeDL is a manager for automating download lists based on youtube-dl

Donate BTC: 1HPZyUP9EJZi2S87QrvCDrE47qRV4i5Fze

Donate ETH or USDT: 0x4a4b0A26Eb31e9152653E4C08bCF10f04a0A02a9

Feature
  • download video in (channel & playlist & direct link in youtube)
  • download HLS video by direct link
  • add the embedded subtitle by Youtube Machine Learning or attached subtitle
  • categorize files as folders
  • maximum download speed with concurrent connections
  • ?
Dependency : youtube-dl & ffmpeg
  • In macOS
  • brew install youtube-dl ffmpeg aria2
  • In debian base
  • sudo apt update && sudo apt install youtube-dl ffmpeg aria2
  • In readhat base
  • sudo yum update && sudo yum install youtube-dl ffmpeg aria2
  • In windows
  • Step One: Install the Ubuntu WSL terminal
    Step Two: Follow the installation steps in debian Base
How to use this ?
  • Download bash file
  • wget https://raw.githubusercontent.com/oky2abbas/easyYoutubeDL/master/easyYoutubeDL.sh
  • start comment
  • bash easyYoutubeDL.sh -t video -q highest -s en -f ls.txt
    bash easyYoutubeDL.sh -t audio -f ls.txt
    bash easyYoutubeDL.sh -t hls -q best -f ls.txt
  • -t type - default video - for example video, music, hls, audio (only best audio)

  • -q quality (optional) - default highest - for example best, highest, audio (only best audio)

  • -s subtitle (optional) - for example en, fa, fr, ar, sp and ...

  • -m max file size (optional) - default 2g - for example 100k, 100m ...

  • -p path (optional) - default current path - for example ~/Downloads

  • -f input file (sample of the file is available in the repository)

enjoy :)

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].