Skip to content

vbudovski/sbs_ondemand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBS OnDemand Downloader

An alternative way to view SBS OnDemand content. No need to create an account or install flash player.

Dependencies

Requires Python 3.5 or higher.

  • ffmpeg-python
  • pycurl
  • m3u8
  • jsonfinder
  • lxml

Installation

Use pip to install all of the dependencies:

pip install -r requirements.txt

Usage

  1. Fetch the most up-to-date list of titles from SBS OnDemand to populate the application database.
python sbs_ondemand.py sync
  1. Search for a title to download. All available episodes will be retrieved in the case of a TV series. If the search term is too broad, multiple results will be found and nothing will be downloaded so narrow your search.
python sbs_ondemand.py download "show/movie title" 
  1. View help for additional usage:
python sbs_ondemand.py -h

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages