Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-16 | [cookies] Parse cookies leniently (#4780) | Simon Sawicki | |
Closes #4776, #3778 Authored by: Grub4K | |||
2022-09-16 | Allow plugin extractors to replace the built-in ones | pukkandan | |
This allows easier plugin chaining; e.g. - https://gist.github.com/pukkandan/24f13ff1ed385c5a390c1d7bd130d8f7 - https://gist.github.com/pukkandan/fcf5ca1785c80f64e471f0ee14f990fb | |||
2022-09-10 | [extractor/common] Escape `%` in `representation_id` of m3u8 | pukkandan | |
Closes #4877 | |||
2022-09-07 | [docs] Improvements | pukkandan | |
* Move detailed installation instructions to https://github.com/yt-dlp/yt-dlp/wiki/Installation * Link to wiki where applicable * Fix some mistakes. Closes #4853, Closes #4855, Closes #4852 * Improve some error messages | |||
2022-09-01 | [cleanup] Misc | pukkandan | |
Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022 | |||
2022-09-01 | [FormatSort] Fix `aext` for `--prefer-free-formats` | pukkandan | |
Closes #4735 | |||
2022-08-31 | [extractor/newspicks] Add extractor (#4725) | Lesmiscore | |
Authored by: Lesmiscore | |||
2022-08-30 | [utils] Add `deprecation_warning` | pukkandan | |
See https://github.com/yt-dlp/yt-dlp/pull/2173#issuecomment-1097021515 | |||
2022-08-24 | Add option `--use-extractors` | pukkandan | |
Deprecates `--force-generic-extractor` Closes #3234, Closes #2044 Related: #4307, #1791 | |||
2022-08-14 | [docs] Consistent use of `e.g.` (#4643) | Lesmiscore | |
Authored by: Lesmiscore | |||
2022-08-11 | [extractor] Fix format sorting of `channels` | pukkandan | |
2022-08-08 | [extractor] Add field `audio_channels` | pukkandan | |
2022-08-02 | Minor bugfixes | pukkandan | |
2022-08-02 | Standardize retry mechanism (#1649) | pukkandan | |
* [utils] Create `RetryManager` * Migrate all retries to use the manager * [extractor] Add wrapper methods for convenience * Standardize console messages for retries * Add `--retry-sleep` for extractors | |||
2022-08-02 | [extractors] Use new framework for existing embeds (#4307) | pukkandan | |
`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 | |||
2022-08-02 | [extractor] Support multiple archive ids for one video (#4307) | pukkandan | |
Closes #4352 | |||
2022-08-02 | [extractor, test] Basic framework for embed tests (#4307) | pukkandan | |
and split download tests so they can be more easily run in CI Authored by: coletdjnz | |||
2022-08-02 | [extractor] Framework for embed detection (#4307) | pukkandan | |
2022-08-01 | [extractor/youtube] Add `live_status=post_live` (#4495) | lazypete365 | |
Related: https://github.com/yt-dlp/yt-dlp/issues/1564 Authored by: lazypete365 | |||
2022-07-19 | `--compat-option no-live-chat` should disable danmaku | pukkandan | |
Closes #4387 | |||
2022-07-18 | Remove Python 3.6 support | pukkandan | |
Closes #3764 | |||
2022-07-18 | [cleanup] Misc | pukkandan | |
2022-07-15 | [extractor] Passthrough `errnote=False` to parsing | pukkandan | |
2022-07-13 | [extractor/StarTrek] Add extractor (#4191) | Tim Weber | |
Authored by: scy | |||
2022-07-12 | [extractor/youtube] More metadata for storyboards (#4334) | ftk | |
Authored by: ftk | |||
2022-06-29 | [extractor] Fix empty `BaseURL` in MPD | pukkandan | |
Closes #4113 | |||
2022-06-26 | [cleanup] Fix some typos (#4194) | crazymoose77756 | |
Authored by: crazymoose77756 | |||
2022-06-25 | [extractor] Fix `_create_request` when headers is None | pukkandan | |
Closes #4164 | |||
2022-06-25 | [compat] Remove deprecated functions from core code | pukkandan | |
2022-06-25 | [cleanup] Consistent style for file heads | pukkandan | |
2022-06-25 | [compat] Remove more functions | pukkandan | |
Removing any more will require changes to a large number of extractors | |||
2022-06-23 | [extractor, cleanup] Reduce direct use of `_downloader` | pukkandan | |
2022-06-23 | [extractor/npr] Implement e50c3500b43d80e4492569c4b4523c4379c6fbb2 differently | pukkandan | |
Closes #4141 | |||
2022-06-22 | Allow extractors to specify section_start/end for clips | pukkandan | |
2022-06-20 | Bugfix for 7b2c3f47c6b586a208655fcfc716bba3f8619d1e | pukkandan | |
2022-06-20 | [cleanup] Misc | pukkandan | |
2022-06-20 | [extractor/BiliIntl] Fix metadata extraction | pukkandan | |
Closes #4116 | |||
2022-06-18 | [extractor] Add `default` parameter to `_search_json` (#4057) | coletdev | |
Authored by: pukkandan, coletdjnz | |||
2022-06-18 | [cleanup, utils] Don't use kwargs for `format_field` | pukkandan | |
2022-06-17 | [cleanup] Minor fixes (#4096) | christoph-heinrich | |
Authored by: christoph-heinrich | |||
2022-06-14 | [extractor/GoogleDrive] Add folder extractor (#4009) | Evan Spensley | |
Closes #3388 Authored by: evansp, pukkandan | |||
2022-06-13 | [extractor] Handle `json_ld` with multiple `@type`s | pukkandan | |
Closes: #4022 | |||
2022-06-11 | [cleanup] Misc fixes | pukkandan | |
Closes #4027 | |||
2022-06-10 | [extractor/FranceCulture] Fix extractor (#3874) | Aurélien Grosdidier | |
Closes #3742 Authored by: aurelg, pukkandan | |||
2022-06-06 | [extractor] Add `_search_json` | pukkandan | |
All fetching of JSON objects should eventually be done with this function but only `youtube` is being refactored for now | |||
2022-06-05 | [extractor/0000studio] Add extractors (#3959) | Lesmiscore | |
Authored by: Lesmiscore | |||
2022-06-03 | [cleanup] Misc fixes | pukkandan | |
Cherry-picks from: #3498, #3947 Related: #3949, https://github.com/yt-dlp/yt-dlp/issues/1839#issuecomment-1140313836 Authored by: pukkandan, flashdagger, gamer191 | |||
2022-06-03 | [extractor] Fix bug in 617f658b7ec1193749848c1b7343acab125dbc46 | pukkandan | |
While the function signature don't enforce it, some IEs that override `_download_webpage_handle` assume all optional arguments to be keyword-only Closes #3954 | |||
2022-06-02 | [extractor/npr] Use stream url from json-ld (#3455) | siddharth ravikumar | |
Closes #1934 Authored by: r5d | |||
2022-06-03 | [extractor] Fix bug in f95b9dee4501eed75e7dba984cd914f7f16e3bf1 | pukkandan | |
Closes #3951 |