Extravi / araa-search

A privacy-respecting, ad-free, self-hosted Google metasearch engine with strong security that offers full API support and utilizes Qwant for images, and DuckDuckGo for auto-complete.
https://araa.extravi.dev
GNU Affero General Public License v3.0
241 stars 22 forks source link

Patch #59 #65

Closed TEMtheLEM closed 12 months ago

TEMtheLEM commented 1 year ago

Patches issues with #59 and gets it working.

Subsequently, the docker image also now allows users to configure NYAA_DOMAIN and what sites are enabled (ENABLED_TORRENT_SITES). This change is only present due to the patch.

TEMtheLEM commented 1 year ago

Credit to @amogusussy for writing the majority of the code in this PR. I couldn't find a way to pull the PR as it was 'merged', so I just CTRL+C CTRL+V'ed a lot of it.

amogusussy commented 1 year ago

What changes (beside the docker stuff) are made from my original code?

Extravi commented 1 year ago

?

TEMtheLEM commented 1 year ago

@amogusussy

And I think that's all for the differences. Again, a lot of it is your old code, but with all the applicable patches that I went over.

TEMtheLEM commented 1 year ago

@Extravi anything you specifically need me to clear up? I'm not sure what you're confused about. This PR patches all the issues (that at least I encountered) with PR #59.

TEMtheLEM commented 1 year ago

Also, just to parody recent changes you made, I've just quoted the queries in both src/torrent_sites/nyaa.py and src/torrent_sites/torrentgalaxy.py. See the most recent commit.

amogusussy commented 1 year ago

Okay, thank you :)

Extravi commented 12 months ago

this has some of amogusussys code so @amogusussy you fine if i pull this?

amogusussy commented 12 months ago

Yes :+1:

TEMtheLEM commented 12 months ago

Resolved merge conflicts.

@Extravi PLEASE merge this before doing ANYTHING else.