All Projects β†’ LeXuanKhanh β†’ flutter_youtube_downloader

LeXuanKhanh / flutter_youtube_downloader

Licence: other
A Flutter Youtube and Video Downloader

Programming Languages

dart
5743 projects
C++
36643 projects - #6 most used programming language
CMake
9771 projects
ruby
36898 projects - #4 most used programming language
swift
15916 projects
HTML
75241 projects

Projects that are alternatives of or similar to flutter youtube downloader

video-dl
Video Downloader πŸ“₯ - Download Facebook Video and Youtube Video and Audio.
Stars: ✭ 13 (-31.58%)
Mutual labels:  youtube-dl, video-downloader, 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 (+78.95%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
Yturl
YouTube videos on the command line
Stars: ✭ 218 (+1047.37%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
Youtube Dl Android
πŸ“¦πŸ“¦Video downloader for Android - Download videos from Youtube, Facebook, Twitter, Instagram, Dailymotion, Vimeo and more than 1000 other sites
Stars: ✭ 322 (+1594.74%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
Fast Youtube To Mp3 Converter Api
Very Fast YouTube to MP3 & MP4 Converter API
Stars: ✭ 69 (+263.16%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
YouP3
Android app for downloading media from YouTube with 4K Support (Beta)
Stars: ✭ 51 (+168.42%)
Mutual labels:  youtube-dl, youtube-downloader, youtube-downloader-app
Dvd
Download videos from anywhere
Stars: ✭ 114 (+500%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
Downzemall
DownZemAll! is a download manager for Windows, MacOS and Linux
Stars: ✭ 157 (+726.32%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (+1105.26%)
Mutual labels:  youtube-dl, youtube-downloader
Youtubedl Android
youtube-dl for android
Stars: ✭ 235 (+1136.84%)
Mutual labels:  youtube-dl, youtube-downloader
android-youtube-dl
The android library that wraps Python 2.7 and youtube-dl python scripts
Stars: ✭ 35 (+84.21%)
Mutual labels:  youtube-dl, youtube-downloader
gropple
Server and bookmarklet to download files via youtube-dl directly from your browser. Cross platform single binary installation, web browser configurable.
Stars: ✭ 33 (+73.68%)
Mutual labels:  youtube-dl, youtube-downloader
tele-tube-rider
Telegram Bot πŸ€– to download videos from Youtube, Reddit and Twitter and send it back to you.
Stars: ✭ 36 (+89.47%)
Mutual labels:  youtube-dl, video-downloader
pymusicdl
Download songs based on song name/ YouTube playlist/ Spotify playlist /album
Stars: ✭ 41 (+115.79%)
Mutual labels:  youtube-dl, youtube-downloader
Ydl Ui
A UI for the command-line video downloader "youtube-dl"
Stars: ✭ 198 (+942.11%)
Mutual labels:  youtube-dl, video-downloader
media-dupes
a minimal content duplicator for common media services like youtube
Stars: ✭ 53 (+178.95%)
Mutual labels:  youtube-dl, video-downloader
Youtube Mp3 Downloader
Extract music from YouTube videos
Stars: ✭ 187 (+884.21%)
Mutual labels:  youtube-dl, youtube-downloader
Youtube Downloader For Macos
Simple menu bar app to download YouTube movies on your Mac
Stars: ✭ 185 (+873.68%)
Mutual labels:  youtube-dl, youtube-downloader
easyYoutubeDL
A manager for automating download lists based on youtube-dl
Stars: ✭ 21 (+10.53%)
Mutual labels:  youtube-dl, youtube-downloader
youtubly-android
An android app to download πŸ“Ή videos and 🎢 songs from youtube to phone internal storage. In a nutshell NewPipe for just audio.
Stars: ✭ 24 (+26.32%)
Mutual labels:  youtube-dl, youtube-downloader

flutter youtube downloader

A Flutter Desktop GUI App of Youtube-dl which download video from Youtube, Facebook (both public and private) and other video from many website

Getting Started

Since my favorite video download page i usually use got shutdown, i wrote this :)

You can download the app

Setup

By default, the folder don't have additional youtube-dl.exe, in order for the app to work, you need to install youtube-dl.

  • Windows: download the exe file from here and place it at the same location of the App

  • MacOS: you can install via brew with command brew install youtube-dl

Since release 1.3, the app require additional FFmpeg executable to work, like youtube-dl, the folder don't have it ffmpeg.exe, in order for the app to work, you need to install ffmpeg.

  • Windows: download the exe file from https://www.gyan.dev/ffmpeg/builds/, recommander the stable release builds or you're too lazy just click here to download and place the ffmpeg.exe at the same location of the App (the exe file is in the bin folder of the zip folder)

  • MacOS: you can install via brew with command brew install ffmpeg

Video Location

The video location can't change by default, I will improve that in the future

  • Windows: /flutter_youtube_download_video

  • Mac OS: Documents/flutter_youtube_download_video

Tested:

  • Windows
  • Mac OS
  • Linux

Environment:

  • Flutter: channel stable, 2.2.1
  • Visual Studio Community: 2019 16.8.4
  • Xcode 13.1 (13A1030d)
  • Android Studio Arctic Fox 2020.3.1 Patch 3

About download private video:

To download private video, you need to get a youtube and facebook cookies files, you can read how can get that file in here

The cookies file which use for downloading facebook video must name facebook.txt

The cookies file which use for downloading youtube video must name youtube.txt

  • Windows: place them at the same location of the App

  • Mac OS: place them at Documents folder

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