aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * [extractor] Extract more metadata from ISMpukkandan2023-03-251-80/+36
| | | | | | | | Fixes https://github.com/yt-dlp/yt-dlp/commit/81b6102d2099eec78a2db9ae3d101a8503dd4f25#r105892531
| * [jsinterp] Handle `Date` at epoch 0pukkandan2023-03-031-0/+4
| | | | | | | | Closes #6400
| * [dependencies] Simplify `Cryptodome`pukkandan2023-02-281-2/+2
| | | | | | | | Closes #6292, closes #6272, closes #6338
| * Update to ytdl-commit-2dd6c6epukkandan2023-02-172-7/+14
| | | | | | | | | | | | | | | | | | | | [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
| * [utils] `traverse_obj`: Fix more bugsSimon Sawicki2023-02-101-27/+48
| | | | | | | | | | | | and cleanup uses of `default=[]` Continued from b1bde57bef878478e3503ab07190fd207914ade9
| * [utils] `traverse_obj`: Fix several behavioral problemsSimon Sawicki2023-02-081-16/+27
| | | | | | | | | | See #6180 for further info Authored by: Grub4K
| * [dependencies] Standardize `Cryptodome` importspukkandan2023-02-082-3/+6
| |
| * [utils] `traverse_obj`: Various improvementsSimon Sawicki2023-02-021-0/+40
| | | | | | | | | | | | | | | | - Add `set` key for transformations/filters - Add `re.Match` group names - Fix behavior for `expected_type` with `dict` key - Raise for filter function signature mismatch in debug Authored by: Grub4K
| * [jsinterp] Support `if` statementspukkandan2023-02-012-0/+36
| | | | | | | | Closes #6131
| * Fix config locations (#5933)Simon Sawicki2023-01-071-0/+227
| | | | | | | | | | | | Bug in 8e40b9d1ec132ae1bcac50b3ee520ece46ac9c55 Closes #5953 Authored by: Grub4k, coletdjnz, pukkandan
| * Improve plugin architecture (#5553)Matthew2023-01-017-0/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to make plugins easier to develop and use: * Plugins are now loaded as namespace packages. * Plugins can be loaded in any distribution of yt-dlp (binary, pip, source, etc.). * Plugin packages can be installed and managed via pip, or dropped into any of the documented locations. * Users do not need to edit any code files to install plugins. * Backwards-compatible with previous plugin architecture. As a side-effect, yt-dlp will now search in a few more locations for config files. Closes https://github.com/yt-dlp/yt-dlp/issues/1389 Authored by: flashdagger, coletdjnz, pukkandan, Grub4K Co-authored-by: Marcel <flashdagger@googlemail.com> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
| * Add `weba` to known extensionspukkandan2022-12-301-0/+2
| |
| * [utils] js_to_json: Fix bug in f55523c (#5771)ChillingPepper2022-12-301-0/+79
| | | | | | Authored by: ChillingPepper, pukkandan
* | update from upstream 2022-12-01 UTC+8Jesús2022-12-0117-142/+1241
|\|
| * [extractor] Deprecate `_sort_formats`pukkandan2022-11-172-33/+20
| |
| * [cleanup] Miscpukkandan2022-11-161-1/+2
| | | | | | | | Closes #5541
| * [cleanup] MiscRobert Geislinger2022-11-111-8/+5
| | | | | | | | | | | | Closes #5471, Closes #5312 Authored by: pukkandan, Alienmaster
| * [test] Allow `extract_flat` in download testspukkandan2022-11-102-3/+10
| | | | | | | | Authored by: coletdjnz, pukkandan
| * [extractor/youtube:tab] Update tab handling for redesign (#5439)Matthew2022-11-091-0/+13
| | | | | | | | Closes #5432, #5430, #5419 Authored by: coletdjnz, pukkandan
| * [cleanup] Lint and misc cleanuppukkandan2022-11-071-2/+2
| |
| * Update to ytdl-commit-de39d128pukkandan2022-11-071-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 Karabanov2022-10-251-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 Ramachandran2022-10-181-8/+26
| | | | | | Authored by: ajayyy, pukkandan
| * [utils] `js_to_json`: Improve escape handling (#5217)Simon Sawicki2022-10-131-0/+6
| | | | | | Authored by: Grub4K
| * [cookies] Improve `LenientSimpleCookie` (#5195)Simon Sawicki2022-10-111-0/+15
| | | | | | | | Closes #5186 Authored by: Grub4K
| * [jsinterp] Improve separating regexpukkandan2022-10-112-0/+9
| | | | | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1273974909
| * [extractor/wordpress:mb.miniAudioPlayer] Add embed extractor (#5087)Matthew2022-10-091-0/+3
| | | | | | | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/4994 Authored by: coletdjnz
| * [utils] `traverse_obj`: Allow `re.Match` objects (#5174)Simon Sawicki2022-10-091-0/+20
| | | | | | Authored by: Grub4K
| * [utils] `traverse_obj`: Always return list when branching (#5170)Simon Sawicki2022-10-091-4/+23
| | | | | | | | Fixes #5162 Authored by: Grub4K
| * [downloader/ism] Support ec-3 codec (#5004)nixxo2022-09-302-0/+287
| | | | | | | | Closes #296 Authored by: nixxo
| * [utils] `traverse_obj`: Rewrite, document and add tests (#5024)Simon Sawicki2022-09-261-0/+187
| | | | | | Authored by: Grub4K
| * [cookies] Parse cookies leniently (#4780)Simon Sawicki2022-09-161-0/+146
| | | | | | | | | | Closes #4776, #3778 Authored by: Grub4K
| * [utils] `base_url`: URL paths can contain `&` (#4841)Elyse2022-09-041-0/+1
| | | | | | | | Authored by: elyse0 Closes #4187
| * [outtmpl] Curly braces to filter keyspukkandan2022-09-031-1/+12
| |
| * [jsinterp] Workaround operator associativity issuepukkandan2022-09-021-0/+4
| | | | | | | | https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1235384480
| * [cleanup] Miscpukkandan2022-09-012-2/+2
| | | | | | | | | | Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022
| * Update to ytdl-commit-ed5c44e7pukkandan2022-09-011-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 regexpukkandan2022-09-012-0/+9
| |
| * [jsinterp] Add `charcodeAt` and bitwise overflow (#4706)Elyse2022-08-311-0/+16
| | | | | | | | Authored by: elyse0
| * [jsinterp, extractor/youtube] Minor fixespukkandan2022-08-301-0/+5
| |
| * [jsinterp] Fix `_separate`pukkandan2022-08-301-0/+4
| | | | | | | | Ref: https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1231126941
| * [jsinterp] Fix bug in operator precedencepukkandan2022-08-251-0/+4
| | | | | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1226659543
| * Fix lazy extractor bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fapukkandan2022-08-241-18/+23
| | | | | | | | | | | | and add test Fixes https://github.com/yt-dlp/yt-dlp/pull/3234#issuecomment-1225347071
| * [test] Fix test_youtube_signaturepukkandan2022-08-211-0/+4
| |
| * [jsinterp] Bring on-par with youtube-dlpukkandan2022-08-191-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 1f7d5369pukkandan2022-08-181-0/+4
| | | | | | | | Closes #4635 again
| * [jsinterp] Fix for youtube player c81bbb4apukkandan2022-08-162-0/+9
| |
| * [jsinterp] Bring or-par with youtube-dlpukkandan2022-08-152-0/+31
| | | | | | | | | | | | Partially cherry-picked from: https://github.com/ytdl-org/youtube-dl/commit/d231b56717c73ee597d2e077d11b69ed48a1b02d Authored by pukkandan, dirkf
| * Update to ytdl-commit-e6a836dpukkandan2022-08-151-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 functionspukkandan2022-08-143-6/+35
| | | | | | | | Closes #4635