aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/genericembeds.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [extractor] Improve `_generic_title`pukkandan2022-10-311-1/+1
|
* [extractor/generic:quoted-html] Add extractor (#5213)Matthew2022-10-141-1/+85
| | | | | | | 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>
* Minor bugfixespukkandan2022-08-021-1/+2
|
* [extractor] Support multiple archive ids for one video (#4307)pukkandan2022-08-021-0/+3
| | | | Closes #4352
* [extractor/html5] Separate into own extractor (#4307)pukkandan2022-08-021-0/+27
Closes #4291 Authored by: coletdjnz, pukkandan