Skip to content

A python library and CLI tool to download files from openload.co

License

Notifications You must be signed in to change notification settings

glumia/openload_dl

Repository files navigation

openload_dl

A python library and CLI tool which makes easy to download files from openload.co

Installation

Ubuntu or Debian:

sudo apt install python3-pip
pip3 install openload_dl

Windows:

Install Python (don't forget to check the "ADD TO PATH" option). Then open the command prompt and type:

pip3 install openload_dl

On both Ubuntu and Windows:

Download the latest version of geckodriver ( for Firefox ) or chromedriver ( for Chrome ), extract it and add the executable to PATH or put it in the same directory of the script.

[In order for this script to work you need to have Firefox or Chrome installed on your system.]

Examples

Command-line

Usage: openload_dl [OPTIONS] [URLS]...

Options:
  --get-download-url              Extract only file's download url
  --preferred-browser [firefox|chrome]
                                  Select the browser to use  [default:
                                  firefox]
  --no-headless                   Show the browser
  --chunk-size INTEGER            Set the downloader chunk size in bytes
                                  [default: 1000000]
  -q, --quiet                     Don't print download progress information
  --help                          Show this message and exit.

Python

>>> import openload_dl
>>> oload = openload_dl.OpenloadDownloader()
>>> oload.get_durl("https://openload.co/f/12345678900/myvideo.mp4")  # Get a download url for the file
'https://123abcd.oloadcdn.net/dl/l/ism-abc123abc123/12345678900/myvideo.mp4'
>>> oload.download("https://openload.co/f/12345678900/myvideo.mp4")
myvideo.mp4:   5%|▌         | 5.00M/96.4M [00:13<03:45, 404kB/s]

About

A python library and CLI tool to download files from openload.co

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published