Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-07 | Update to ytdl-commit-de39d128 | pukkandan | |
[extractor/ceskatelevize] Back-port extractor from yt-dlp https://github.com/ytdl-org/youtube-dl/commit/de39d1281cea499cb1adfce5ff7e0a56f1bad5fe Closes #5361, Closes #4634, Closes #5210 | |||
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-18 | [SponsorBlock] Support `chapter` category (#5260) | Ajay Ramachandran | |
Authored by: ajayyy, pukkandan | |||
2022-10-13 | [utils] `js_to_json`: Improve escape handling (#5217) | Simon Sawicki | |
Authored by: Grub4K | |||
2022-10-11 | [cookies] Improve `LenientSimpleCookie` (#5195) | Simon Sawicki | |
Closes #5186 Authored by: Grub4K | |||
2022-10-11 | [jsinterp] Improve separating regex | pukkandan | |
Fixes https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1273974909 | |||
2022-10-09 | [extractor/wordpress:mb.miniAudioPlayer] Add embed extractor (#5087) | Matthew | |
Closes https://github.com/yt-dlp/yt-dlp/issues/4994 Authored by: coletdjnz | |||
2022-10-09 | [utils] `traverse_obj`: Allow `re.Match` objects (#5174) | Simon Sawicki | |
Authored by: Grub4K | |||
2022-10-09 | [utils] `traverse_obj`: Always return list when branching (#5170) | Simon Sawicki | |
Fixes #5162 Authored by: Grub4K | |||
2022-09-30 | [downloader/ism] Support ec-3 codec (#5004) | nixxo | |
Closes #296 Authored by: nixxo | |||
2022-09-26 | [utils] `traverse_obj`: Rewrite, document and add tests (#5024) | Simon Sawicki | |
Authored by: Grub4K | |||
2022-09-16 | [cookies] Parse cookies leniently (#4780) | Simon Sawicki | |
Closes #4776, #3778 Authored by: Grub4K | |||
2022-09-04 | [utils] `base_url`: URL paths can contain `&` (#4841) | Elyse | |
Authored by: elyse0 Closes #4187 | |||
2022-09-03 | [outtmpl] Curly braces to filter keys | pukkandan | |
2022-09-02 | [jsinterp] Workaround operator associativity issue | pukkandan | |
https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1235384480 | |||
2022-09-01 | [cleanup] Misc | pukkandan | |
Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022 | |||
2022-09-01 | Update to ytdl-commit-ed5c44e7 | pukkandan | |
[compat] Replace deficient ChainMap class in Py3.3 and earlier https://github.com/ytdl-org/youtube-dl/commit/ed5c44e7b74ac77f87ca5ed6cb5e964a0c6a0678 | |||
2022-09-01 | [jsinterp] Fix escape in regex | pukkandan | |
2022-08-31 | [jsinterp] Add `charcodeAt` and bitwise overflow (#4706) | Elyse | |
Authored by: elyse0 | |||
2022-08-30 | [jsinterp, extractor/youtube] Minor fixes | pukkandan | |
2022-08-30 | [jsinterp] Fix `_separate` | pukkandan | |
Ref: https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1231126941 | |||
2022-08-25 | [jsinterp] Fix bug in operator precedence | pukkandan | |
Fixes https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1226659543 | |||
2022-08-24 | Fix lazy extractor bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fa | pukkandan | |
and add test Fixes https://github.com/yt-dlp/yt-dlp/pull/3234#issuecomment-1225347071 | |||
2022-08-21 | [test] Fix test_youtube_signature | pukkandan | |
2022-08-19 | [jsinterp] Bring on-par with youtube-dl | pukkandan | |
Code from: https://github.com/ytdl-org/youtube-dl/pull/31175, https://github.com/ytdl-org/youtube-dl/pull/31182 Authored by pukkandan, dirkf | |||
2022-08-18 | [jsinterp] Fix for youtube player 1f7d5369 | pukkandan | |
Closes #4635 again | |||
2022-08-16 | [jsinterp] Fix for youtube player c81bbb4a | pukkandan | |
2022-08-15 | [jsinterp] Bring or-par with youtube-dl | pukkandan | |
Partially cherry-picked from: https://github.com/ytdl-org/youtube-dl/commit/d231b56717c73ee597d2e077d11b69ed48a1b02d Authored by pukkandan, dirkf | |||
2022-08-15 | Update to ytdl-commit-e6a836d | pukkandan | |
[core] Make `--max-downloads ...` stop immediately on reaching the limit https://github.com/ytdl-org/youtube-dl/commit/e6a836d54ca1d3cd02f3ee45ef707a46f23e8291 | |||
2022-08-14 | [jsinterp] Handle new youtube signature functions | pukkandan | |
Closes #4635 | |||
2022-08-05 | Fix tests for 989a01c2610832193c268d072ada8814bfd4c00d | pukkandan | |
2022-08-04 | Determine merge container better (See desc) (#1482) | Lauren N. Liberda | |
* Determine the container early. Closes #4069 * Use codecs instead of just file extensions * Obey `--prefer-free-formats` * Allow fallbacks in `--merge-output` Authored by: pukkandan, selfisekai | |||
2022-08-02 | Standardize retry mechanism (#1649) | pukkandan | |
* [utils] Create `RetryManager` * Migrate all retries to use the manager * [extractor] Add wrapper methods for convenience * Standardize console messages for retries * Add `--retry-sleep` for extractors | |||
2022-08-02 | [extractor/html5] Separate into own extractor (#4307) | pukkandan | |
Closes #4291 Authored by: coletdjnz, pukkandan | |||
2022-08-02 | [extractor, test] Basic framework for embed tests (#4307) | pukkandan | |
and split download tests so they can be more easily run in CI Authored by: coletdjnz | |||
2022-08-02 | [extractor/rai] Add raisudtirol extractor (#4524) | nixxo | |
Closes #4206 Authored by: nixxo | |||
2022-07-18 | Remove Python 3.6 support | pukkandan | |
Closes #3764 | |||
2022-07-15 | Fix a904a7f8c6edc42046f0a78fb279739d500d4887 | pukkandan | |
2022-07-15 | Allow users to specify encoding in each config files (#4357) | Lesmiscore | |
Authored by: Lesmiscore | |||
2022-07-12 | [aes] Add multiple padding modes in CBC | Elyse | |
Authored by: elyse0 | |||
2022-07-11 | [cleanup] Minor fixes | pukkandan | |
2022-07-09 | [cleanup] Misc cleanup | pukkandan | |
2022-06-29 | [cleanup] Misc cleanup | pukkandan | |
2022-06-25 | [compat] Remove deprecated functions from core code | pukkandan | |
2022-06-25 | [cleanup] Consistent style for file heads | pukkandan | |
2022-06-25 | [compat] Remove more functions | pukkandan | |
Removing any more will require changes to a large number of extractors | |||
2022-06-25 | [compat] Fix `compat.WINDOWS_VT_MODE` | pukkandan | |
2022-06-21 | [test] Fix `FakeYDL` signatures | pukkandan | |
Authored by: coletdjnz | |||
2022-06-20 | Update to ytdl-commit-8a158a9 | pukkandan | |
[NHK] Use new API URL https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a Closes #2337, Closes #4063 | |||
2022-06-17 | Add option `--lazy-playlist` to process entries as they are received | pukkandan | |