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