All Projects → hakerdefo → pmytd

hakerdefo / pmytd

Licence: CC0-1.0 license
pmytd (Poor Man's Youtube Downloader) is a simple bash front end to youtube-dl.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to pmytd

Youtag
iOS music player app that downloads music from the internet, even YouTube
Stars: ✭ 193 (+819.05%)
Mutual labels:  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-downloader
rustube
A YouTube video downloader, originally inspired by pytube, written in Rust.
Stars: ✭ 82 (+290.48%)
Mutual labels:  youtube-downloader
Videodownloader
A simple python script that will allow you to download youtube videos
Stars: ✭ 206 (+880.95%)
Mutual labels:  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 (+57.14%)
Mutual labels:  youtube-downloader
ytdl
Get Direct [d]own[l]oad ⬇️⬇️ Links of any [y]ou[t]ube Video . Written in Rust, for personal use.
Stars: ✭ 25 (+19.05%)
Mutual labels:  youtube-downloader
Youtube Downloader For Macos
Simple menu bar app to download YouTube movies on your Mac
Stars: ✭ 185 (+780.95%)
Mutual labels:  youtube-downloader
YouP3
Android app for downloading media from YouTube with 4K Support (Beta)
Stars: ✭ 51 (+142.86%)
Mutual labels:  youtube-downloader
pymusicdl
Download songs based on song name/ YouTube playlist/ Spotify playlist /album
Stars: ✭ 41 (+95.24%)
Mutual labels:  youtube-downloader
easyYoutubeDL
A manager for automating download lists based on youtube-dl
Stars: ✭ 21 (+0%)
Mutual labels:  youtube-downloader
Yturl
YouTube videos on the command line
Stars: ✭ 218 (+938.1%)
Mutual labels:  youtube-downloader
Youtubedl Android
youtube-dl for android
Stars: ✭ 235 (+1019.05%)
Mutual labels:  youtube-downloader
ytdx
Download audio from YouTube videos
Stars: ✭ 55 (+161.9%)
Mutual labels:  youtube-downloader
Node Ytdl Core
YouTube video downloader in javascript.
Stars: ✭ 3,004 (+14204.76%)
Mutual labels:  youtube-downloader
NaturalGroundingPlayer
Sequence videos based on their energy readings
Stars: ✭ 46 (+119.05%)
Mutual labels:  youtube-downloader
Youtube Mp3 Downloader
Extract music from YouTube videos
Stars: ✭ 187 (+790.48%)
Mutual labels:  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-downloader
PowerShell-Youtube-dl
A PowerShell script interface used to operate the youtube-dl command line program.
Stars: ✭ 64 (+204.76%)
Mutual labels:  youtube-downloader
youtube-dl-batch
Simple batch files for simplifying basic usage of https://github.com/rg3/youtube-dl Windows .exe releases
Stars: ✭ 55 (+161.9%)
Mutual labels:  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 (+14.29%)
Mutual labels:  youtube-downloader

pmytd

pmytd (Poor Man's Youtube Downloader) is a simple bash front end to youtube-dl.

pmytd can,

  • Download videos from YouTube in 4K and 1080P.
  • Download and extract HQ audio (320 kbps MP3) from YouTube videos.
  • Download entire YouTube video playlists in 4K and 1080P.
  • Download and extract HQ audio (320 kbps MP3) from YouTube playlists.
  • Install youtube-dl if it's not available.
  • Update youtube-dl to the latest version.

pmytd Dependencies :

pmytd needs to have following applications installed in order to function,

  • youtube-dl - Small command-line program to download videos from YouTube and other video sharing websites. youtube-dl is available in repos of some distributions but available version most likely would be severly outdated. If you have installed youtube-dl using your package manager, please update it via the "Check for updates" option in pmytd menu. pmytd will help you install the current version of youtube-dl if it's not installed on your system.
  • Wget - GNU Wget can be used for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc. Wget can be installed using your distribution's package manager.
  • FFmpeg or Libav (Optional) - You will need either FFmpeg or Libav if you want to download videos in 4K or 1080P resolutions or if you wish to extract audio (MP3) from videos. If you want to download videos in 720P or lower resolutions and don't need to extract audio as MP3 you won't need FFmpeg-Libav. FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. FFmpeg should already be installed by default on some distributions. If not install it via your distribution's package manager. Libav provides cross-platform tools and libraries to convert, manipulate and stream a wide range of multimedia formats and protocols. If you want to use Libav with pmytd, please install package "libav-tools" using your distribution's package manager.

Installation :

Download pmytd-master zip, extract its contents and copy pmytd file to /usr/local/bin/ directory,

$ sudo cp pmytd /usr/local/bin/

Next make it executable,

$ sudo chmod a+x /usr/local/bin/pmytd

Usage :

Open terminal, run pmytd, feed it a video link, enjoy.

Update :

YouTube and other video sharing sites continually change their APIs. So it is advised to keep youtube-dl updated to latest version. You can easily update youtube-dl via "Check for updates" option in pmytd menu.

Support :

If you like pmytd, please consider supporting it, even the smallest contribution goes a long way. It is quick & easy via PayPal, Buy Me a Coffee or Liberapay:

Support via PayPal
"Buy Me A Coffee"
Support via Liberapay

License :

Public Domain Mark
This work (pmytd, by hakerdefo), identified by hakerdefo, is free of known copyright restrictions.

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