elgatito / script.elementum.burst

Development of this addon has been stopped!
MIT License
117 stars 117 forks source link

torrentgalaxy almost always times out #399

Closed gitlaman closed 7 months ago

gitlaman commented 7 months ago

As the title says, torrentgalaxy.to almost always times out, sometimes it gives results but not always.

From my phone i can open the page but when i search i must enter captcha code first, maybe that is the reason for the timeout in burst plugin.

Can anyone help, is there something that i can do, because this site has the best torrents that i know of.

thepiratebay stopped giving results so also not working

Thanks in advance

antonsoroko commented 7 months ago

Not sure what we can do with torrentgalaxy because of their captcha. Even in browser I have to enter it. To bypass such captcha we would need to implement UI to enter captcha - free, but manual solution, or implement integration with some commercial captcha solving service so if users want - they can pay to such service to solve captcha automatically, but I am very sure that people will not pay to such service, so this option is not useful anyway. Not sure if anyone here is interested in implementing an UI for entering captcha.

About piratebay - it will be fixed by https://github.com/elgatito/script.elementum.burst/pull/394

gitlaman commented 7 months ago

Yes i understand, thanks for the info

antonsoroko commented 7 months ago

@elgatito just curious, what do you think about UI for entering captcha? :-) I saw such UI in some pirating addon (THE CREW or Scrubs v2 or Fen) when i tested several addons, they used it to bypass captcha on some video hosting website, i think.

antonsoroko commented 7 months ago

@gitlaman burst was updated, so please update it and enable thepiratebay in settings.

elgatito commented 7 months ago

@antonsoroko

@elgatito just curious, what do you think about UI for entering captcha? :-)

It does not make sense, because format of Captcha is different and there is often Javascript involved into generation of fields/values to make it harder for automation. So in the end you would need a headless Chromium and a lot of manual work for each use case to avoid captcha or render/solve it. (Chromium is not avialable to all platform Elementum works on). That is the way Jackett solves Cloudflare issues, btw.

In my opinion it makes sense to avoid getting catchas at all, by re-using authentication session or cookies sharing. I will try this approach when I have some time for that.

gitlaman commented 7 months ago

@gitlaman burst was updated, so please update it and enable thepiratebay in settings.

Thanks it is working now