Skip to content

Commit

Permalink
fix: fixed services url and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pypp committed Mar 8, 2024
1 parent 744daca commit 7bb07b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/src/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ globalThis.getServices = (query, imdbID) => [
},
{
name: "1337x",
url: `https://1337x.to/search/${query}/1`,
url: `https://1337x.to/search/${query}/1/`,
icon: "https://1337x.to/favicon.ico",
},
{
name: "Lime Torrents",
url: `https://limetorrent.xyz/fullsearch?q=${query}`,
icon: "https://limetorrents.cyou/favicon.ico",
icon: "https://limetorrent.xyz/favicon.ico",
},
{
name: "TorrentGalaxy",
Expand Down

0 comments on commit 7bb07b0

Please sign in to comment.