dirkf

Results 1641 comments of dirkf

That confirms my original point. There is a video element in the working case, and it plays in the browser. In the failing case there's no video and in the...

If the site should be supported, sample URLs are needed. The script implies an extractor class like this. ``` class VoeSxIE(InfoExtractor): # id=`echo "$@" | cut -d "/" -f 5`...

Supposing that you want videos from https://www.vootkids.com/, this site isn't yet supported in yt-dl, so I've converted your question into a site support request. Please complete the template above (use...

PR #30479, but it has never been found to work reliably. The immediate problem is that TT's CDN blocks by user agent. Overcoming that with a vanilla UA string, it...

>... it fails later, possibly in a way that the PR would fix: Well, no, but after some more tweaks (not yet posted to the PR), yes. The hydration JSON...

PR #30479 should now handle this, and other, TT URLs correctly.

For comparison with another InnerTube application, at an Invidious site the shelf_id parameter added to the `/channel/UCyGTmzFc3YzefTe8mOQ-QgA/playlists` path has no effect. All such URLs just show the band bio and...

In #30746 we read that Python isn't installed by default in macOS 12.3+. You should probably explain how your Python was installed, as that could affect how your cert issue...

Perhaps that's the problem: the old Python3 installation is still there but it doesn't know about the certs in the new system files. #30746 suggests some ways of installing Python3...