Simon Sawicki and GitHub
4e38e2ae9d
[rh:requests] Handle both bytes and int for IncompleteRead.partial (Fix 8a8b54523a) ( #8348 )
...
Authored by: bashonly, coletdjnz, Grub4K
2023-10-15 10:54:38 +02:00
Simon Sawicki and GitHub
feebf6d02f
[ie/youtube] Fix bug with --extractor-retries inf ( #8328 )
...
Authored by: Grub4K
2023-10-12 12:20:52 +02:00
Simon Sawicki and GitHub
1c51c520f7
[fd/fragment] Improve progress calculation ( #8241 )
...
This uses the download speed from all threads and also adds smoothing to speed and eta
Authored by: Grub4K
2023-10-08 02:01:01 +02:00
Simon Sawicki and GitHub
377e85a179
[cleanup] Misc ( #8300 )
...
* Simplify nuxt regex
* Fix tmz quotes and tests
* Update test python versions
Authored by: dirkf, gamer191, Grub4K
2023-10-07 03:02:45 +02:00
Simon Sawicki and GitHub
cc8d844152
[ie/xhamster:user] Support creator urls ( #8232 )
...
Authored by: Grub4K
2023-10-03 11:33:40 +02:00
Simon Sawicki
088add9567
[cleanup] Misc
...
Authored by: Grub4K
2023-09-24 02:35:23 +02:00
Simon Sawicki
de015e9307
[core] Prevent RCE when using --exec with %q (CVE-2023-40581)
...
The shell escape function is now using `""` instead of `\"`. `utils.Popen` has been patched to properly quote commands.
Prior to this fix using `--exec` together with `%q` when on Windows could cause remote code to execute. See https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-42h4-v29r-42qg for reference.
Authored by: Grub4K
2023-09-24 02:29:01 +02:00
Simon Sawicki and GitHub
61bdf15fc7
[core] Raise minimum recommended Python version to 3.8 ( #8183 )
...
Authored by: Grub4K
2023-09-24 02:24:47 +02:00
Simon Sawicki and GitHub
b532556d0a
[ie/pr0gramm] Rewrite extractor ( #8151 )
...
Authored by: Grub4K
2023-09-19 21:52:44 +02:00
Simon Sawicki and GitHub
30ba233d4c
[devscripts] make_changelog: Fix changelog grouping and add networking group ( #8124 )
...
Authored by: Grub4K
2023-09-17 13:22:04 +02:00
Simon Sawicki and GitHub
836e06d246
[core] Fix support for upcoming Python 3.12 ( #8130 )
...
This also adds the following test runners:
- `3.12-dev` on `ubuntu-latest`
- `3.12-dev` on `windows-latest`
- `pypy-3.10` on `ubuntu-latest`
Authored by: Grub4K
2023-09-17 12:56:50 +02:00
Simon Sawicki and GitHub
f659e64394
[ie/bpb] Overhaul extractor ( #8119 )
...
Authored by: Grub4K
2023-09-16 17:50:06 +02:00
Simon Sawicki
77bff23ee9
Bugfix for 59e92b1f18
...
Closes #8012
Authored by: Grub4K
2023-09-02 15:18:04 +02:00
Simon Sawicki and GitHub
59e92b1f18
[rh/urllib] Simplify gzip decoding ( #7611 )
...
Authored by: Grub4K
2023-08-27 00:13:30 +02:00
Simon Sawicki
1be0a96a4d
[docs] Update collaborators
...
Authored by: Grub4K
2023-08-26 22:29:56 +02:00
Simon Sawicki and GitHub
9b16762f48
[ie/crunchyroll] Remove initial state extraction ( #7632 )
...
Authored by: Grub4K
2023-07-20 22:09:52 +02:00
Simon Sawicki and pukkandan
3121512228
[core] Change how Cookie headers are handled
...
Cookies are now saved and loaded under `cookies` key in the info dict
instead of `http_headers.Cookie`. Cookies passed in headers are
auto-scoped to the input URLs with a warning.
Ref: https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-v8mc-9377-rwjj
Authored by: Grub4K
2023-07-06 23:14:39 +05:30
Simon Sawicki
edbe5b589d
Bugfixes for 4823ec9f46
...
Hotfix for fragmented downloads
Authored by: bashonly
2023-05-25 22:52:44 +02:00
Simon Sawicki and GitHub
032de83ea9
[extractor/crunchyroll] Rework with support for movies, music and artists ( #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 20:45:15 +02:00
Simon Sawicki and GitHub
8417f26b8a
[core] Implement --color flag ( #6904 )
...
Authored by: Grub4K
2023-05-24 20:35:07 +02:00
Simon Sawicki
23c39a4bea
[devscripts] make_changelog: Various improvements
...
- 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 21:30:02 +02:00
Simon Sawicki
44a79958f0
[build] Fix macOS target
...
Authored by: Grub4K
2023-05-20 21:24:27 +02:00
Simon Sawicki
665472a7de
[update] Implement --update-to repo
...
Authored by: Grub4K, pukkandan
2023-05-20 21:21:32 +02:00
Simon Sawicki
d2e84d5eb0
[update] Better error handling
...
Authored by: pukkandan
2023-05-20 21:19:37 +02:00
Simon Sawicki and GitHub
b079c26f0a
[utils] traverse_obj: More fixes ( #6959 )
...
- Fix result when branching with `traverse_string`
- Fix `slice` path on `dict`s
- Fix tests and docstrings from 21b5ec86c2
- Add `is_iterable_like` helper function
Authored by: Grub4K
2023-04-30 19:50:22 +02:00
Simon Sawicki and GitHub
21b5ec86c2
[utils] traverse_obj: Allow iterables in traversal ( #6902 )
...
Authored by: Grub4K
2023-04-24 19:56:35 +02:00
Simon Sawicki and GitHub
0898c5c8cc
[utils] js_to_json: Implement template strings ( #6623 )
...
Authored by: Grub4K
2023-03-25 19:41:28 +01:00
Simon Sawicki and GitHub
9b7a48abd1
[cookies] Defer extraction of v11 key from keyring
...
Closes #6082
Authored by: Grub4K
2023-03-08 21:49:24 +01:00
Simon Sawicki and GitHub
3b479100df
[utils] write_string: Fix noconsole behavior
...
Ref: https://github.com/pyinstaller/pyinstaller/pull/7217
Authored by: Grub4K
2023-03-07 22:34:07 +01:00
Simon Sawicki and GitHub
08ff6d59f9
[build] Only archive if vars.ARCHIVE_REPO is set
...
Authored by: Grub4K
2023-03-04 14:18:24 +01:00
Simon Sawicki and GitHub
9344964281
Fix d400e261cf
...
Authored by: Grub4K
2023-03-03 22:39:09 +01:00
Simon Sawicki and pukkandan
12647e03d4
[build] Sign SHA files and release public key
...
Closes #6344
Authored by: Grub4K
2023-03-03 22:55:10 +05:30
77df20f14c
[update] Add option --update-to, including to nightly ( #6220 )
...
* 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 22:55:09 +05:30
29cb20bd56
[build] Automated builds and nightly releases ( #6220 )
...
Closes #1839
Authored by: Grub4K, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com >
2023-03-03 22:54:23 +05:30
Simon Sawicki and pukkandan
d400e261cf
[devscripts] Script to generate changelog ( #6220 )
...
Authored by: Grub4K
2023-03-03 22:54:23 +05:30
Simon Sawicki and GitHub
da8e2912b1
[utils] Popen: Shim undocumented text_mode property
...
Fixes #6317
Authored by: Grub4K
2023-02-23 04:18:45 +01:00
Simon Sawicki and GitHub
c9d14bd22a
[extractor/crunchyroll] Fix incorrect premium-only error
...
Closes #6234
Authored by: Grub4K
2023-02-16 15:54:11 +01:00
Simon Sawicki and GitHub
b6795fd310
[extractor/twitter] Fix --no-playlist and add media view_count when using GraphQL ( #6211 )
...
Authored by: Grub4K
2023-02-12 14:43:26 +01:00
Simon Sawicki and pukkandan
6839ae1f6d
[utils] traverse_obj: Fix more bugs
...
and cleanup uses of `default=[]`
Continued from b1bde57bef
2023-02-10 19:36:55 +05:30
Simon Sawicki and GitHub
b1bde57bef
[utils] traverse_obj: Fix several behavioral problems
...
See #6180 for further info
Authored by: Grub4K
2023-02-08 04:11:08 +01:00
Simon Sawicki
acacb57c7e
[extractor/rumble] Fix format sorting
...
Closes #6119
Authored by: pukkandan
2023-02-02 07:12:36 +01:00
Simon Sawicki and GitHub
776995bc10
[utils] traverse_obj: Various improvements
...
- 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
2023-02-02 06:40:19 +01:00
Simon Sawicki
37e325b92f
[utils] Use local kernel32 for file locking on Windows
...
Ref: https://github.com/ytdl-org/youtube-dl/issues/21545
Authored by: Grub4K
2023-01-25 22:32:07 +01:00
Simon Sawicki and GitHub
773c272d66
Fix config locations ( #5933 )
...
Bug in 8e40b9d1ec
Closes #5953
Authored by: Grub4k, coletdjnz, pukkandan
2023-01-07 00:31:00 +05:30
Simon Sawicki and GitHub
5be214abed
[update] Fix updater file removal on windows ( #5970 )
...
Reverts 2fb0f85868
Closes #5632
Authored by: Grub4K
2023-01-06 22:31:18 +05:30
Simon Sawicki and GitHub
32a84bcf4e
Update to ytdl-commit-195f22f6
...
[generic] Improve KVS (etc) extraction
https://github.com/ytdl-org/youtube-dl/commit/195f22f679330549882a8234e7234942893a4902
Closes #3716
Authored by: Grub4k, pukkandan
2023-01-02 19:15:36 +05:30