mirror of
https://github.com/NohamR/BetterYGG.git
synced 2026-01-11 17:08:17 +00:00
Update YggTorrent URLs to new domain and API endpoints
This commit is contained in:
@@ -15,7 +15,7 @@ chrome.storage.sync.get(['yggToken'], function (value) {
|
||||
var downloadIcon = document.createElement('img')
|
||||
downloadIcon.setAttribute('src', chrome.runtime.getURL("img/download.png"));
|
||||
downloadButton.appendChild(downloadIcon);
|
||||
downloadButton.setAttribute('href', "https://" + window.location.host + "/rss/download?id=" + torrentId + "&passkey=" + value.yggToken);
|
||||
downloadButton.setAttribute('href', "https://yggapi.eu/torrent/" + torrentId + "/download?passkey=" + value.yggToken);
|
||||
cell.appendChild(downloadButton);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user