aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/common.py
Commit message (Expand)AuthorAgeFilesLines
* [extractor] Fix `fatal=False` for `_search_nuxt_data`pukkandan2022-11-111-1/+4
* [extractor/youtube] Differentiate between no and disabled comments (#5491)Matthew2022-11-101-0/+5
* [cleanup] Lint and misc cleanuppukkandan2022-11-071-1/+2
* [extractor] Improve `_generic_title`pukkandan2022-10-311-3/+5
* [extractor/zeenews] Add extractor (#5289)m4tu4g2022-10-201-1/+1
* [cleanup Miscpukkandan2022-10-181-1/+3
* [extractor/youtube:tab] Let `approximate_date` return timestamppukkandan2022-10-131-2/+2
* [extractor/generic] Separate embed extraction into own function (#5176)pukkandan2022-10-091-0/+7
* [extractor/common] Fix `json_ld` type checks (#5145)Simon Sawicki2022-10-091-7/+5
* [extractor/youtube] Extract concurrent view count for livestreams (#5152)Matthew2022-10-071-0/+1
* [cleanup] Minor fixespukkandan2022-10-041-1/+1
* [extractor/JWPlatform] Fix extractor (#5112)coletdjnz2022-10-031-1/+2
* [extractor] Make search_json able to parse listspukkandan2022-10-031-2/+2
* [downloader/ism] Support ec-3 codec (#5004)nixxo2022-09-301-2/+3
* [extractor] Improve json+ld extractionpukkandan2022-09-271-2/+9
* [docs] Misc improvementspukkandan2022-09-221-1/+1
* [extractor] Fix `fatal=False` in `RetryManager`pukkandan2022-09-221-2/+4
* [cookies] Parse cookies leniently (#4780)Simon Sawicki2022-09-161-1/+2
* Allow plugin extractors to replace the built-in onespukkandan2022-09-161-0/+13
* [extractor/common] Escape `%` in `representation_id` of m3u8pukkandan2022-09-101-2/+2
* [docs] Improvementspukkandan2022-09-071-1/+1
* [cleanup] Miscpukkandan2022-09-011-1/+1
* [FormatSort] Fix `aext` for `--prefer-free-formats`pukkandan2022-09-011-1/+1
* [extractor/newspicks] Add extractor (#4725)Lesmiscore2022-08-311-2/+2
* [utils] Add `deprecation_warning`pukkandan2022-08-301-6/+4
* Add option `--use-extractors`pukkandan2022-08-241-0/+13
* [docs] Consistent use of `e.g.` (#4643)Lesmiscore2022-08-141-10/+10
* [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
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-021-0/+5
* [extractor] Support multiple archive ids for one video (#4307)pukkandan2022-08-021-0/+1
* [extractor, test] Basic framework for embed tests (#4307)pukkandan2022-08-021-2/+12
* [extractor] Framework for embed detection (#4307)pukkandan2022-08-021-22/+77
* [extractor/youtube] Add `live_status=post_live` (#4495)lazypete3652022-08-011-1/+2
* `--compat-option no-live-chat` should disable danmakupukkandan2022-07-191-4/+4
* Remove Python 3.6 supportpukkandan2022-07-181-1/+2
* [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
* [extractor/youtube] More metadata for storyboards (#4334)ftk2022-07-121-0/+4
* [extractor] Fix empty `BaseURL` in MPDpukkandan2022-06-291-1/+2
* [cleanup] Fix some typos (#4194)crazymoose777562022-06-261-3/+3
* [extractor] Fix `_create_request` when headers is Nonepukkandan2022-06-251-5/+5
* [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
* [extractor, cleanup] Reduce direct use of `_downloader`pukkandan2022-06-231-1/+9
* [extractor/npr] Implement e50c3500b43d80e4492569c4b4523c4379c6fbb2 differentlypukkandan2022-06-231-22/+20