aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/canvas.py
AgeCommit message (Collapse)Author
2022-01-01[VrtNU] Handle empty title (#2147)pgaig
Closes #2146 Authored by: pgaig
2021-11-06[VRT] Fix login (#1566)pgaig
Closes #1557 Authored by: pgaig
2021-09-15[VrtNU] Handle login errors (#977)LE
Authored by: llacb47
2021-08-23[extractor] Common function `_match_valid_url`pukkandan
2021-08-04[VrtNU] Fix XSRF token (#588)Sam
PR: https://github.com/ytdl-org/youtube-dl/pull/29614 Authored-by: pgaig
2021-06-13[downloader/mhtml] Add new downloader (#343)felix
This downloader is intended to be used for streams that consist of a timed sequence of stand-alone images, such as slideshows or thumbnail streams This can be used for implementing: https://github.com/ytdl-org/youtube-dl/issues/4974#issue-58006762 https://github.com/ytdl-org/youtube-dl/issues/4540#issuecomment-69574231 https://github.com/ytdl-org/youtube-dl/pull/11185#issuecomment-335554239 https://github.com/ytdl-org/youtube-dl/issues/9868 https://github.com/ytdl-org/youtube-dl/pull/14951 Authored by: fstirlitz
2021-04-28[canvas] Extract subtitles from streaming manifestsFelix S
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan