Giter VIP home page Giter VIP logo

pmytd's Introduction

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.
  • Python - Python is a widely used general-purpose, high-level programming language. Python should most likely be installed by default on most linux distributions. If it is not installed please use your distribution's package manager and install it.
  • 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.
  • cURL - cURL is a command line tool and library for transferring data with URL syntax. cURL is available in repositories of almost every Linux distribution so you can install curl easily via your package manager.
  • FFmpeg or Libav - 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.

License :

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

pmytd's People

Contributors

hakerdefo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.