Peter Stein
Peter Stein
> @ptrstn Is there a fix/update coming? you said until Sunday and then you removed your answer. This change requires some refactoring and a little bit more time than initially...
Another solution could be to implement support for proxies as suggested in: https://github.com/ytdl-org/youtube-dl/issues/22839
A potential problem could be that the generated data always contains the exact same id and not the generated one. https://github.com/ptrstn/deepl-translate/blob/ca61c63ff23031291fbaf220de92018fb85a57f0/deepl/generators.py#L5-L14 https://github.com/ptrstn/deepl-translate/blob/ca61c63ff23031291fbaf220de92018fb85a57f0/deepl/generators.py#L41-L64 https://github.com/ptrstn/deepl-translate/blob/ca61c63ff23031291fbaf220de92018fb85a57f0/deepl/hacks.py#L21-L22 This ```id``` should probably be maintained and...
> Hi, I did some research and believe it is a _generated_ field. Could try decompile the Windows client to get some inspiration Yes, it is generated and the javascript...
> also deepl uses fake timestamp > > Try below > > ```rust > fn gen_fake_timestamp(texts: &Vec) -> u128 { > let ts = tool::get_epoch_ms(); > let i_count = texts...
Currently there is no support for using an account to access the official deepl api with my tool. Check out https://github.com/DeepLcom/deepl-python as this is the official Python library to use....
I am willing to work on this if someone could provide me further information: - Does the official [deepl-python package](https://github.com/DeepLcom/deepl-python) from [DeepLcom](https://github.com/DeepLcom/) not work with a [DeepL API Free](https://www.deepl.com/pro#developer) account?...
Okay, I'm not quite sure I understand the problem. I just setup a [DeepL API Free](https://www.deepl.com/pro#developer) account and tried to translate text using the website, but ran into the following...
Ah, I finally understand what you meant. There are still some problems before being able to implement this feature. After analyzing the requests during the login process, I found that...
> Is it possible to run [translator_late.min.$41c5cd.js](https://static.deepl.com/js/translator_late.min.$41c5cd.js) with Python? like pyexecjs? There's way more to that, and it's not that easy. If anyone wants to give it a try, go...