aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/common.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [cleanup] Miscpukkandan2022-09-011-1/+1
| | | | | Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022
* [FormatSort] Fix `aext` for `--prefer-free-formats`pukkandan2022-09-011-1/+1
| | | | Closes #4735
* [extractor/newspicks] Add extractor (#4725)Lesmiscore2022-08-311-2/+2
| | | Authored by: Lesmiscore
* [utils] Add `deprecation_warning`pukkandan2022-08-301-6/+4
| | | | See https://github.com/yt-dlp/yt-dlp/pull/2173#issuecomment-1097021515
* Add option `--use-extractors`pukkandan2022-08-241-0/+13
| | | | | | | | Deprecates `--force-generic-extractor` Closes #3234, Closes #2044 Related: #4307, #1791
* [docs] Consistent use of `e.g.` (#4643)Lesmiscore2022-08-141-10/+10
| | | Authored by: Lesmiscore
* [extractor] Fix format sorting of `channels`pukkandan2022-08-111-2/+2
|
* [extractor] Add field `audio_channels`pukkandan2022-08-081-2/+5
|
* Minor bugfixespukkandan2022-08-021-1/+1
|
* Standardize retry mechanism (#1649)pukkandan2022-08-021-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)pukkandan2022-08-021-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)pukkandan2022-08-021-0/+1
| | | | Closes #4352
* [extractor, test] Basic framework for embed tests (#4307)pukkandan2022-08-021-2/+12
| | | | | | and split download tests so they can be more easily run in CI Authored by: coletdjnz
* [extractor] Framework for embed detection (#4307)pukkandan2022-08-021-22/+77
|
* [extractor/youtube] Add `live_status=post_live` (#4495)lazypete3652022-08-011-1/+2
| | | | Related: https://github.com/yt-dlp/yt-dlp/issues/1564 Authored by: lazypete365
* `--compat-option no-live-chat` should disable danmakupukkandan2022-07-191-4/+4
| | | | Closes #4387
* Remove Python 3.6 supportpukkandan2022-07-181-1/+2
| | | | Closes #3764
* [cleanup] Miscpukkandan2022-07-181-2/+2
|
* [extractor] Passthrough `errnote=False` to parsingpukkandan2022-07-151-19/+17
|
* [extractor/StarTrek] Add extractor (#4191)Tim Weber2022-07-131-1/+1
| | | Authored by: scy
* [extractor/youtube] More metadata for storyboards (#4334)ftk2022-07-121-0/+4
| | | Authored by: ftk
* [extractor] Fix empty `BaseURL` in MPDpukkandan2022-06-291-1/+2
| | | | Closes #4113
* [cleanup] Fix some typos (#4194)crazymoose777562022-06-261-3/+3
| | | Authored by: crazymoose77756
* [extractor] Fix `_create_request` when headers is Nonepukkandan2022-06-251-5/+5
| | | | Closes #4164
* [compat] Remove deprecated functions from core codepukkandan2022-06-251-23/+16
|
* [cleanup] Consistent style for file headspukkandan2022-06-251-3/+3
|
* [compat] Remove more functionspukkandan2022-06-251-16/+15
| | | | Removing any more will require changes to a large number of extractors
* [extractor, cleanup] Reduce direct use of `_downloader`pukkandan2022-06-231-1/+9
|
* [extractor/npr] Implement e50c3500b43d80e4492569c4b4523c4379c6fbb2 differentlypukkandan2022-06-231-22/+20
| | | | Closes #4141
* Allow extractors to specify section_start/end for clipspukkandan2022-06-221-0/+5
|
* Bugfix for 7b2c3f47c6b586a208655fcfc716bba3f8619d1epukkandan2022-06-201-1/+1
|
* [cleanup] Miscpukkandan2022-06-201-1/+1
|
* [extractor/BiliIntl] Fix metadata extractionpukkandan2022-06-201-11/+7
| | | | Closes #4116
* [extractor] Add `default` parameter to `_search_json` (#4057)coletdev2022-06-181-5/+24
| | | Authored by: pukkandan, coletdjnz
* [cleanup, utils] Don't use kwargs for `format_field`pukkandan2022-06-181-2/+2
|
* [cleanup] Minor fixes (#4096)christoph-heinrich2022-06-171-2/+2
| | | Authored by: christoph-heinrich
* [extractor/GoogleDrive] Add folder extractor (#4009)Evan Spensley2022-06-141-1/+1
| | | | Closes #3388 Authored by: evansp, pukkandan
* [extractor] Handle `json_ld` with multiple `@type`spukkandan2022-06-131-15/+16
| | | | Closes: #4022
* [cleanup] Misc fixespukkandan2022-06-111-1/+1
| | | | Closes #4027
* [extractor/FranceCulture] Fix extractor (#3874)Aurélien Grosdidier2022-06-101-2/+2
| | | | Closes #3742 Authored by: aurelg, pukkandan
* [extractor] Add `_search_json`pukkandan2022-06-061-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)Lesmiscore2022-06-051-2/+5
| | | Authored by: Lesmiscore
* [cleanup] Misc fixespukkandan2022-06-031-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 617f658b7ec1193749848c1b7343acab125dbc46pukkandan2022-06-031-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 ravikumar2022-06-021-1/+3
| | | | Closes #1934 Authored by: r5d
* [extractor] Fix bug in f95b9dee4501eed75e7dba984cd914f7f16e3bf1pukkandan2022-06-031-3/+6
| | | | Closes #3951
* [extractor] Add dev option `--load-pages`pukkandan2022-06-011-36/+48
|
* [extractor, cleanup] Refactor `_download_...` methodspukkandan2022-06-011-168/+101
|
* [extractor/common] Recognize `src` attribute from HTML5 media elements (#3899)Lesmiscore2022-05-291-2/+5
| | | Authored by: Lesmiscore
* [extractor/youtube] Fix initial player response extractioncoletdjnz2022-05-291-2/+10
| | | | Authored by: pukkandan, coletdjnz