aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/common.py
AgeCommit message (Collapse)Author
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 danmakupukkandan
Closes #4387
2022-07-18Remove Python 3.6 supportpukkandan
Closes #3764
2022-07-18[cleanup] Miscpukkandan
2022-07-15[extractor] Passthrough `errnote=False` to parsingpukkandan
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 MPDpukkandan
Closes #4113
2022-06-26[cleanup] Fix some typos (#4194)crazymoose77756
Authored by: crazymoose77756
2022-06-25[extractor] Fix `_create_request` when headers is Nonepukkandan
Closes #4164
2022-06-25[compat] Remove deprecated functions from core codepukkandan
2022-06-25[cleanup] Consistent style for file headspukkandan
2022-06-25[compat] Remove more functionspukkandan
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 differentlypukkandan
Closes #4141
2022-06-22Allow extractors to specify section_start/end for clipspukkandan
2022-06-20Bugfix for 7b2c3f47c6b586a208655fcfc716bba3f8619d1epukkandan
2022-06-20[cleanup] Miscpukkandan
2022-06-20[extractor/BiliIntl] Fix metadata extractionpukkandan
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`spukkandan
Closes: #4022
2022-06-11[cleanup] Misc fixespukkandan
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 fixespukkandan
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 617f658b7ec1193749848c1b7343acab125dbc46pukkandan
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 f95b9dee4501eed75e7dba984cd914f7f16e3bf1pukkandan
Closes #3951
2022-06-01[extractor] Add dev option `--load-pages`pukkandan
2022-06-01[extractor, cleanup] Refactor `_download_...` methodspukkandan
2022-05-29[extractor/common] Recognize `src` attribute from HTML5 media elements (#3899)Lesmiscore
Authored by: Lesmiscore
2022-05-29[extractor/youtube] Fix initial player response extractioncoletdjnz
Authored by: pukkandan, coletdjnz
2022-05-27[cleanup] Misc fixes and cleanuppukkandan
Closes #3780, Closes #3853, Closes #3850
2022-05-21[cleanup] Miscpukkandan
2022-05-20[compat] Add `functools.cached_property`pukkandan
2022-05-18[cleanup] Minor fixespukkandan
2022-05-17[cleanup] Misc cleanuppukkandan
2022-05-13[extractor] Use classmethod/property where possiblepukkandan
and refactor lazy extractors accordingly. This reduces the need to create extractor instances
2022-05-11[extractor] Document netrc machinespukkandan
Closes #3169
2022-05-07Remove warning for videos with an empty titlepukkandan
2022-05-01[cleanup] Misc fixes (see desc)pukkandan
* 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
2022-04-29[cleanup] Misc fixespukkandan
Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
2022-04-28Improve `--clean-infojson`pukkandan
It should not removes fields that may be needed for `--load-infojson`. Eg: `_ffmpeg_args`, `_has_drm`
2022-04-27[extractor] Update `manifest_url`s after redirect (#3575)Elyse
Authored by: elyse0