Skip to main content

DownloadX CLI - Content download CLI tools

Project description

DownloadX

Content download CLI tools

Installation

pip install downloadx

Using downloadx CLI

Get help

downloadx -h

Download YouTube content

Get help

downloadx youtube -h

Download single url

downloadx youtube --url https://www.youtube.com/watch?v=aWYgotleA2w

Download multiple YouTube url

create any file to store the url of the content to be downloaded. for example, create a urls.txt file

https://www.youtube.com/watch?v=aWYgotleA2w
https://www.youtube.com/watch?v=26JMKOsc8c8&t=254s
https://www.youtube.com/watch?v=Wqr-uZInkQ0
https://youtu.be/Nq4Mh_jTubA

run the download command by defining the --url-file argument

downloadx youtube --url-file urls.txt

Download audio only

By default download x will download youtube video content. if you want to download audio only, you can add the --audio-only argument

downloadx youtube --url https://www.youtube.com/watch?v=aWYgotleA2w --audio-only

Download file directory

By default, downloaded files will be stored in the ./outputs directory, if you want to change the output directory you can add the --output argument as follows:

downloadx youtube --url-file urls.txt --output /mydir/location

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

downloadx-0.1.2.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

downloadx-0.1.2-py3-none-any.whl (8.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page