Age | Commit message (Collapse) | Author |
|
* required with tv player client
* resolves #33030
|
|
|
|
|
|
|
|
* thx yt-dlp/yt-dlp#12059
|
|
* WEB URLs are, MWEB not
* resolves #33017
|
|
* move to internal function
* use `traverse-obj()`
|
|
|
|
* see issue #33013
|
|
* temporary fix-up for 403 on download
* MWEB parameters from yt-dlp 2024-12-06
|
|
* `_` was omitted from patterns
* thx yt-dlp/yt-dlp#11801
Co-authored-by: bashonly
|
|
|
|
|
|
* fix signature code extraction
* raise if n function returns input value
* add new tests from yt-dlp
Co-authored-by: bashonly
|
|
* 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`
|
|
* NB: _separate() is looking creaky
|
|
* push, unshift return new length
* impove edge cases for push/pop, shift/unshift, forEach, indexOf, charCodeAt
* increase test coverage
|
|
* improve split/join edge cases
* correctly implement regex split (not like re.split)
|
|
* 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
|
|
* 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}
|
|
* reimplement loose equality according to MDN (eg, 1 == "1")
* improve strict equality (eg, "abc" === "abc" but 'abc' is not 'abc')
* add tests for above
|
|
|
|
* May become kw-only in future Pythons
|
|
Now also succeeds with player b12cc44b
|
|
Partly taken from yt-dlp/yt-dlp#10664, thx seproDev
Fixes #32896
|
|
* 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>
|
|
Fixes #32877
|
|
|
|
* 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)
|
|
* support `prototype` for call() and apply() (yt-dlp/yt-dlp#10392, thx Grub4k)
* map JS `Array` to `list`
|
|
Passes tests from yt-dlp
|
|
Thx: various yt-dlp authors
|
|
Adds some extensions missing in 46521096433aceaa41b4caa845bed22ca6f377ce
(from yt-dlp/yt-dlp#10362)
Authored by: bashonly
Co-authored by: dirkf
|
|
|
|
PR #32837
* Add track version to track title
|
|
PR #31159
|
|
|
|
* from https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-79w7-vh3h-8g4, thx grub4k
|
|
Thx pukkandan
* Namespace: https://github.com/yt-dlp/yt-dlp/commit/591bb9d355
* MEDIA_EXTENSIONS: https://github.com/yt-dlp/yt-dlp/commit/8dc5930511
|
|
* no space after @ in decorator
|
|
* treat Infinity like NaN
* cache operator list
|
|
* improve BODMAS (fixes https://github.com/ytdl-org/youtube-dl/issues/32815)
* support more weird expressions with multiple unary ops
|
|
* https://github.com/yt-dlp/yt-dlp/commit/8f53dc4
* thx pukkandan
|
|
|
|
* [VidLii] Add HD support (yt-dlp backport-ish)
* Also fix a bug with the view count
---------
Co-authored-by: dirkf <fieldhouse@gmx.net>
|
|
|
|
* fix getting media via DASH instead of inaccessible mp4
* also get in-page YT media
|
|
* 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
|
|
* 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`
|
|
* skip reason can't be unicode in Py2
* remove duplicate assert...Equal functions
|