8000 GitHub - dhruvbehl/Musload: Python based app to download data from youtube in audio or video format
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dhruvbehl/Musload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Musload

Python based app to download youtube content in audio or video format

#Installation

To use Musload there are a few dependencies that must be taken care:

  1. youtube-dl:

To install it right away for all UNIX users (Linux, OS X, etc.), type:

sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget:

sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

Windows users can download an .exe file and place it in any location on their PATH except for %SYSTEMROOT%\System32 (e.g. do not put in C:\Windows\System32).

You can also use pip:

sudo -H pip install --upgrade youtube-dl

This command will update youtube-dl if you have already installed it. See the pypi page for more information.

OS X users can install youtube-dl with Homebrew:

brew install youtube-dl

Or with MacPorts:

sudo port install youtube-dl

Alternatively, refer to the developer instructions for how to check out and work with the git repository. For further options, including PGP signatures, see the youtube-dl Download Page.

  1. urllib2: Install this python based library using pip

#Usage

To use Musload follow the below mentioned steps:

  1. Create a list with names of the content in the input.txt file

  2. Enter into sudo mode using

'sudo -s'
  1. Run the script using
'python musload.py'
  1. All the required content should be downloaded in the Output folder

About

Python based app to download data from youtube in audio or video format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0