All Projects → glumia → openload_dl

glumia / openload_dl

Licence: MIT License
A python library and CLI tool that makes easy to download files from openload.co

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to openload dl

youtube-downloader-python
You can download the YouTube video for free and convert it to any extension you want.
Stars: ✭ 20 (-44.44%)
Mutual labels:  downloader, youtube-dl
youtube-dlc
Command-line program to download various media from YouTube.com and other sites
Stars: ✭ 1,225 (+3302.78%)
Mutual labels:  downloader, youtube-dl
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+261.11%)
Mutual labels:  downloader, youtube-dl
Vdm
GUI for command-line video downloader (youtube-dl annie)
Stars: ✭ 1,910 (+5205.56%)
Mutual labels:  downloader, youtube-dl
MiXLab
MiXLab is a mix of multiple amazing Colab Notebooks found on the internet such as rcloneLab, RLabClone, Torrent to Google Drive Downloader and some more.
Stars: ✭ 143 (+297.22%)
Mutual labels:  downloader, youtube-dl
Youtube Mp3 Downloader
Extract music from YouTube videos
Stars: ✭ 187 (+419.44%)
Mutual labels:  downloader, youtube-dl
spotifydl
Download music from Spotify with complete album art and metadata
Stars: ✭ 52 (+44.44%)
Mutual labels:  downloader, youtube-dl
Youtubevideodownloader
Download videos from YouTube and many other video sites
Stars: ✭ 39 (+8.33%)
Mutual labels:  downloader, youtube-dl
yt-interval
Flask app to download YT videos in intervals. Eg. from start to 30 seconds: start-30
Stars: ✭ 47 (+30.56%)
Mutual labels:  downloader, youtube-dl
Vividl
Modern Windows GUI for youtube-dl/ yt-dlp
Stars: ✭ 189 (+425%)
Mutual labels:  downloader, youtube-dl
Podify
Create podcasts from anything youtube-dl can handle
Stars: ✭ 111 (+208.33%)
Mutual labels:  downloader, youtube-dl
southparkdownloader
A downloader for episodes from southpark.de
Stars: ✭ 25 (-30.56%)
Mutual labels:  downloader, youtube-dl
Pornhub Downloader
Bash Script for downloading content from PornHub (the easy way)
Stars: ✭ 87 (+141.67%)
Mutual labels:  downloader, youtube-dl
Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (+536.11%)
Mutual labels:  downloader, youtube-dl
Hitomi Downloader
🍰 Desktop application to download images/videos/music/text from Hitomi.la and other sites, and more.
Stars: ✭ 1,154 (+3105.56%)
Mutual labels:  downloader, youtube-dl
youtube-dl-batch
Simple batch files for simplifying basic usage of https://github.com/rg3/youtube-dl Windows .exe releases
Stars: ✭ 55 (+52.78%)
Mutual labels:  downloader, youtube-dl
Youtubedl Material
Self-hosted YouTube downloader built on Material Design
Stars: ✭ 731 (+1930.56%)
Mutual labels:  downloader, youtube-dl
Youtube Dl Gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
Stars: ✭ 7,914 (+21883.33%)
Mutual labels:  downloader, youtube-dl
mmdl
MMDL (Mega Music Downloader) - A tool to easily download music.
Stars: ✭ 29 (-19.44%)
Mutual labels:  downloader, youtube-dl
vdm
GUI for command-line video downloader (youtube-dl annie)
Stars: ✭ 1,911 (+5208.33%)
Mutual labels:  downloader, youtube-dl

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