-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SOLVED] "Search" feature isn't working... #97
Comments
A pull request would have been better. |
Piratebay does not work, also 1st change is really not needed and 2nd and 3rd change also can be done in Heroku by adding |
i know its closed and im probably 2 late ........i tried it and its not working for me , can u give your site link so i can use your site for SEARCH_SITE ? |
Fork > Follow Basic steps properly then do this
1st Edit this file
/web/src/screens/Search.js
Line : 72change
<appname>
to your heroku app name [I mean you have to choose a appname before creating a app in heroku 😆 ]2nd Edit Torrent Search Engines
Edit
/web/src/screens/search.js
Line : 21337x .am change this to 1337x .to
Edit
/crawllers/limetorrent/search.js
Line : 2change this "https://limetorrents.at/search?search={term}" to this "https://www.limetorrents.info/search/all/{term}/"
3rd Edit
/index.js
Line : 24-30Replace the following code from Line 24 to Line 30
Like this
Now update the app on heroku
Connect Heroku to github > Select your repo > "Automatic deploys"
The text was updated successfully, but these errors were encountered: