Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [extractor/JWPlatform] Fix extractor (#5112) | coletdjnz | 2022-10-03 | 1 | -1/+2 | |
| | | | | | | | Fix bitrate and filesize extraction and support embeds with unquoted urls. Related: #5106 Authored by: coletdjnz | |||||
* | [extractor] Make search_json able to parse lists | pukkandan | 2022-10-03 | 1 | -2/+2 | |
| | | | | Now `contains_pattern` can be set to `\[.+\]` | |||||
* | [downloader/ism] Support ec-3 codec (#5004) | nixxo | 2022-09-30 | 1 | -2/+3 | |
| | | | | Closes #296 Authored by: nixxo | |||||
* | [extractor] Improve json+ld extraction | pukkandan | 2022-09-27 | 1 | -2/+9 | |
| | | | | Related #5035 | |||||
* | [docs] Misc improvements | pukkandan | 2022-09-22 | 1 | -1/+1 | |
| | | | | Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979 | |||||
* | [extractor] Fix `fatal=False` in `RetryManager` | pukkandan | 2022-09-22 | 1 | -2/+4 | |
| | ||||||
* | [cookies] Parse cookies leniently (#4780) | Simon Sawicki | 2022-09-16 | 1 | -1/+2 | |
| | | | | | Closes #4776, #3778 Authored by: Grub4K | |||||
* | Allow plugin extractors to replace the built-in ones | pukkandan | 2022-09-16 | 1 | -0/+13 | |
| | | | | | | This allows easier plugin chaining; e.g. - https://gist.github.com/pukkandan/24f13ff1ed385c5a390c1d7bd130d8f7 - https://gist.github.com/pukkandan/fcf5ca1785c80f64e471f0ee14f990fb | |||||
* | [extractor/common] Escape `%` in `representation_id` of m3u8 | pukkandan | 2022-09-10 | 1 | -2/+2 | |
| | | | | Closes #4877 | |||||
* | [docs] Improvements | pukkandan | 2022-09-07 | 1 | -1/+1 | |
| | | | | | | | * 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 | |||||
* | [cleanup] Misc | pukkandan | 2022-09-01 | 1 | -1/+1 | |
| | | | | | Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022 | |||||
* | [FormatSort] Fix `aext` for `--prefer-free-formats` | pukkandan | 2022-09-01 | 1 | -1/+1 | |
| | | | | Closes #4735 | |||||
* | [extractor/newspicks] Add extractor (#4725) | Lesmiscore | 2022-08-31 | 1 | -2/+2 | |
| | | | Authored by: Lesmiscore | |||||
* | [utils] Add `deprecation_warning` | pukkandan | 2022-08-30 | 1 | -6/+4 | |
| | | | | See https://github.com/yt-dlp/yt-dlp/pull/2173#issuecomment-1097021515 | |||||
* | Add option `--use-extractors` | pukkandan | 2022-08-24 | 1 | -0/+13 | |
| | | | | | | | | Deprecates `--force-generic-extractor` Closes #3234, Closes #2044 Related: #4307, #1791 | |||||
* | [docs] Consistent use of `e.g.` (#4643) | Lesmiscore | 2022-08-14 | 1 | -10/+10 | |
| | | | Authored by: Lesmiscore | |||||
* | [extractor] Fix format sorting of `channels` | pukkandan | 2022-08-11 | 1 | -2/+2 | |
| | ||||||
* | [extractor] Add field `audio_channels` | pukkandan | 2022-08-08 | 1 | -2/+5 | |
| | ||||||
* | Minor bugfixes | pukkandan | 2022-08-02 | 1 | -1/+1 | |
| | ||||||
* | Standardize retry mechanism (#1649) | pukkandan | 2022-08-02 | 1 | -0/+8 | |
| | | | | | | | * [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 | |||||
* | [extractors] Use new framework for existing embeds (#4307) | pukkandan | 2022-08-02 | 1 | -0/+5 | |
| | | | | | | | `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] Support multiple archive ids for one video (#4307) | pukkandan | 2022-08-02 | 1 | -0/+1 | |
| | | | | Closes #4352 | |||||
* | [extractor, test] Basic framework for embed tests (#4307) | pukkandan | 2022-08-02 | 1 | -2/+12 | |
| | | | | | | and split download tests so they can be more easily run in CI Authored by: coletdjnz | |||||
* | [extractor] Framework for embed detection (#4307) | pukkandan | 2022-08-02 | 1 | -22/+77 | |
| | ||||||
* | [extractor/youtube] Add `live_status=post_live` (#4495) | lazypete365 | 2022-08-01 | 1 | -1/+2 | |
| | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/1564 Authored by: lazypete365 | |||||
* | `--compat-option no-live-chat` should disable danmaku | pukkandan | 2022-07-19 | 1 | -4/+4 | |
| | | | | Closes #4387 | |||||
* | Remove Python 3.6 support | pukkandan | 2022-07-18 | 1 | -1/+2 | |
| | | | | Closes #3764 | |||||
* | [cleanup] Misc | pukkandan | 2022-07-18 | 1 | -2/+2 | |
| | ||||||
* | [extractor] Passthrough `errnote=False` to parsing | pukkandan | 2022-07-15 | 1 | -19/+17 | |
| | ||||||
* | [extractor/StarTrek] Add extractor (#4191) | Tim Weber | 2022-07-13 | 1 | -1/+1 | |
| | | | Authored by: scy | |||||
* | [extractor/youtube] More metadata for storyboards (#4334) | ftk | 2022-07-12 | 1 | -0/+4 | |
| | | | Authored by: ftk | |||||
* | [extractor] Fix empty `BaseURL` in MPD | pukkandan | 2022-06-29 | 1 | -1/+2 | |
| | | | | Closes #4113 | |||||
* | [cleanup] Fix some typos (#4194) | crazymoose77756 | 2022-06-26 | 1 | -3/+3 | |
| | | | Authored by: crazymoose77756 | |||||
* | [extractor] Fix `_create_request` when headers is None | pukkandan | 2022-06-25 | 1 | -5/+5 | |
| | | | | Closes #4164 | |||||
* | [compat] Remove deprecated functions from core code | pukkandan | 2022-06-25 | 1 | -23/+16 | |
| | ||||||
* | [cleanup] Consistent style for file heads | pukkandan | 2022-06-25 | 1 | -3/+3 | |
| | ||||||
* | [compat] Remove more functions | pukkandan | 2022-06-25 | 1 | -16/+15 | |
| | | | | Removing any more will require changes to a large number of extractors | |||||
* | [extractor, cleanup] Reduce direct use of `_downloader` | pukkandan | 2022-06-23 | 1 | -1/+9 | |
| | ||||||
* | [extractor/npr] Implement e50c3500b43d80e4492569c4b4523c4379c6fbb2 differently | pukkandan | 2022-06-23 | 1 | -22/+20 | |
| | | | | Closes #4141 | |||||
* | Allow extractors to specify section_start/end for clips | pukkandan | 2022-06-22 | 1 | -0/+5 | |
| | ||||||
* | Bugfix for 7b2c3f47c6b586a208655fcfc716bba3f8619d1e | pukkandan | 2022-06-20 | 1 | -1/+1 | |
| | ||||||
* | [cleanup] Misc | pukkandan | 2022-06-20 | 1 | -1/+1 | |
| | ||||||
* | [extractor/BiliIntl] Fix metadata extraction | pukkandan | 2022-06-20 | 1 | -11/+7 | |
| | | | | Closes #4116 | |||||
* | [extractor] Add `default` parameter to `_search_json` (#4057) | coletdev | 2022-06-18 | 1 | -5/+24 | |
| | | | Authored by: pukkandan, coletdjnz | |||||
* | [cleanup, utils] Don't use kwargs for `format_field` | pukkandan | 2022-06-18 | 1 | -2/+2 | |
| | ||||||
* | [cleanup] Minor fixes (#4096) | christoph-heinrich | 2022-06-17 | 1 | -2/+2 | |
| | | | Authored by: christoph-heinrich | |||||
* | [extractor/GoogleDrive] Add folder extractor (#4009) | Evan Spensley | 2022-06-14 | 1 | -1/+1 | |
| | | | | Closes #3388 Authored by: evansp, pukkandan | |||||
* | [extractor] Handle `json_ld` with multiple `@type`s | pukkandan | 2022-06-13 | 1 | -15/+16 | |
| | | | | Closes: #4022 | |||||
* | [cleanup] Misc fixes | pukkandan | 2022-06-11 | 1 | -1/+1 | |
| | | | | Closes #4027 | |||||
* | [extractor/FranceCulture] Fix extractor (#3874) | Aurélien Grosdidier | 2022-06-10 | 1 | -2/+2 | |
| | | | | Closes #3742 Authored by: aurelg, pukkandan |