Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
/ toutv-extra Public archive

This simple command-line tool will allow you to download individual episodes or whole tv shows from Radio-Canada's online service, tou.tv.

Notifications You must be signed in to change notification settings

scarpentier/toutv-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d76624c Â· Mar 8, 2017

History

11 Commits
Feb 24, 2015
Feb 24, 2015
Feb 24, 2015
Feb 24, 2015
Feb 28, 2015
Mar 8, 2017
Jan 4, 2017
Feb 24, 2015
Jan 4, 2017
Jan 4, 2017
Jan 4, 2017
Feb 24, 2015

Repository files navigation

Toutv Extra Downloader

This simple command-line tool will allow you to download individual episodes or whole tv shows from Radio-Canada's online service, tou.tv.

Usage

Login

Authenticates against the tou.tv oauth service provider. You must use this command the first time.

toutv login -u [email protected] -p password

Fetch

Downloads a show from the service.

toutv fetch -m la-guerre-des-tuques
toutv fetch -m infoman/S15E23

-m or --media is the the slug from the tou.tv website. http://ici.tou.tv/30-vies/S05E89 becomes 30-vies/S05E89

Batch

Downloads all the available episodes from a show, skipping already downloaded files.

toutv batch -s 19-2 --season season-2

-s or --show is the name of the show, in slug format. Eg: la-facture

--season is the season to download (optional)

Requirements

  • .NET 4.5
  • ffmpeg

Acknowledgements

About

This simple command-line tool will allow you to download individual episodes or whole tv shows from Radio-Canada's online service, tou.tv.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages