aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/substack.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-021-2/+3
| | | | | | | `Brightcove` is difficult to migrate because it's subclasses may depend on the signature of the current functions. So it is left as-is for now Note: Tests have not been migrated
* [extractor/substack] Add extractor (#4011)Elyse2022-06-181-0/+100
Closes #3722 Authored by: elyse0