1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-01-31 07:09:49 +00:00
youtube-dl/youtube_dl
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
..
downloader [downloader/common] Use utils.shell_quote for debug command line 2017-06-17 23:50:21 +07:00
extractor [Panopto] Add Panopto extractors 2017-06-21 03:52:22 -04:00
postprocessor [postprocessor/execafterdownload] Encode command line (closes #13407) 2017-06-17 23:16:53 +07:00
__init__.py Introduce --keep-fragments 2017-04-24 03:09:08 +07:00
__main__.py
aes.py
cache.py
compat.py [compat] Fix compat_shlex_quote on Windows (closes #5889, closes #10254) 2017-06-17 23:14:24 +07:00
jsinterp.py [jsinterp] Fix typo and cleanup regexes (closes #13134) 2017-05-18 22:57:38 +07:00
options.py [README.md] Clarify output template references (closes #13316) 2017-06-08 21:52:19 +07:00
socks.py [socks] Report errors elegantly when credentails are required but missing 2017-04-22 21:48:41 +08:00
swfinterp.py
update.py
utils.py [utils] Use compat_shlex_quote in shell_quote 2017-06-17 23:48:58 +07:00
version.py release 2017.06.18 2017-06-18 00:16:49 +07:00
YoutubeDL.py [YoutubeDL] Sanitize more fields (#13313) 2017-06-08 22:53:14 +07:00