aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/genericembeds.py
AgeCommit message (Collapse)Author
2022-11-17[extractor] Deprecate `_sort_formats`pukkandan
2022-10-31[extractor] Improve `_generic_title`pukkandan
2022-10-14[extractor/generic:quoted-html] Add extractor (#5213)Matthew
Extracts embeds from escaped HTML within `data-html` attribute. Related: https://github.com/ytdl-org/youtube-dl/issues/21294, https://github.com/yt-dlp/yt-dlp/pull/5121 Authored by: coletdjnz Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2022-08-02Minor bugfixespukkandan
2022-08-02[extractor] Support multiple archive ids for one video (#4307)pukkandan
Closes #4352
2022-08-02[extractor/html5] Separate into own extractor (#4307)pukkandan
Closes #4291 Authored by: coletdjnz, pukkandan