diff --git a/js/pandora.js b/js/pandora.js index 8b2774c..31d5fe0 100644 --- a/js/pandora.js +++ b/js/pandora.js @@ -46,7 +46,7 @@ Ox.getJSON('json/pandora.json?' + +new Date(), function(pandora) { page = hash[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', - torrentInfo = 'pandora-r4395.torrent, 2.9 GiB' + torrentInfo = 'pandora-r4395.torrent, 3.0 GiB' pandora.pages.download = pandora.pages.download.replace( /{version}/g, ' The latest revision is r' + version + '.' ).replace(/{torrent}/g, torrent).replace(/{torrentInfo}/g, torrentInfo)