1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-12-02 21:37:54 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Kevin Mark
dec449e22f [Panopto] Prefer the highest quality stream 2017-07-06 22:22:26 -04:00
Kevin Mark
fed0a6a939 [Panopto] Bring the code in line with conventions 2017-07-06 21:32:17 -04:00
Kevin Mark
a29e634cfe [Panopto] Document methods wrt PEP 257 2017-07-06 20:48:39 -04:00
Kevin Mark
0807e39d85 [Panopto] Replace % with format() wrt PEP 3101 2017-07-06 20:39:39 -04:00
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