This commit is contained in:
j 2014-10-10 19:16:45 +02:00
parent 89033fd6bd
commit de621cd63f

View file

@ -46,7 +46,7 @@ Ox.getJSON('json/pandora.json?' + +new Date(), function(pandora) {
page = hash[0], page = hash[0],
version = data.split(' ')[0], version = data.split(' ')[0],
torrent = 'magnet:?xt=urn:btih:17fa71ba27ee99fd383da29e85aa7fa7d546e958&dn=pandora-r4395&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Ftracker.ccc.de%3A80&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=http%3A%2F%2Ftracker.thepiratebay.org%2Fannounce', torrent = 'magnet:?xt=urn:btih:17fa71ba27ee99fd383da29e85aa7fa7d546e958&dn=pandora-r4395&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Ftracker.ccc.de%3A80&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=http%3A%2F%2Ftracker.thepiratebay.org%2Fannounce',
torrentInfo = 'pandora-r4395.torrent, 2.9 GiB' torrentInfo = 'pandora-r4395.torrent, 3.0 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)