Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-05 | [extractor/lumni] Add extractor (#6302) | Chris Caruso | |
Authored by: carusocr Closes #6202 | |||
2023-03-04 | [extractor/Prankcast] Fix tags (#6316) | columndeeply | |
Authored by: columndeeply | |||
2023-03-04 | [extractor/twitter] Fix retweet extraction (#6422) | lauren n. liberda | |
Authored by: selfisekai | |||
2023-03-04 | [extractor/SportDeutschland] Rewrite extractor | pukkandan | |
Note: `multi_video` live streams are untested Closes #6417, closes #6418, closes #6420 | |||
2023-03-04 | [extractor/bilibili] Fix for downloading wrong subtitles (#6358) | LXYan2333 | |
Closes #6357 Authored by: LXYan2333 | |||
2023-03-04 | [devscripts] `make_changelog`: Stop at `Release ...` commit | pukkandan | |
Closes #6415 | |||
2023-03-04 | [xvideos:quickies] Add extractor (#6414) | Yakabuff | |
Authored by: Yakabuff Closes #6356 | |||
2023-03-04 | [extractor/rutube] Extract chapters from description (#6345) | mushbite | |
Authored by: mushbite | |||
2023-03-04 | [build] Only archive if `vars.ARCHIVE_REPO` is set | Simon Sawicki | |
Authored by: Grub4K | |||
2023-03-04 | [extractor/twitch] Update for GraphQL API changes (#6318) | Elyse | |
Authored by: elyse0 Closes #6308 | |||
2023-03-04 | [extractor/ESPNcricinfo] Handle new URL pattern (#6321) | Venkata Krishna S | |
Authored by: venkata-krishnas Closes #6164 | |||
2023-03-03 | [build] Fix publishing to PyPI and homebrew | bashonly | |
Closes #6411 Authored by: bashonly | |||
2023-03-03 | Release 2023.03.032023.03.03 | github-actions | |
Created by: Grub4K :ci skip all :ci run dl | |||
2023-03-03 | Fix d400e261cf029a3f20d364113b14de973be75404 | Simon Sawicki | |
Authored by: Grub4K | |||
2023-03-04 | Fix bug in 29cb20bd563c02671b31dd840139e93dd37150a1 | pukkandan | |
2023-03-04 | Add option `--break-match-filters` | pukkandan | |
* Deprecates `--break-on-reject` Closes #5962 | |||
2023-03-03 | Fix `--break-on-existing` with `--lazy-playlist` | pukkandan | |
Closes #6399 | |||
2023-03-03 | [cleanup, jsinterp] Give functions names to help debugging | pukkandan | |
2023-03-03 | [cleanup] Misc | pukkandan | |
2023-03-03 | [build] Add `cffi` as a dependency for `yt_dlp_linux` | bashonly | |
Closes #6394 Authored by: bashonly | |||
2023-03-03 | [build] Sign SHA files and release public key | Simon Sawicki | |
Closes #6344 Authored by: Grub4K | |||
2023-03-03 | [update] Add option `--update-to`, including to nightly (#6220) | Simon Sawicki | |
* By default, stable will only update to stable, and nightly to nightly Authored by: Grub4K, bashonly, pukkandan Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> | |||
2023-03-03 | [build] Automated builds and nightly releases (#6220) | Simon Sawicki | |
Closes #1839 Authored by: Grub4K, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> | |||
2023-03-03 | [devscripts] Script to generate changelog (#6220) | Simon Sawicki | |
Authored by: Grub4K | |||
2023-03-03 | [jsinterp] Handle `Date` at epoch 0 | pukkandan | |
Closes #6400 | |||
2023-03-03 | [extractor/yle_areena] Extract non-Kaltura videos (#6402) | bashonly | |
Closes #6066 Authored by: bashonly | |||
2023-03-03 | [extractor/mediastream] Improve WinSports support (#6401) | bashonly | |
Closes #6360 Authored by: bashonly | |||
2023-03-03 | [extractor/ntvru] Extract HLS and DASH formats (#6403) | bashonly | |
Closes #5915 Authored by: bashonly | |||
2023-03-03 | [extractor/iprima] Fix extractor (#6291) | std-move | |
Authored by: std-move Closes #6187 | |||
2023-03-01 | [extractor/generic] Detect manifest links via extension | bashonly | |
Authored by: bashonly | |||
2023-03-01 | [extractor/youtube] Detect and break on looping comments (#6301) | coletdjnz | |
Fixes https://github.com/yt-dlp/yt-dlp/issues/6290 Authored by: coletdjnz | |||
2023-02-28 | [cleanup] Misc | pukkandan | |
2023-02-28 | [extractor/youtube] Extract channel `view_count` when `/about` tab is passed | pukkandan | |
2023-02-28 | [extractor/youtube] Fix 5038f6d713303e0967d002216e7a88652401c22a | pukkandan | |
* [fragment] Fix `request_data` * [youtube] Don't use POST for now. It may be easier to break in future Authored by: bashonly, coletdjnz | |||
2023-02-28 | [dependencies] Simplify `Cryptodome` | pukkandan | |
Closes #6292, closes #6272, closes #6338 | |||
2023-02-28 | [plugins] Don't look in `.egg` directories | pukkandan | |
Closes #6306 | |||
2023-02-28 | [extractor/youtube] Construct dash formats with `range` query | pukkandan | |
Closes #6369 | |||
2023-02-28 | [extractor/GoogleDrive] Fix some audio | pukkandan | |
Only those with source url, but no confirmation page | |||
2023-02-26 | [extractor/generic] Handle basic-auth when checking redirects | pukkandan | |
Closes #6352 | |||
2023-02-26 | [extractor] Fix DRM detection in m3u8 | pukkandan | |
Fixes https://github.com/ytdl-org/youtube-dl/issues/31693#issuecomment-1445202857 | |||
2023-02-24 | [utils] `LenientJSONDecoder`: Parse unclosed objects | pukkandan | |
2023-02-23 | [utils] `Popen`: Shim undocumented `text_mode` property | Simon Sawicki | |
Fixes #6317 Authored by: Grub4K | |||
2023-02-17 | [extractor/tencent] Add more formats and info (#5950) | Zhong Lufan | |
Authored by: Hill-98 | |||
2023-02-17 | [cleanup] Fix `Changelog` | pukkandan | |
2023-02-17 | [version] update2023.02.17 | github-actions | |
Created by: pukkandan :ci skip all :ci run dl | |||
2023-02-17 | Release 2023.02.17 | pukkandan | |
2023-02-17 | Update to ytdl-commit-2dd6c6e | pukkandan | |
[YouTube] Avoid crash if uploader_id extraction fails https://github.com/ytdl-org/youtube-dl/commit/2dd6c6edd8e0fc5e45865b8e6d865e35147de772 Except: * 295736c9cba714fb5de7d1c3dd31d86e50091cf8 [jsinterp] Improve parsing * 384f632e8a9b61e864a26678d85b2b39933b9bae [ITV] Overhaul ITV extractor * 33db85c571304bbd6863e3407ad8d08764c9e53b [feat]: Add support to external downloader aria2p | |||
2023-02-17 | [cleanup] Misc | pukkandan | |
Closes #5897 | |||
2023-02-17 | [extractor/tempo] Add IVXPlayer extractor (#5837) | HobbyistDev | |
Authored by: HobbyistDev | |||
2023-02-17 | [extractor/boxcast] Add extractor (#5983) | HobbyistDev | |
Authored by: HobbyistDev Closes #5769 |