Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-27 | [cookies] Move `YoutubeDLCookieJar` to cookies module (#7091) | coletdjnz | |
Authored by: coletdjnz | |||
2023-05-27 | [core] Improve HTTP redirect handling (#7094) | coletdjnz | |
Aligns HTTP redirect handling with what browsers commonly do and RFC standards. Fixes issues https://github.com/yt-dlp/yt-dlp/commit/afac4caa7db30804bebac33e53c3cb0237958224 missed. Authored by: coletdjnz | |||
2023-05-26 | [extractor/comedycentral] Add support for movies (#7108) | sqrtNOT | |
Closes #1926 Authored by: sqrtNOT | |||
2023-05-26 | [extractor/weverse] Add extractors (#6711) | bashonly | |
Closes #4786 Authored by: bashonly | |||
2023-05-26 | [extractor/youtube] Extract `heatmap` data (#7100) | Audrey | |
Closes #3888 Authored by: tntmod54321 | |||
2023-05-25 | [extractor/bibeltv] Fix extraction, support live streams and series (#6505) | MMM | |
Authored by: flashdagger | |||
2023-05-25 | Bugfixes for 4823ec9f461512daa1b8ab362893bb86a6320b26 | Simon Sawicki | |
Hotfix for fragmented downloads Authored by: bashonly | |||
2023-05-24 | [extractor/crunchyroll] Rework with support for movies, music and artists ↵ | Simon Sawicki | |
(#6237) This adds `CrunchyrollMusicIE` and `CrunchyrollArtistIE` extractors using the new, reworked base class and expands the `CrunchyrollBetaIE` with support for movies and movie listings and more complete metadata extraction Authored by: Grub4K | |||
2023-05-24 | [core] Implement `--color` flag (#6904) | Simon Sawicki | |
Authored by: Grub4K | |||
2023-05-24 | [jsinterp] Do not compile regex | pukkandan | |
2023-05-24 | [misc] Add automatic duplicate issue detection | pukkandan | |
2023-05-24 | Update to ytdl-commit-d1c6c5 | pukkandan | |
[YouTube] [core] Improve platform debug log, based on yt-dlp https://github.com/ytdl-org/youtube-dl/commit/d1c6c5c4d618fa950813c0c71aede34a5ac851e9 Except: * 6ed34338285f722d0da312ce0af3a15a077a3e2a [jsinterp] Add short-cut evaluation for common expression * There was no performance improvement when tested with https://github.com/ytdl-org/youtube-dl/issues/30641 * e8de54bce50f6f77a4d7e8e80675f7003d5bf630 [core] Handle `/../` sequences in HTTP URLs * We plan to implement this differently | |||
2023-05-24 | [devscripts/cli_to_api] Add script | pukkandan | |
2023-05-22 | [extractor/youtube:music:search_url] Extract title (#7102) | kangalio | |
Authored by: kangalio Closes #7095 | |||
2023-05-20 | [core] Deprecate internal `Youtubedl-no-compression` header (#6876) | coletdjnz | |
Authored by: coletdjnz | |||
2023-05-20 | [cleanup, utils] Split into submodules (#7090) | coletdjnz | |
Closes https://github.com/yt-dlp/yt-dlp/pull/2173 Authored by: pukkandan, coletdjnz Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> | |||
2023-05-20 | [devscripts] `make_changelog`: Various improvements | Simon Sawicki | |
- Make single items collapse into one line - Don't hide "Important changes" in `<details>` - Move upstream merge into priority - Properly support comma separated prefixes Authored by: Grub4K | |||
2023-05-20 | [build] Implement build verification using `--update-to` | bashonly | |
Authored by: bashonly, Grub4K | |||
2023-05-20 | [build] Various build workflow improvements | bashonly | |
- Wait for build before publishing to PyPI - Do not run `meta_files` job if release is cancelled - Customizable channel in release workflow - Display badges above changelog Authored by: bashonly, Grub4K | |||
2023-05-20 | [build] Fix macOS target | Simon Sawicki | |
Authored by: Grub4K | |||
2023-05-20 | [update] Implement `--update-to` repo | Simon Sawicki | |
Authored by: Grub4K, pukkandan | |||
2023-05-20 | [update] Better error handling | Simon Sawicki | |
Authored by: pukkandan | |||
2023-05-20 | [extractor/youtube] Support podcasts and releases tabs | coletdjnz | |
Closes https://github.com/yt-dlp/yt-dlp/issues/6893 Authored by: coletdjnz | |||
2023-05-20 | [cleanup] Misc | pukkandan | |
Closes #7030, closes #6967 | |||
2023-05-20 | [jsinterp] Handle `NaN` in bitwise operators | pukkandan | |
Closes #6131 | |||
2023-05-20 | [extractor/booyah] Remove extractor | pukkandan | |
Site shut down. Closes #6425 | |||
2023-05-20 | [docs] Misc improvements | pukkandan | |
Closes #6814, closes #6940, closes #6733, closes #6923, closes #6566, closes #6726, closes #6728 | |||
2023-05-11 | [extractor/iwara] Implement login (#6721) | toomyzoom | |
Authored by: toomyzoom | |||
2023-05-08 | [extractor/wrestleuniverse] Fix extraction, add login (#6982) | bashonly | |
Closes #6975 Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz> | |||
2023-05-08 | [extractor/facebook] Fix metadata extraction (#6856) | ringus1 | |
Closes #3432 Authored by: ringus1 | |||
2023-05-06 | [extractor/abematv] Add fallback for title and description extraction and ↵ | Lesmiscore | |
extract more metadata (#6994) Authored by: Lesmiscore | |||
2023-05-06 | [extractor/tvp] Use new API (#6989) | lauren n. liberda | |
Authored by: selfisekai Closes #6987 | |||
2023-05-05 | [extractor/youporn] Extract m3u8 formats | pukkandan | |
Closes #6977 | |||
2023-05-05 | [utils] `locked_file`: Fix for virtiofs (#6840) | Eveldee | |
Authored by: brandon-dacrib Closes #6823 | |||
2023-05-03 | [extractor/clipchamp] Add extractor (#6978) | bashonly | |
Closes #6973 Authored by: bashonly | |||
2023-05-02 | [extractor/dlf] Add extractors (#6697) | Nicholas Defranco | |
Closes #6430 Authored by: nick-cd | |||
2023-05-01 | [extractor/twitter] Default to GraphQL, handle auth errors (#6957) | bashonly | |
Closes #6763 Authored by: bashonly | |||
2023-04-30 | [utils] `traverse_obj`: More fixes (#6959) | Simon Sawicki | |
- Fix result when branching with `traverse_string` - Fix `slice` path on `dict`s - Fix tests and docstrings from 21b5ec86c2c37d10c5bb97edd7051d3aac16bb3e - Add `is_iterable_like` helper function Authored by: Grub4K | |||
2023-04-29 | [extractor/reddit] Add login support (#6950) | bashonly | |
Closes #6949 Authored by: bashonly | |||
2023-04-29 | Fix f005a35aa7e4f67a0c603a946c0dd714c151b2d6 | pukkandan | |
Printing inside `finally` causes the order of logging to change when there is an error, which is undesirable. So this is reverted. The issue of `--print` being blocked by pre-processors was an unintentional side-effect of changing the operation orders in 170605840ea9d5ad75da6576485ea7d125b428ee, and this is also partially reverted. | |||
2023-04-29 | Ensure pre-processor errors do not block `--print` | pukkandan | |
Closes #6937 | |||
2023-04-28 | [extractor/cbc] Fix live extractor, playlist `_VALID_URL` (#6625) | makeworld | |
Authored by: makew0rld | |||
2023-04-27 | Fix bug in 170605840ea9d5ad75da6576485ea7d125b428ee | pukkandan | |
and related refactor | |||
2023-04-27 | [jsinterp] Handle negative numbers better | pukkandan | |
Closes #6131 | |||
2023-04-27 | Populate `filename` and `urls` fields at all stages of `--print` | pukkandan | |
Closes https://github.com/yt-dlp/yt-dlp/issues/6920 | |||
2023-04-26 | [extractor/globalplayer] Add extractors (#6903) | garret | |
Authored by: garret1317 | |||
2023-04-26 | [extractor/aeonco] Support Youtube embeds (#6591) | Alex Klapheke | |
Authored by: alexklapheke | |||
2023-04-25 | [extractor/pornhub] Set access cookies to fix extraction (#6685) | Noah | |
Closes #4299 Authored by: Schmoaaaaah, arobase-che Co-authored-by: Noah <nkempers@outlook.de> Co-authored-by: ache <ache@ache.one> | |||
2023-04-25 | [extractor/bitchute] Add more fallback subdomains (#6907) | Neurognostic | |
Authored by: Neurognostic | |||
2023-04-25 | [extractor/NiconicoSeries] Fix extraction (#6898) | sqrtNOT | |
Authored by: sqrtNOT |