Open rony-alt-ac opened 3 years ago
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 LIMETORRENT_SITE
and O337X_SITE
config variable. A search for Chernobyl in Piratebay returns this link https://thepiratebay.org/search.php?q=Chernobyl&cat=0, I've tried to add https://thepiratebay.org/search.php?q={term}&cat=0
as env var PIRATEBAY_SITE
but doesn't work. Any idea what should be the correct url?
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 :laughing: ]2nd Edit Torrent Search Engines Edit
/web/src/screens/search.js
Line : 2 1337x .am change this to 1337x .toEdit
/crawllers/limetorrent/search.js
Line : 2 change 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"