Skip to content

Commit

Permalink
Merge pull request #18 from pypp/pypp-patch-1
Browse files Browse the repository at this point in the history
Update services.js
  • Loading branch information
pypp authored Aug 1, 2024
2 parents 216018b + 30f381f commit e0e26de
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions extension/src/services.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const parseTitle = (title) => title.split(" ").join("-").toLowerCase();

/**
* Returns an array of custom services data
*
Expand All @@ -25,8 +23,8 @@ globalThis.getServices = (query, imdbID) => [
},
{
name: "Lime Torrents",
url: `https://limetorrent.xyz/fullsearch?q=${query}`,
icon: "https://limetorrent.xyz/favicon.ico",
url: `https://www.limetorrents.lol/search/all/${query}/`,
icon: "https://www.limetorrents.lol/favicon.ico",
},
{
name: "TorrentGalaxy",
Expand All @@ -43,9 +41,4 @@ globalThis.getServices = (query, imdbID) => [
url: `https://www.youtube.com/results?search_query=${query}`,
icon: "https://www.youtube.com/favicon.ico",
},
{
name: "Solarmovie",
url: `https://solarmovie.pe/search/${parseTitle(query)}`,
icon: "https://img.solarmovie.pe/xxrz/100x100/100/1e/d6/1ed66c3fd5d717d949289994f35d94c3/1ed66c3fd5d717d949289994f35d94c3.png",
},
];

0 comments on commit e0e26de

Please sign in to comment.