Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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 | |||||
* | [extractor] Add `_search_json` | pukkandan | 2022-06-06 | 1 | -12/+12 | |
| | | | | | All fetching of JSON objects should eventually be done with this function but only `youtube` is being refactored for now | |||||
* | [extractor/0000studio] Add extractors (#3959) | Lesmiscore | 2022-06-05 | 1 | -2/+5 | |
| | | | Authored by: Lesmiscore | |||||
* | [cleanup] Misc fixes | pukkandan | 2022-06-03 | 1 | -2/+3 | |
| | | | | | | Cherry-picks from: #3498, #3947 Related: #3949, https://github.com/yt-dlp/yt-dlp/issues/1839#issuecomment-1140313836 Authored by: pukkandan, flashdagger, gamer191 | |||||
* | [extractor] Fix bug in 617f658b7ec1193749848c1b7343acab125dbc46 | pukkandan | 2022-06-03 | 1 | -8/+20 | |
| | | | | | | | 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 | |||||
* | [extractor/npr] Use stream url from json-ld (#3455) | siddharth ravikumar | 2022-06-02 | 1 | -1/+3 | |
| | | | | Closes #1934 Authored by: r5d | |||||
* | [extractor] Fix bug in f95b9dee4501eed75e7dba984cd914f7f16e3bf1 | pukkandan | 2022-06-03 | 1 | -3/+6 | |
| | | | | Closes #3951 | |||||
* | [extractor] Add dev option `--load-pages` | pukkandan | 2022-06-01 | 1 | -36/+48 | |
| | ||||||
* | [extractor, cleanup] Refactor `_download_...` methods | pukkandan | 2022-06-01 | 1 | -168/+101 | |
| | ||||||
* | [extractor/common] Recognize `src` attribute from HTML5 media elements (#3899) | Lesmiscore | 2022-05-29 | 1 | -2/+5 | |
| | | | Authored by: Lesmiscore | |||||
* | [extractor/youtube] Fix initial player response extraction | coletdjnz | 2022-05-29 | 1 | -2/+10 | |
| | | | | Authored by: pukkandan, coletdjnz | |||||
* | [cleanup] Misc fixes and cleanup | pukkandan | 2022-05-27 | 1 | -2/+1 | |
| | | | | Closes #3780, Closes #3853, Closes #3850 | |||||
* | [cleanup] Misc | pukkandan | 2022-05-21 | 1 | -4/+2 | |
| | ||||||
* | [compat] Add `functools.cached_property` | pukkandan | 2022-05-20 | 1 | -2/+2 | |
| | ||||||
* | [cleanup] Minor fixes | pukkandan | 2022-05-18 | 1 | -6/+12 | |
| | ||||||
* | [cleanup] Misc cleanup | pukkandan | 2022-05-17 | 1 | -14/+15 | |
| | ||||||
* | [extractor] Use classmethod/property where possible | pukkandan | 2022-05-13 | 1 | -28/+30 | |
| | | | | | | and refactor lazy extractors accordingly. This reduces the need to create extractor instances | |||||
* | [extractor] Document netrc machines | pukkandan | 2022-05-11 | 1 | -14/+37 | |
| | | | | Closes #3169 | |||||
* | Remove warning for videos with an empty title | pukkandan | 2022-05-07 | 1 | -1/+3 | |
| | ||||||
* | [cleanup] Misc fixes (see desc) | pukkandan | 2022-05-01 | 1 | -1/+1 | |
| | | | | | | | | * Do not warn when fixup is skipped for existing file * [fragment] Fix `--skip-unavailable-fragments` for HTTP Errors * [utils] write_string: Fix bug in 59f943cd5097e9bdbc3cb3e6b5675e43d369341a * [utils] parse_codecs: Subtitle codec is generally referred to as `scodec`. https://github.com/yt-dlp/yt-dlp/pull/2174#discussion_r790156048 * [docs] Remove note about permissions. Closes #3597 | |||||
* | [cleanup] Misc fixes | pukkandan | 2022-04-29 | 1 | -2/+1 | |
| | | | | Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364 | |||||
* | Improve `--clean-infojson` | pukkandan | 2022-04-28 | 1 | -2/+4 | |
| | | | | | It should not removes fields that may be needed for `--load-infojson`. Eg: `_ffmpeg_args`, `_has_drm` | |||||
* | [extractor] Update `manifest_url`s after redirect (#3575) | Elyse | 2022-04-27 | 1 | -11/+23 | |
| | | | Authored by: elyse0 |