1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-26 02:14:32 +01: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 [refactor] Single quotes consistency 2016-02-14 15:37:17 +06:00
aes.py [aes] Add aes_cbc_encrypt 2017-02-28 22:10:31 +08:00
cache.py Use expand_path where appropriate (closes #12556) 2017-03-26 02:31:16 +07:00
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 coding style after pycodestyle 2.1.0 2016-11-17 19:45:42 +08:00
update.py [update] Fix youtube-dl.exe updating from arbitrary directory (Closes #2718) 2016-05-22 10:06:45 +06:00
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