dirkf

Results 631 comments of dirkf

>...self._video_entries_api() still returns empty as people have been saying, likely needing reinvestigation to figure out what happened to that api if that's still something this fork wants to keep using......

The quoted "search user" URL doesn't return any user video information for me. It's quite sensitive to the query parameters, though.

Presumably, in the `com.ss.android.ugc.trill` Android TikTok app, whose version is at least 25.4.3 now, and in whose 150MB bloat there should be a manifest.xml with the relevant manifest version?

Possibly related: https://github.com/ytdl-org/youtube-dl/issues/31114.

Indeed. See also https://github.com/ytdl-org/youtube-dl/issues/30815.

`--use-extractors extractor_1_ID [, extractor_n_ID]*` could be a good option syntax, as it also allows `--no-use-extractors ...` for excluding, which doesn't work so well with the other suggestions. I refer to...

> @dirkf, pinging since you had merged the NiconicoDmcFD in youtube-dl Thx >... bloated heartbeat code ... Really? But I see the advantage of a framework for running something during...

Looks like they flicked a switch that enables (eg, environment-e9a18cc2906a.js:1:1909) `v=n(y=>y?.tagName==="TURBO-FRAME", ...)` instead of `v=n(y=>(y?y.tagName:null)==="TURBO-FRAME", ...)` or `v=n(y=>(y && y.tagName)==="TURBO-FRAME")`. ``` 00:05:29.115 SyntaxError: expected expression, got '.' vendors-node_modules_delegated-events_dist_index_js-node_modules_stacktrace-parser_dist_stack-74aed8-42898397c9f5.js:2:7624 00:05:29.122 SyntaxError:...

2.53.12. Forthcoming 2.53.13 has `?.` but may break other extensions in interesting ways.

Unfortunately it's not Manuel's source that's the problem, it's how GH sends the code, as well as their apparent complete lack of anything that might pass for version control or...