github-actions
571f7161b6
Release (nightly)
...
Created by:
:ci skip all
2024-12-17 02:18:40 +00:00
dirkf
f4005ef9ad
[YouTube] Always extract using MWEB API client
...
* temporary fix-up for 403 on download
* MWEB parameters from yt-dlp 2024-12-06
2024-12-17 02:18:13 +00:00
dirkf
cea10d9dec
[YouTube] Fix signature function extraction for 2f1832d2
...
* `_` was omitted from patterns
* thx yt-dlp/yt-dlp#11801
Co-authored-by: bashonly
2024-12-17 02:18:13 +00:00
dirkf
ac6f6a96ba
[YouTube] Simplify pattern for nsig function name extraction
2024-12-17 02:18:13 +00:00
dirkf
73ca0f231c
[YouTube] Pass nsig value as return hook, fixes player 3bb1f723
2024-12-17 02:18:13 +00:00
dirkf
fa29cc7468
[YouTube] Handle player 3bb1f723
...
* fix signature code extraction
* raise if n function returns input value
* add new tests from yt-dlp
Co-authored-by: bashonly
2024-12-17 02:18:13 +00:00
dirkf
1733d083bb
[jsinterp] Add return hook for player 3bb1f723
...
* set var `_ytdl_do_not_return` to a specific value in the scope of a function
* if an expression to be returned has that value, `return` becomes `void`
2024-12-17 02:18:13 +00:00
dirkf
2ff4df0321
[jsinterp] Strip /* comments */ when parsing
...
* NB: _separate() is looking creaky
2024-12-17 02:18:13 +00:00
dirkf
635f0f4edb
[jsinterp] Fix and improve "methods"
...
* push, unshift return new length
* impove edge cases for push/pop, shift/unshift, forEach, indexOf, charCodeAt
* increase test coverage
2024-12-17 02:18:13 +00:00
dirkf
f107a6795d
[jsinterp] Fix and improve split/join
...
* improve split/join edge cases
* correctly implement regex split (not like re.split)
2024-12-17 02:18:13 +00:00
dirkf
70cee6a49e
[jsinterp] Fix and improve arithmetic operations
...
* addition becomes concat with a string operand
* improve handling of edgier cases
* arithmetic in float like JS (more places need cast to int?)
* increase test coverage
2024-12-17 02:18:13 +00:00
dirkf
cc5f94d02b
[jsinterp] Support multiple indexing (eg a[1][2])
...
* extend single indexing with improved RE (should probably use/have used _separate_at_paren())
* fix some cases that should have given undefined, not throwing
* standardise RE group names
* support length of objects, like {1: 2, 3: 4, length: 42}
2024-12-17 02:18:13 +00:00
dirkf
79b9dbb23f
[jsinterp] Fix and improve loose and strict equality operations
...
* reimplement loose equality according to MDN (eg, 1 == "1")
* improve strict equality (eg, "abc" === "abc" but 'abc' is not 'abc')
* add tests for above
2024-12-17 02:18:13 +00:00
dirkf
357634af09
[jsinterp] Implement typeof
operator
2024-12-17 02:18:13 +00:00
dirkf
3049cf905f
[InfoExtractor] Use kwarg maxsplit for re.split
...
* May become kw-only in future Pythons
2024-12-17 02:18:13 +00:00
github-actions
7d9ffeeb53
Release (nightly)
...
Created by:
:ci skip all
2024-08-07 01:58:04 +00:00
dirkf
c5cf21d9ef
[Youtube] Rework n function extraction pattern
...
Now also succeeds with player b12cc44b
2024-08-07 01:57:14 +00:00
dirkf
4985bc4e74
[jsinterp] Improve slice implementation for player b12cc44b
...
Partly taken from yt-dlp/yt-dlp#10664, thx seproDev
Fixes #32896
2024-08-07 01:57:14 +00:00
github-actions
f3c9c02e4c
Release (nightly)
...
Created by:
:ci skip all
2024-08-02 01:55:40 +00:00
Aiur Adept
4ddd37d2b3
[Youtube] Fix nsig extraction for player 20dfca59 ( #32891 )
...
* dirkf's patch for nsig extraction
* add generic search per yt-dlp/yt-dlp/pull/10611 - thx bashonly
---------
Co-authored-by: dirkf <fieldhouse@gmx.net>
2024-08-02 01:55:14 +00:00
github-actions
90a427ca3d
Release (nightly)
...
Created by:
:ci skip all
2024-07-25 01:55:24 +00:00
dirkf
562355837b
[Youtube] Find n
function name in player 3400486c
...
Fixes #32877
2024-07-25 01:54:55 +00:00
dirkf
39f96e3443
[Youtube] Make n-sig throttling diagnostic up-to-date
2024-07-25 01:54:55 +00:00
github-actions
8d26745139
Release (nightly)
...
Created by:
:ci skip all
2024-07-11 01:54:43 +00:00
dirkf
7549629489
[YouTube] Fix nsig processing for player b22ef6e7
...
* improve extraction of function name (like yt-dlp/yt-dlp#10390 )
* always use JSInterp to extract function code (yt-dlp/yt-dlp#10396 , thx seproDev, pukkandan)
2024-07-11 01:54:17 +00:00
dirkf
aefb5aa4ef
[jsinterp] Support functionality for player b22ef6e7
...
* support `prototype` for call() and apply() (yt-dlp/yt-dlp#10392 , thx Grub4k)
* map JS `Array` to `list`
2024-07-11 01:54:17 +00:00
dirkf
9d88dc51c0
[jsinterp] Further improve expression parsing (fix fd8242e)
...
Passes tests from yt-dlp
2024-07-11 01:54:17 +00:00
dirkf
3dc3fd6a25
[jsinterp] Re-align JSInterp and tests (esp.) with yt-dlp
...
Thx: various yt-dlp authors
2024-07-11 01:54:17 +00:00
bashonly
7f10817c82
[core] Address gaps in allowed extensions
...
Adds some extensions missing in 46521096433aceaa41b4caa845bed22ca6f377ce
(from yt-dlp/yt-dlp#10362 )
Authored by: bashonly
Co-authored by: dirkf
2024-07-11 01:54:17 +00:00
github-actions
2ac07eef06
Release (nightly)
...
Created by:
:ci skip all
2024-07-08 01:55:30 +00:00
dirkf
a635e7f0e4
[core] Fix PR #32830 for fixed extensionless output template
2024-07-08 01:55:04 +00:00
unkernet
83cd764203
[YandexMusic] Save track version in the title field
...
PR #32837
* Add track version to track title
2024-07-08 01:55:04 +00:00
github-actions
5e088d1338
Release (nightly)
...
Created by:
:ci skip all
2024-07-07 01:58:57 +00:00
Sergey Musatov
33f2a293d1
[YandexMusic] Download music in High Quality (320 Kbit/s)
...
PR #31159
2024-07-07 01:58:33 +00:00
github-actions
4dadf7fe2b
Release (nightly)
...
Created by:
:ci skip all
2024-07-03 01:48:31 +00:00
dirkf
a4ffbc78fe
[core,utils] Support unpublicised --no-check-extensions
2024-07-03 01:47:59 +00:00
dirkf
e3a9ce0097
[core,utils] Implement unsafe file extension mitigation
...
* from https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-79w7-vh3h-8g4 , thx grub4k
2024-07-03 01:47:59 +00:00
dirkf
63911beed7
[utils] Back-port Namespace and MEDIA_EXTENSIONS from yt-dlp
...
Thx pukkandan
* Namespace: https://github.com/yt-dlp/yt-dlp/commit/591bb9d355
* MEDIA_EXTENSIONS: https://github.com/yt-dlp/yt-dlp/commit/8dc5930511
2024-07-03 01:47:59 +00:00
github-actions
c5311431c8
Release (nightly)
...
Created by:
:ci skip all
2024-06-21 01:46:59 +00:00
dirkf
873964c330
[PalcoMP3] Conform to new linter rule
...
* no space after @ in decorator
2024-06-21 01:46:28 +00:00
dirkf
663ff5b567
[jsinterp] Various tweaks
...
* treat Infinity like NaN
* cache operator list
2024-06-21 01:46:28 +00:00
dirkf
46c37a8e1f
[jsinterp] Fix and improve expression parsing
...
* improve BODMAS (fixes https://github.com/ytdl-org/youtube-dl/issues/32815 )
* support more weird expressions with multiple unary ops
2024-06-21 01:46:28 +00:00
dirkf
0717d915c9
[jsinterp] Add Debugger from yt-dlp
...
* https://github.com/yt-dlp/yt-dlp/commit/8f53dc4
* thx pukkandan
2024-06-21 01:46:28 +00:00
dirkf
c5dc0b5674
[utils] Save orig_msg
in ExtractorError
2024-06-21 01:46:28 +00:00
github-actions
4a8d1906f9
Release (nightly)
...
Created by:
:ci skip all
2024-06-12 01:48:25 +00:00
Paper
3e38ea12db
[VidLii] Add 720p support ( #30924 )
...
* [VidLii] Add HD support (yt-dlp backport-ish)
* Also fix a bug with the view count
---------
Co-authored-by: dirkf <fieldhouse@gmx.net>
2024-06-12 01:47:57 +00:00
dirkf
3db3ffc859
[ORF] Skip tests with limited availability
2024-06-12 01:47:57 +00:00
dirkf
7b510e4f4d
[ORF] Re-factor and updateORFFM4StoryIE
...
* fix getting media via DASH instead of inaccessible mp4
* also get in-page YT media
2024-06-12 01:47:57 +00:00
dirkf
ce7f1813dd
[ORF] Support sound.orf.at, updating ORFRadioIE
...
* maintain support for xx.orf.at/player/... URLs
* add `ORFRadioCollectionIE` to support playlists in ORF Sound
* back-port and re-work `ORFPodcastIE` from https://github.com/yt-dlp/yt-dlp/pull/8486 , thx Esokrates
2024-06-12 01:47:57 +00:00
dirkf
ac87af192d
[ORF] Support on.orf.at, replacing ORFTVthekIE
...
* add `ORFONIE`, back-porting yt-dlp PR https://github.com/yt-dlp/yt-dlp/pull/9113 and friends: thx HobbyistDev, TuxCoder, seproDev
* re-factor to support livestreams via new `ORFONliveIE`
2024-06-12 01:47:57 +00:00