JD Lorimer

Results 112 comments of JD Lorimer

I've drafted this, so it should be available in the next release, provided the URL actually works. At the moment I'm getting an error from your link: `{"errno":102,"msg":"请求Demo过于频繁","data":""}`

I don't even know how I'd go about rate-limiting this, since I've only requested the demo twice and it's already complaining.

I'll see what I can do. No promises. On Tue, 16 Apr 2019 at 18:05, Steffen Martens wrote: > Okay I'm getting the same error response when I didn't visit...

I can't remember when I updated the documentation, but this behaviour is intentional. The change was made to reduce code complexity - rather than having two ways to specify the...

I plan to add this feature in the next update, since it's dead simple. Thanks for reminding me.

At the very least, we should be catching that exception. Something like the following would probably work: ```python from gtts.tts import gTTSError ... try: tts.save(self.path) except gTTSError: pass ``` A...

The underline is still visible for me on Anki 2.1.28 and current CSR. Either way, I've never been entirely happy with just an underline. I'll see how easy it would...

Good suggestion. I'll try to have this working in the next update.

Not easily, off the top of my head. I'll try to think of a solution for this.

@sebcoh That should be doable. I'll dig around in the TTS code a bit.