Hello
There is a translation website, I'm trying to use curl to download a page and then extract the translation from html code and display it in the terminal window. The site accepts method GET, the &s= part is a string to translate. I want to use this site, because it provides multiple translations of the same world. The site's interface is in some foreign language I can't understand, the translation itself is in proper language I need. curl 'https://www.multitran.com/m.exe?l1=1&l2=11&s=computer' > translation.txt
The translation seems to be in blocks
<td class="trans" width="100%">...<td>
Is it possible to make a script to do it?

Reply via email to