sepro
sepro
Ah actually in the past functions have been added without increasing the version, so I guess it's fine. https://github.com/Aegisub/Aegisub/commit/d660f7f2b023a71e90df27f1c51ba009a2d30301 If someone needs to test for a specific feature this is...
Okay I dropped the direct array access and added an option to retrieve frames with subtitles. The last thing remaining is checking if any of the logic needs to be...
I did a bunch more testing and it seems to only happen when local config files are being used, as was the case with the two portable CI builds I...
Figured this out on the discord. For future reference here the summary. The default autoload/include location is set like this: https://github.com/TypesettingTools/Aegisub/blob/c218db6f349aed809040801c44b59c1d2e0d8739/src/libresrc/default_config.json#L290-L294 When using a local config `?user` gets set to...
Can confirm still works
Also, for the future, please don't force push.
Thank you for wanting to contribute to yt-dlp. Sadly, I don't think this site is fit for inclusion as it contains a lot of pirated content. Currently, the most watched...
`--no-mtime` can be used by the user to disable writing the modified time. Any potential core changes should be made in a separate PR.
The main issue is that Nebula serves non-standard compliant WebVTT files. Specifically, the file mentioned here is missing the declaration of a `NOTE` section, and has an invalid `STYLE` section...
This has been partially addressed by https://github.com/yt-dlp/yt-dlp/commit/f24e44e8cbd88ce338d52f594a19330f64d38b50. While downloading these non-spec-compliant files now works fine, the fix only addresses the symptoms. Leaving this open as the issue of the WebVTT...