jroseff

Results 8 comments of jroseff

I have been trying to do this without much success, unfortunately I don't know yt-dlp's internals very well. I apologize in advance for this comment being so long, but I...

Just as a small addendum, Hulu's authentication seems to be handled entirely by "https://auth.hulu.com/static/hoth-ui/_next/static/chunks/1c705d87e0b1739919467a84c08ee2fed1d96a1a.07e8f1d2700bf9113b4e.js". The login itself takes place on "https://auth.hulu.com/oauth2/login?response_type=code&client_id=adobe_prod&redirect_uri=https://sp.auth.adobe.com/adobe-services/oauth2&state=4pSCoD&requestor_id=AdultSwim", specifically: `` and ``. I tried adding `'Hulu': {...

> @jroseff you could use yt-dlp's `--write-pages` option to see what yt-dlp is getting back from its requests and investigate why it's failing to extract the post url Thanks for...

> I took a look at the page dump, and there's really nothing to work with there besides what you already described in your earlier comment. > > > the...

> I did try to compile ffmpeg with `--enable-audiotoolbox`. It uses OSX-specific libraries and function calls and would not compile on iOS. It would take a complete rewriting to make...

ffprobe's JSON output option + jq could be used to create a functional equivalent, it's just a matter of formatting it, for the most part. The only information you might...

> I might need you to give more explanations here. I assume you mean "as a replacement for WebAssembly interpretation that is used for some commands". But then I don't...

ffprobe works for me using `ffprobe -show_streams https://i.imgur.com/nAhYpuI.mp4` using the App Store version of a-shell, and the most recent TestFlight build (453 1.15.12). Similarly, `ffmpeg -i "https://i.imgur.com/nAhYpuI.mp4" -c copy test.mov`...