Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.
/ dlive-dl Public archive

Script to download dlive.tv VODs (aka "replays")

Notifications You must be signed in to change notification settings

hcallen/dlive-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

dlive.tv VOD Downloader

A script to download dlive.tv VODs. It's a very quick and dirty port of my stream.me VOD Downloader script.

Requirements

Python 3.6+

Usage

Show help

$ python3 dlive-dl.py -h 
usage: dlive-dl.py [-h] [-l] [-q #] [-o path] url

positional arguments:
  url                   vod url

optional arguments:
  -h, --help            show this help message and exit
  -l, --list            list available encodings and exit
  -q #, --quality #     define which quality of video to download
  -o path, --outdir path
                        directory to save the video to

Download default video quality (quality '1')

$ python3 dlive-dl.py https://dlive.tv/p/user+vod_id

List available video qualities

$ python3 dlive-dl.py -l https://dlive.tv/p/user+vod_id

user - title
1 - 480p - 858x480
2 - 720p - 1280x720
3 - src - 1920x1080
4 - 360p - 640x360

Download second listed quality

$ python3 dlive-dl.py -q 2 https://dlive.tv/p/user+vod_id

About

Script to download dlive.tv VODs (aka "replays")

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages