aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/canvas.py
Commit message (Collapse)AuthorAgeFilesLines
* [VrtNU] Handle empty title (#2147)pgaig2022-01-011-2/+3
| | | | Closes #2146 Authored by: pgaig
* [VRT] Fix login (#1566)pgaig2021-11-061-21/+25
| | | | Closes #1557 Authored by: pgaig
* [VrtNU] Handle login errors (#977)LE2021-09-151-0/+3
| | | Authored by: llacb47
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-3/+2
|
* [VrtNU] Fix XSRF token (#588)Sam2021-08-041-24/+27
| | | | PR: https://github.com/ytdl-org/youtube-dl/pull/29614 Authored-by: pgaig
* [downloader/mhtml] Add new downloader (#343)felix2021-06-131-3/+3
| | | | | | | | | | | | | | | | | | 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
* [canvas] Extract subtitles from streaming manifestsFelix S2021-04-281-7/+13
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+384
* 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