1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-29 19:47:54 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Kevin Mark
bd7d8149d7 [Panopto] Preferring static over instance methods 2017-07-06 20:16:33 -04:00
Kevin Mark
cbb1753395 [Panopto] Document classes wrt PEP 257 2017-07-06 20:11:49 -04:00
Kevin Mark
7d30dd3cee [Panopto] Add Panopto extractors
No test cases are included as I am not aware of any publicly
available Panopto recordings that this extractor will work with.

Supports downloading individual recordings or entire folders
recursively. Folders are seperated with a ' -- ' in the playlist
title.

Cookies are likely required to use this extractor specifically their
.ASPXAUTH cookie which can be obtained from your browser after
logging in.

--write-all-thumbnails can be used to download PowerPoint slides if
they are not included as a video stream.

Suggested output format is 'out/%(playlist)s/%(title)s.%(ext)s'
2017-06-21 03:52:22 -04:00