dirkf

Results 631 comments of dirkf

If OP wants an extractor for fdown.net, post a site support request.

We should back-port the yt-dlp extractor unless it does something weird wrt yt-dl.

@jxu can feel free not to spend any effort back-porting code to yt-dl, and should probably ignore yt-dl altogether. Meanwhile thx @lebdron: please include "closes # 13449" in your PR...

I suspect that the failing code is trying to construct a lesson URL like `'https://www.udemy.com/%s/learn/v4/t/lecture/%s' % (course_path, entry['id'])`, and that this format is no longer correct. As well as the...

OP may have a broken browser or wish to script spy cam video archiving. Anyhow, in the example URL: ```html ``` `og:video:url` gives the media link.

`--write-description` just prints the `description` from the JSON. Let's look at the metadata of the items using this _jq_ command ``` youtube-dl -J $url | jq '{id, title, track, alt_title,...

@pukkandan, what about the "currently" items above wrt yt-dlp compat? It's easy to skip the metadata replacement of an optional named group that's missing from the match without affecting any...

Although the log is not exactly the same, see #30878: in particular https://github.com/ytdl-org/youtube-dl/issues/30878#issuecomment-1141949627.

"Doctor, when I hit myself with the hammer it hurts. What can I do?" Progress hooks are Python code called during the download. If you use an external downloader you...

>... it's not easy. Especially in historic Pythons. However https://github.com/yt-dlp/yt-dlp/pull/3724 doesn't seem an impossible example for OP's problem. I suspect it's way more work than OP would want just to...