]> jfr.im git - yt-dlp.git/commit
[extractor/vrt] Overhaul extractors (#6244)
authorJeroen Jacobs <redacted>
Fri, 2 Jun 2023 18:29:00 +0000 (20:29 +0200)
committerGitHub <redacted>
Fri, 2 Jun 2023 18:29:00 +0000 (18:29 +0000)
commit1a7dcca378e80a387923ee05c250d8ba122441c6
tree966c1a0ca85551f509af4b9dc7d6ed74a1689e41
parent55ed4ff73487feb3177b037dfc2ea527e777da3e
[extractor/vrt] Overhaul extractors (#6244)

* 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 <redacted>
Co-authored-by: bashonly <redacted>
yt_dlp/extractor/_extractors.py
yt_dlp/extractor/canvas.py [deleted file]
yt_dlp/extractor/ketnet.py [deleted file]
yt_dlp/extractor/vrt.py