sepro

Results 237 comments of sepro

> it does NOT address the BUG of the operations order for the metadata/thumbnails That is just not how yt-dlp/youtube-dl was designed. If you instruct yt-dlp to download a video,...

They are providing nothing. This is a bug in the extractor code. It will need to be adjusted for the new API endpoint.

Without access to an example URL, this cannot be fixed. The original author censored their log, likely since it is a private school/company SharePoint. They also mentioned that the URL...

You mean this? https://github.com/user-attachments/assets/6c887b00-f551-45e2-bdb5-0b157be03e5d Use the "Drag Subtitle" mode on the left. Hotkey `S`

Can reproduce with `--extractor-args "youtube:player_client=tv;player_skip=webpage"` It seems like the title is no longer included in the player response.

@trainman261 That comment seems like a ChatGPT generated spam message. You can ignore it. There are, however, still ruff linting errors. Please address them before someone will have a look...

We switched from flake8 to ruff. flake8 does not support all the rules we would like to check.

Three things: - You are not using the `ydl_opts` - `-f bestvideo[height

Do **NOT** force push. It makes reviewing changes harder, and we explicitly ask not to do it in the PR template. The PR will also need other changes then the...