]> jfr.im git - yt-dlp.git/history - yt_dlp/extractor/generic.py
[ie/generic] Add `key_query` extractor-arg
[yt-dlp.git] / yt_dlp / extractor / generic.py
2024-06-15  bashonly[ie/generic] Add `key_query` extractor-arg
2024-06-11  sepro[cleanup] Add more ruff rules (#10149)
2024-05-26  Simon Sawicki[misc] Add `hatch`, `ruff`, `pre-commit` and improve...
2024-04-04  Offert4324[ie/medici] Fix extractor (#9518)
2024-03-09  sepro[ie/generic] Follow https redirects properly (#9121)
2023-12-30  Simon Sawicki[cleanup] Misc (#8598)
2023-11-26  sepro[cleanup] Remove dead extractors (#8604)
2023-11-14  bashonly[ie] Do not smuggle `http_headers`
2023-10-28  bashonly[ie/generic] Improve direct video link ext detection...
2023-10-06  trainman261[cleanup] Update extractor tests (#7718)
2023-09-16  bashonly[ie/generic] Fix KVS thumbnail extraction
2023-07-22  pukkandan[ie/generic] Fix generic title for embeds
2023-07-15  coletdjnz[compat, networking] Deprecate old functions (#2861)
2023-04-13  bashonly[extractor/generic] Attempt to detect live HLS (#6775)
2023-03-23  bashonlyFix 5cc0a8fd2e9fec50026fb92170b57993af939e4a
2023-03-23  bashonly[extractor/generic] Accept values for `fragment_query...
2023-03-21  bashonly[extractor/generic] Add extractor-args `hls_key`, ...
2023-03-01  bashonly[extractor/generic] Detect manifest links via extension
2023-02-26  pukkandan[extractor/generic] Handle basic-auth when checking...
2023-02-03  chio0hai[extractor/txxx] Add extractors (#5240)
2023-01-29  bashonly[extractor/generic] Avoid catastrophic backtracking...
2023-01-02  bashonly[extractor/generic] Decode unicode-escaped embed URLs...
2023-01-02  Simon SawickiUpdate to ytdl-commit-195f22f6
2023-01-01  coletdjnz[extractor/generic] Use `Accept-Encoding: identity...
2022-12-09  bashonly[downloader/ffmpeg] Fix headers for video+audio formats...
2022-12-09  nixxo[extractor/mediaset] Better embed detection and error...
2022-12-08  pukkandan[extractor/sibnet] Separate from VKIE
2022-11-21  bashonly[extractor/generic] Add `fragment_query` extractor...
2022-11-18  bashonly[extractor/generic] Fix JSON LD manifest extraction...
2022-11-17  bashonly[extractor/brightcove] Add `BrightcoveNewBaseIE` and...
2022-11-17  pukkandan[extractor] Deprecate `_sort_formats`
2022-11-16  pukkandan[extractor/generic] Don't report redirect to https
2022-11-09  MMM[extractor/rumble] Add HLS formats and extract more...
2022-10-31  pukkandan[extractor] Improve `_generic_title`
2022-10-18  pukkandan[cleanup Misc
2022-10-14  Matthew[extractor/generic:quoted-html] Add extractor (#5213)
2022-10-09  pukkandan[extractor/generic] Separate embed extraction into...
2022-10-09  Simon Sawicki[extractor/common] Fix `json_ld` type checks (#5145)
2022-10-03  coletdjnz[extractor/JWPlatform] Fix extractor (#5112)
2022-09-26  pukkandan[extractor] Improve json+ld extraction
2022-09-23  coletdjnz[extractor/wistia] Add support for channels (#4819)
2022-09-21  bashonly[extractor/wistia] Match IDs in embed URLs (#4990)
2022-09-21  pukkandan[docs] Misc improvements
2022-09-16  pukkandan[extractor/generic] Pass through referer from json-ld
2022-09-09  pukkandan[cleanup] Misc
2022-08-27  pukkandan[extractor/generic] Don't return JW player without...
2022-08-24  pukkandanFix bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fa
2022-08-14  Lesmiscore[docs] Consistent use of `e.g.` (#4643)
2022-08-01  pukkandan[extractors] Use new framework for existing embeds...
2022-08-01  pukkandan[extractor/html5] Separate into own extractor (#4307)
2022-08-01  pukkandan[extractor/camtasia] Separate into own extractor (...
2022-08-01  pukkandan[extractor, test] Basic framework for embed tests ...
2022-08-01  pukkandan[extractor] Framework for embed detection (#4307)
2022-07-07  pukkandan[extractor/generic] Remove HEAD request
2022-06-29  pukkandan[cleanup] Misc cleanup
2022-06-27  crazymoose77756[cleanup] Fix some typos (#4194)
2022-06-24  pukkandan[compat] Remove deprecated functions from core code
2022-06-20  pukkandan[cleanup] Misc
2022-06-19  Elyse[extractor/substack] Add extractor (#4011)
2022-06-13  pukkandan[extractor] Handle `json_ld` with multiple `@type`s
2022-06-13  pukkandan[extractor/rumble] Detect JS embed
2022-06-13  pukkandan[extractor/generic] Revert e6ae51c123897927eb3c9899923d...
2022-06-11  pukkandan[extractor/jwplatform] Look for `data-video-jw-id`
2022-05-20  pukkandan[tiktok] Detect embeds
2022-05-18  pukkandan[utils] `is_html`: Handle double BOM
2022-05-17  pukkandan[vimeo] Fix extractors
2022-05-17  pukkandan[generic] Refactor `_extract_rss`
2022-05-16  pukkandan[cleanup] Misc cleanup
2022-05-09  pukkandan[cleanup] Minor fixes (See desc)
2022-05-07  Teemu Ikonen[ruutu] Support hs.fi embeds (#3547)
2022-04-14  Felix S[spotify] Detect iframe embeds (#3430)
2022-04-12  pukkandan[cleanup] Sort imports
2022-04-12  pukkandan[cleanup] Upgrade syntax
2022-04-12  pukkandan[cleanup] Mark some compat variables for removal (...
2022-04-12  felix[cleanup] Remove unused code paths (#2173)
2022-04-05  pukkandan[cleanup] Misc fixes
2022-04-05  Teemu Ikonen[ruutu] Detect embeds (#3294)
2022-04-04  pukkandan[cleanup] Use `_html_extract_title`
2022-03-23  Lesmiscore (Naoya... [generic] Extract subtitles from video.js (#3156)
2022-03-18  pukkandan[extractor] Add `_perform_login` function (#2943)
2022-03-08  coletdev[panopto] Add extractors (#2908)
2022-03-04  Zenon Mousmoulas[ant1newsgr] Add extractor (#1982)
2022-02-20  pukkandan[generic] Pass referer to extracted formats
2022-02-11  Bricio[generic] Set rss `guid` as video id (#2741)
2022-02-11  marieell[cleanup] Remove extractors for some dead websites...
2022-02-02  pukkandan[generic] Allow further processing of json_ld URL
2022-02-01  Zenon Mousmoulas[ertgr] Add new extractors (#2338)
2022-01-21  pukkandan[cleanup] Minor fixes
2022-01-19  Zenon Mousmoulas[tvopengr] Add extractors (#2297)
2022-01-19  trasssh[Ted] Rewrite extractor (#2359)
2022-01-19  Zenon Mousmoulas[megatvcom] Add embed test (#2362)
2022-01-16  Zenon Mousmoulas[megatvcom] Add extractors (#1980)
2022-01-16  Zenon Mousmoulas[glomex] Minor fixes (#2357)
2022-01-13  Zenon Mousmoulas[glomex] Add new extractors (#1979)
2022-01-13  trasssh[generic] Improve KVS player extraction (#2328)
2022-01-05  coletdjnz[MainStreaming] Add extractor (#2180)
2022-01-05  coletdjnz[gfycat] Support embeds (#2229)
2021-12-25  git-anony-mouse[generic] Fix HTTP KVS Player (#2111)
2021-12-19  pukkandan[generic] Extract m3u8 formats from JSON-LD
2021-11-27  Grabien[Senate.gov] Add SenateGovIE and fix SenateISVPIE ...
next