aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-04[extractor/genius] Add extractors (#5221)bashonly
Closes #5209 Authored by: bashonly
2022-11-04[extractor/bbc] Support onion domains (#5211)sam
Authored by: DoubleCouponDay
2022-11-04[extractor/agora] Add extractors (#5101)lauren
Authored by: selfisekai
2022-11-04[extractor/bitchute] Simplify extractor (#5066)pukkandan
* Check alternate domains when a URL does not work * Obey `--no-check-formats` * Remove webseeds (doesnt seem to exist anymore) Authored by: flashdagger, pukkandan Co-authored-by: Marcel <flashdagger@googlemail.com>
2022-11-04[kaltura] Support playlists (#4986)James Woglom
Authored by: jwoglom, pukkandan
2022-10-31[extractor] Improve `_generic_title`pukkandan
2022-10-31[extractor/japandiet] Add extractors (#5368)Lesmiscore
Authored by: Lesmiscore
2022-10-29[extractor/youtube] Fix `duration` for premieres (#5382)nosoop
Closes #5378 Authored by: nosoop
2022-10-27[extractor/youtube] Fix `live_status` extraction for playlist videoscoletdjnz
Regression in https://github.com/yt-dlp/yt-dlp/commit/867c66ff97b0639485a2b6ebc28f2e0df0bf8187 Authored by: coletdjnz
2022-10-25Write API params in debug headpukkandan
2022-10-25[extractor/bilibili] Add chapters and misc cleanup (#4221)pukkandan
Authored by: lockmatrix, pukkandan
2022-10-25[extractor/bilibili] Fix BilibiliIE and Bangumi extractors (#4945)Locke
Closes #1878, #4071, #4397 Authored by: lockmatrix, pukkandan
2022-10-25[extractor/mlb] Add `MLBArticle` extractor (#4832)HobbyistDev
Closes #3475 Authored by: HobbyistDev
2022-10-25[extractor/zenyandex] Fix extractors (#3750, #5268)Alex Karabanov
Closes #3736 Authored by: lksj, puc9, pukkandan Co-authored-by: puc9 <51006296+puc9@users.noreply.github.com>
2022-10-24[extractor/americastestkitchen] Fix extractor (#5343)bashonly
Fix `_VALID_URL` and season extraction Closes #5343 Authored by: bashonly
2022-10-22[extractor/iprima] Make json+ld non-fatalpukkandan
Closes #5318 Authored by: bashonly
2022-10-21[build] Replace `set-output` with `GITHUB_OUTPUT` (#5315)Lesmiscore
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Authored by: Lesmiscore
2022-10-21[extractor/zee5] Improve `_VALID_URL` (#5316)m4tu4g
Authored by: m4tu4g
2022-10-21[extractor/redgifs] Fix extractorspukkandan
Superseeds f47cf86eff47accf47082f88583ef25cdae18467 Closes #5311 Authored by: bashonly
2022-10-20[extractor/zeenews] Add extractor (#5289)m4tu4g
Closes #4967 Authored by: m4tu4g, pukkandan
2022-10-20[extractor/redgifs] Fix extractorspukkandan
Closes #5202, closes #5216
2022-10-19[extractor/twitter] Add Spaces extractor and GraphQL API (#5247, #4864)Simon Sawicki
Closes #1605, Closes #5233, Closes #1249 Authored by: Grub4K, nixxo, bashonly, pukkandan Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> Co-authored-by: nixxo <nixxo@protonmail.com>
2022-10-19[extractor/paramountplus] Update API token (#5285)bashonly
Closes #5273 Authored by: bashonly
2022-10-19[extractor/voot] Improve `_VALID_URL` (#5283)Anant Murmu
Authored by: freezboltz
2022-10-19[extractor/youtube] Mark videos as fully watchedbsun0000
Closes #2555 Authored by: bsun0000
2022-10-18[cleanup Miscpukkandan
Closes #5162
2022-10-18[SponsorBlock] Relax duration check for large segmentspukkandan
2022-10-18[docs, devscripts] Document `pyinst`'s argument passthrough (#5235)jahway603
Closes #4631 Authored by: jahway603
2022-10-18[ModifyChapters] Handle the entire video being marked for removalpukkandan
Closes #5238
2022-10-18[SponsorBlock] Obey `--retry-sleep extractor`pukkandan
2022-10-18[SponsorBlock] Add `type` fieldpukkandan
2022-10-18[SponsorBlock] Support `chapter` category (#5260)Ajay Ramachandran
Authored by: ajayyy, pukkandan
2022-10-18[downloader/fragment] HLS download can continue without first fragmentpukkandan
Closes #5274
2022-10-18Fix end time of clips (#5255)cruel-efficiency
Closes #5256 Authored by: cruel-efficiency
2022-10-17[extractor/YoutubeWebArchive] Improve metadata extraction (#4968)Matthew
Closes https://github.com/yt-dlp/yt-dlp/issues/4574 Authored by: coletdjnz Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2022-10-15[extractor/Fox] Extract thumbnail (#5243)Vitaly Khabarov
Closes #1679 Authored by: vitkhab
2022-10-14[outtmpl] Ensure ASCII in json and add option for Unicodepukkandan
Closes #5236
2022-10-14[extractor/generic:quoted-html] Add extractor (#5213)Matthew
Extracts embeds from escaped HTML within `data-html` attribute. Related: https://github.com/ytdl-org/youtube-dl/issues/21294, https://github.com/yt-dlp/yt-dlp/pull/5121 Authored by: coletdjnz Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2022-10-14[extractor/youtube] Fix live_statuspukkandan
Bug in 4d37720a0c5f1c9c4768ea20b0f943277f55bc12
2022-10-14[extractor/iq] Increase phantomjs timeoutpukkandan
Closes #5161
2022-10-14[extractor/cda]: Support login through API (#5100)lauren
Authored by: selfisekai
2022-10-13[extractor/youtube:tab] Let `approximate_date` return timestamppukkandan
2022-10-13Do more processing in `--flat-playlist`pukkandan
2022-10-13[utils] `js_to_json`: Improve escape handling (#5217)Simon Sawicki
Authored by: Grub4K
2022-10-12[extractor/aeon] Add extractor (#5205)sam
Closes #1653 Authored by: DoubleCouponDay
2022-10-12[extractor/tnaflix] Fix 09c127ff838505de1bddde56ad4d22f46ebf6ed7pukkandan
Closes #5188
2022-10-12[extractor/twitter] Add onion site to `_VALID_URL` (#5208)sam
See #3053 Authored by: DoubleCouponDay
2022-10-11[extractor/twitter] Support multi-video posts (#5183)Simon Sawicki
Closes #5157, Closes #5147 Authored by: Grub4K
2022-10-11[cookies] Improve `LenientSimpleCookie` (#5195)Simon Sawicki
Closes #5186 Authored by: Grub4K
2022-10-11[jsinterp] Improve separating regexpukkandan
Fixes https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1273974909