coletdjnz
|
93919fdd47
|
cleanup after merge
|
2024-11-24 11:09:54 +13:00 |
|
coletdjnz
|
a31b990f46
|
misc
|
2024-11-24 11:09:20 +13:00 |
|
coletdjnz
|
c88909ae47
|
Merge remote-tracking branch 'upstream/master' into networking/websockets-http-proxy
# Conflicts:
# yt_dlp/networking/_helper.py
# yt_dlp/networking/_websockets.py
|
2024-11-24 11:06:29 +13:00 |
|
sepro
|
f95a92b3d0
|
[cleanup] Deprecate more compat functions (#11439)
Authored by: seproDev
|
2024-11-17 00:24:11 +01:00 |
|
Simon Sawicki
|
c014fbcddc
|
[utils] subs_list_to_dict : Add lang default parameter (#11508)
Authored by: Grub4K
|
2024-11-15 23:25:52 +01:00 |
|
Simon Sawicki
|
39d79c9b9c
|
[utils] Fix join_nonempty , add **kwargs to unpack (#11559)
Authored by: Grub4K
|
2024-11-15 22:06:15 +01:00 |
|
sepro
|
197d0b03b6
|
[cleanup] Misc (#11347)
Closes #11361
Authored by: avagordon01, bashonly, grqz, Grub4K, seproDev
Co-authored-by: Ava Gordon <avagordon01@gmail.com>
Co-authored-by: bashonly <bashonly@protonmail.com>
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
|
2024-11-04 01:33:21 +01:00 |
|
Evgeny Zislis
|
4613096f2e
|
[cookies] Support chrome table version 24 (#11425)
Closes #6564
Authored by: kesor, seproDev
Co-authored-by: sepro <sepro@sepr0.com>
|
2024-11-04 00:59:57 +01:00 |
|
sepro
|
beae2db127
|
[aes] Fix GCM pad length calculation (#11438)
Closes #10169
Authored by: seproDev
|
2024-11-03 21:03:09 +01:00 |
|
bashonly
|
b103aca24d
|
[utils] Fix and improve find_element and find_elements (#11443)
Fix d710a6ca7c
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
|
2024-11-03 18:19:45 +00:00 |
|
Simon Sawicki
|
422195ec70
|
[utils] Allow partial application for even more functions (#11437)
Fixes b6dc2c49e8
Authored by: Grub4K
|
2024-11-02 21:42:00 +01:00 |
|
bashonly
|
b6dc2c49e8
|
[utils] Allow partial application for more functions (#11391)
CodeQL / Analyze (push) Has been cancelled
Core Tests / Core Tests (push) Has been cancelled
Download Tests / Quick Download Tests (push) Has been cancelled
Download Tests / Full Download Tests (push) Has been cancelled
Quick Test / Core Test (push) Has been cancelled
Quick Test / Code check (push) Has been cancelled
Release (master) / release (push) Has been cancelled
Also adds the `trim_str` traversal helper
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
|
2024-10-30 21:53:41 +00:00 |
|
bashonly
|
88402b714e
|
Fix --netrc empty string parsing for Python <=3.10 (#11414)
Ref: 15409c720b
Closes #11413
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
|
2024-10-30 18:58:50 +00:00 |
|
bashonly
|
d784464399
|
Remove Python 3.8 support (#11321)
CodeQL / Analyze (push) Has been cancelled
Core Tests / Core Tests (push) Has been cancelled
Download Tests / Quick Download Tests (push) Has been cancelled
Download Tests / Full Download Tests (push) Has been cancelled
Quick Test / Core Test (push) Has been cancelled
Quick Test / Code check (push) Has been cancelled
Release (master) / release (push) Has been cancelled
Closes #10086
Authored by: bashonly
|
2024-10-23 06:33:50 +00:00 |
|
Imran Hussain
|
0f593dca9f
|
Add option --plugin-dirs (#11277)
Closes #3260
Authored by: imranh2, coletdjnz
Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
|
2024-10-20 17:10:26 +00:00 |
|
Simon Sawicki
|
d710a6ca7c
|
Add extractor helpers (#10653)
Authored by: Grub4K
|
2024-10-13 05:14:32 +02:00 |
|
Simon Sawicki
|
85b87c991a
|
[utils] sanitize_path : Reimplement function (#11198)
Authored by: Grub4K
|
2024-10-13 04:10:12 +02:00 |
|
rakslice
|
8f4ea14680
|
Fix format sorting bug with vp9.2 vcodec (#10884)
Authored by: rakslice
|
2024-09-27 21:32:39 +00:00 |
|
coletdjnz
|
d1c4d88b2d
|
[networking] Fix handler not being added to RequestError (#10955)
CodeQL / Analyze (push) Has been cancelled
Core Tests / Core Tests (push) Has been cancelled
Download Tests / Quick Download Tests (push) Has been cancelled
Download Tests / Full Download Tests (push) Has been cancelled
Quick Test / Core Test (push) Has been cancelled
Quick Test / Code check (push) Has been cancelled
Release (master) / release (push) Has been cancelled
Authored by: coletdjnz
|
2024-09-08 19:32:44 +12:00 |
|
coletdjnz
|
6f9e653743
|
[rh:websockets] Upgrade websockets to 13.0 (#10815)
CodeQL / Analyze (python) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.10) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.11) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.12) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.9) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, pypy-3.10) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, pypy-3.8) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.12) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.8) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, pypy-3.9) (push) Has been cancelled
Download Tests / Quick Download Tests (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, 3.10) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, 3.11) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, 3.12) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, pypy-3.10) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, pypy-3.8) (push) Has been cancelled
Download Tests / Full Download Tests (windows-latest, 3.8) (push) Has been cancelled
Download Tests / Full Download Tests (windows-latest, pypy-3.9) (push) Has been cancelled
Quick Test / Core Test (push) Has been cancelled
Quick Test / Code check (push) Has been cancelled
Release (master) / release (push) Has been cancelled
Fixes CI hanging
Authored by: coletdjnz
|
2024-08-21 19:17:26 +12:00 |
|
bashonly
|
e22c128c48
|
Merge branch 'yt-dlp:master' into networking/websockets-http-proxy
|
2024-08-20 22:16:43 -05:00 |
|
sepro
|
c86891eb94
|
[ie/youtube] Fix n function name extraction for player b12cc44b (#10668)
CodeQL / Analyze (python) (push) Waiting to run
Core Tests / Core Tests (ubuntu-latest, 3.10) (push) Waiting to run
Core Tests / Core Tests (ubuntu-latest, 3.11) (push) Waiting to run
Core Tests / Core Tests (ubuntu-latest, 3.12) (push) Waiting to run
Core Tests / Core Tests (ubuntu-latest, 3.9) (push) Waiting to run
Core Tests / Core Tests (ubuntu-latest, pypy-3.10) (push) Waiting to run
Core Tests / Core Tests (ubuntu-latest, pypy-3.8) (push) Waiting to run
Core Tests / Core Tests (windows-latest, 3.12) (push) Waiting to run
Core Tests / Core Tests (windows-latest, 3.8) (push) Waiting to run
Core Tests / Core Tests (windows-latest, pypy-3.9) (push) Waiting to run
Download Tests / Quick Download Tests (push) Waiting to run
Download Tests / Full Download Tests (ubuntu-latest, 3.10) (push) Waiting to run
Download Tests / Full Download Tests (ubuntu-latest, 3.11) (push) Waiting to run
Download Tests / Full Download Tests (ubuntu-latest, 3.12) (push) Waiting to run
Download Tests / Full Download Tests (ubuntu-latest, pypy-3.10) (push) Waiting to run
Download Tests / Full Download Tests (ubuntu-latest, pypy-3.8) (push) Waiting to run
Download Tests / Full Download Tests (windows-latest, 3.8) (push) Waiting to run
Download Tests / Full Download Tests (windows-latest, pypy-3.9) (push) Waiting to run
Quick Test / Core Test (push) Waiting to run
Quick Test / Code check (push) Waiting to run
Release (master) / release (push) Waiting to run
Authored by: seproDev
|
2024-08-05 20:36:11 +00:00 |
|
sepro
|
bb8bf1db99
|
[jsinterp] Improve slice implementation (#10664)
Authored by: seproDev
|
2024-08-05 20:28:24 +00:00 |
|
bashonly
|
011b4a04db
|
[ie/youtube] Fix n function name extraction for player 20dfca59 (#10611)
Closes #10608
Authored by: bashonly
|
2024-07-31 21:19:30 +00:00 |
|
bashonly
|
6daf2c27c0
|
[utils] unified_timestamp : Recognize Sunday (#10589)
Authored by: bashonly
|
2024-07-29 05:35:46 +00:00 |
|
bashonly
|
713b4cd18f
|
[ie/youtube] Fix n function name extraction for player 3400486c (#10542)
Authored by: bashonly
|
2024-07-23 21:25:49 +00:00 |
|
bashonly
|
cc0070f649
|
[utils] parse_codecs : Fix parsing of mixed case codec strings
Authored by: bashonly
|
2024-07-14 22:56:28 -05:00 |
|
coletdjnz
|
e42c1e67e9
|
Remove accidental debug
|
2024-07-14 13:40:50 +12:00 |
|
coletdjnz
|
ccd7d28680
|
skip tests if using pypy
|
2024-07-14 13:18:25 +12:00 |
|
coletdjnz
|
bcf8436c68
|
bump some timeouts
|
2024-07-14 13:06:50 +12:00 |
|
coletdjnz
|
34ef90d1ba
|
try this
|
2024-07-14 12:40:27 +12:00 |
|
coletdjnz
|
55540caf6b
|
try this
|
2024-07-14 12:24:04 +12:00 |
|
coletdjnz
|
a0ca9dc2e4
|
fix
|
2024-07-14 12:09:33 +12:00 |
|
coletdjnz
|
4b3fd5f833
|
what about this?
|
2024-07-14 12:03:25 +12:00 |
|
coletdjnz
|
6c585b9de8
|
test
|
2024-07-14 11:50:17 +12:00 |
|
coletdjnz
|
86b32ee0da
|
Merge remote-tracking branch 'upstream/master' into networking/websockets-http-proxy
# Conflicts:
# yt_dlp/networking/_websockets.py
|
2024-07-14 11:34:49 +12:00 |
|
coletdjnz
|
cdd8e33141
|
Merge without githooks
|
2024-07-14 11:33:01 +12:00 |
|
coletdjnz
|
150ecc45d9
|
[networking] Add legacy_ssl request extension (#10448)
Supported by Urllib, Requests and Websockets request handlers. Ignored by CurlCFFI.
Also added couple cookie-related tests.
Authored by: coletdjnz
|
2024-07-14 11:22:43 +12:00 |
|
coletdjnz
|
42bfca00a6
|
[rh:curl_cffi] Support curl_cffi 0.7.X
Authored by: coletdjnz
|
2024-07-09 18:36:15 -05:00 |
|
sepro
|
0b570f2a90
|
[core] Do not alter default format selection when simulated (#9862)
Closes #9843
Authored by: seproDev
|
2024-07-09 01:51:43 +02:00 |
|
bashonly
|
297b0a3792
|
[ie/youtube] Fix JS n function name extraction (#10390)
Fixes nsig decoding for player b22ef6e7
Closes #10391
Authored by: bashonly, seproDev
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
|
2024-07-08 22:04:48 +00:00 |
|
Simon Sawicki
|
6c056ea7ae
|
[jsinterp] Implement Function.prototype resolving for call and apply (#10392)
Authored by: Grub4K
|
2024-07-08 23:46:26 +02:00 |
|
Simon Sawicki
|
5ce582448e
|
[core] Disallow unsafe extensions (CVE-2024-38519)
Ref: https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-79w7-vh3h-8g4j
Authored by: Grub4K
|
2024-07-02 00:58:40 +02:00 |
|
bashonly
|
6aaf96a3d6
|
[cleanup] Misc (#10075)
Closes #10303
Authored by: bashonly, seproDev, jucor, c-basalt
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
Co-authored-by: Julien Cornebise <julien@cornebise.com>
Co-authored-by: c-basalt <117849907+c-basalt@users.noreply.github.com>
|
2024-07-01 22:51:27 +00:00 |
|
bashonly
|
54a63e80af
|
[test:download] Raise on network errors (#10283)
CodeQL / Analyze (python) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.10) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.11) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.12) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.9) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, pypy-3.10) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, pypy-3.8) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.12) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.8) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, pypy-3.9) (push) Has been cancelled
Download Tests / Quick Download Tests (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, 3.10) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, 3.11) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, 3.12) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, pypy-3.10) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, pypy-3.8) (push) Has been cancelled
Download Tests / Full Download Tests (windows-latest, 3.8) (push) Has been cancelled
Download Tests / Full Download Tests (windows-latest, pypy-3.9) (push) Has been cancelled
Quick Test / Core Test (push) Has been cancelled
Quick Test / Code check (push) Has been cancelled
Authored by: bashonly, seproDev
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
|
2024-06-28 00:23:44 +00:00 |
|
Peisen Wang
|
a8520244b8
|
[cookies] Fix --cookies-from-browser DE detection on Linux (#10237)
CodeQL / Analyze (python) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.10) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.11) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.12) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.9) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, pypy-3.10) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, pypy-3.8) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.12) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.8) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, pypy-3.9) (push) Has been cancelled
Download Tests / Quick Download Tests (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, 3.10) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, 3.11) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, 3.12) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, pypy-3.10) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, pypy-3.8) (push) Has been cancelled
Download Tests / Full Download Tests (windows-latest, 3.8) (push) Has been cancelled
Download Tests / Full Download Tests (windows-latest, pypy-3.9) (push) Has been cancelled
Quick Test / Core Test (push) Has been cancelled
Quick Test / Code check (push) Has been cancelled
Release (master) / release (push) Has been cancelled
Align with chromium source by parsing every part of `XDG_CURRENT_DESKTOP`
Authored by: peisenwang
|
2024-06-22 23:25:16 +00:00 |
|
bashonly
|
556aa5161e
|
Merge branch 'master' into networking/websockets-http-proxy
|
2024-06-12 02:01:26 -05:00 |
|
sepro
|
add96eb9f8
|
[cleanup] Add more ruff rules (#10149)
Authored by: seproDev
Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
|
2024-06-12 01:09:58 +02:00 |
|
coletdjnz
|
e1192b1bb3
|
initialize fake logger
|
2024-06-03 11:38:06 +12:00 |
|
Simon Sawicki
|
5c019f6328
|
[misc] Cleanup (#9765)
Closes #9763
Authored by: bashonly, seproDev, Grub4K
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
|
2024-05-26 21:37:49 +00:00 |
|