fix size
This commit is contained in:
parent
89033fd6bd
commit
de621cd63f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue