This commit is contained in:
j 2019-07-19 13:50:55 +02:00
parent b1f5af462f
commit 195489a384

View file

@ -45,8 +45,8 @@ Ox.getJSON('json/pandora.json?' + +new Date(), function(pandora) {
var hash = window.location.hash.substr(1).split('.'), var hash = window.location.hash.substr(1).split('.'),
page = hash[0], page = hash[0],
version = data.split(' ')[0], version = data.split(' ')[0],
torrent = 'magnet:?xt=urn:btih:036ad048487bb3e3a65a17c9de607aede3bae426&dn=pandora-r5797&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969', torrent = 'magnet:?xt=urn:btih:adfa6c6f8684d4f6db11316ecf83eeeb159619b9&dn=pandora-r6164&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969',
torrentInfo = 'pandora-r5797.torrent, 3.0 GiB' torrentInfo = 'pandora-r6164.torrent, 3.2 GiB'
pandora.pages.download = pandora.pages.download.replace( pandora.pages.download = pandora.pages.download.replace(
/{version}/g, ' The latest revision is r' + version + '.' /{version}/g, ' The latest revision is r' + version + '.'
).replace(/{torrent}/g, torrent).replace(/{torrentInfo}/g, torrentInfo) ).replace(/{torrent}/g, torrent).replace(/{torrentInfo}/g, torrentInfo)