Samundra

Results 25 comments of Samundra

This issue seems to be associated with connection pool. In our case, we had lot of services connected to Redis and some of the services went offline due to application...

The pattern for the budget link seem to be ```*/ne/budget-program``` for all the sites. All the sites seem to have similar structure. So coming up with general scraper can be...

@azwarain @WuTianming Definitely we can do this, but we need to alter the existing API calls. This feature is not yet available in the mutate though.

@jed49 you have to alter the google_translate.py Did you try this https://gist.github.com/samundra/d07bd2e312f7c3d0b65de4b68c91b22d ? Try replacing google_translate.py with the one provided and see if it works for you or not?

It doesn't work that both way. It just translates from source to target language. The both way feature is not available in the mutate.

For now there is no other way than directly editing in the source. just change the `source_language` and `target_language` to your liking. You can find the right language code (en,...

Do you have this file `https://github.com/qdore/Mutate/blob/master/config/config.ini` in Mutate insstalled directory? I am currently on mac so can't give you exact file location. But this is the configuration that mutate is...

try `find . / -name 'Mutate'` and check if you have it there.

@kleinfreund Cheers, you got it working I guess.

Below is the output I receive when I run `hotot -d`. I am using hotot - version 0.9.8.7 (Ada) As you can see data is empty and I also tried...