Themi Megas

Results 11 comments of Themi Megas

My default save location changed to /config/downloads for some reason. It started moving all my torrents to that location automatically from /data. Hopefully it didn't make me lose any data...

> There is a bug in the current version of qbittorrent. You should revert to the previous version. Thanks, I revered and everything is fixed, no data lost. Hopefully the...

> I tested it for science, 4.4.1 seems to be working fine now. Lol thank you for your scientific contribution. I appreciate that you tested it, I'll try updating now...

I just upgraded and I've got no issues too, this seems mystically patched in 4.4.1 somehow. I've double checked at it looks like all my settings and torrents are just...

> I just upgraded and I've got no issues too, this seems mystically patched in 4.4.1 somehow. I've double checked at it looks like all my settings and torrents are...

upon reviewing the code, it looks like this issue would be solved with pull request #3 due to it validating that it's returning links before returning them.

There's no real way of knowing how often you can search without getting a 429 response. I've tested it on a bunch of different ip addresses though and as long...

https://support.google.com/websearch/answer/86640 defines an "automated query" as "Sending searches from a robot, computer program, automated service, or search scraper" or "Using software that sends searches to Google to see how a...

If you want to control every next() called on the generator instead of passing it through using yield from you can use a decorator class to easily achieve this. Here's...