Med Anis Jbara
Med Anis Jbara
I assume this isn't `gtts-cli`'s fault. Since there's no actual python error. So I assume the problem is actually with the google text to speech engine. Yet the behavior itself...
Welp, the [docs](https://help.reacher.email/self-host-guide) suggest OVH. > Reacher recommends the French cloud provider [OVH](https://www.ovhcloud.com/). They even have a dedicated guide for it (check that same docs page). Note that the script...
for unknown reasons. It seems that it is not encoding ⊕ and u'\uE52D' properly
@justchokingaround How do you intend to do the parsing for the subs ? for vtt I don't see anything in the file we can parse using regex which can determine...
Btw, I can set it to be the `basename` of the file name (without extension) if that's okay (a lot of files are named in a good way .. so...
* Path to files only works on UNIX like operating systems instead of using `os.sep` or `os.path.join`. * URL encoding is now a simple replacement of space ` ` with...
The latest commit also does replace `+` in the request data with a space ` ` in the data data of method POST.
@TomJo2000 I believe this PR should be closed.
I might try fixing `gum` or `git-bisect`ing it .. but no promises.
Future note for myself (will put this in the PR comment): From latest mpv's man page > --watch-later-directory is an alias for --watch-later-dir. so changing it to `--watch-later-directory` should make...