aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/canvas.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/vrt] Overhaul extractors (#6244)Jeroen Jacobs2023-06-021-383/+0
| | | | | | | | | | | | * Fixes `VrtNU` extractor to work with the VRT MAX site change * Adapts `VRT`, `Ketnet` and `DagelijkseKost` extractors to the new VRT API * Removes `Canvas` and `CanvasEen` extractors; the sites and API no longer exist * Moves all remaining VRT-related extractors into the `vrt` module Closes #4908 Authored by: jeroenj, bergoid, bashonly Co-authored-by: bergoid <bergoid@users.noreply.github.com> Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [cleanup] Upgrade syntaxpukkandan2022-04-121-1/+0
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [cleanup] Misc fixespukkandan2022-04-051-8/+0
| | | | | | Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117 Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-181-8/+1
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* [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