disable non-working torrents

This commit is contained in:
Feross Aboukhadijeh
2016-03-05 22:16:17 -08:00
parent 7585ddb8b5
commit 530db50adc

View File

@@ -35,19 +35,19 @@ module.exports = {
{ {
name: 'Sintel', name: 'Sintel',
torrentFile: 'resources/sintel.torrent' torrentFile: 'resources/sintel.torrent'
},
{
name: 'Elephants Dream',
torrentFile: 'resources/ElephantsDream_archive.torrent'
},
{
name: 'Big Buck Bunny',
torrentFile: 'resources/BigBuckBunny_archive.torrent'
},
{
name: 'Tears of Steel',
torrentFile: 'resources/TearsOfSteel_archive.torrent'
} }
// {
// name: 'Elephants Dream',
// torrentFile: 'resources/ElephantsDream_archive.torrent'
// },
// {
// name: 'Big Buck Bunny',
// torrentFile: 'resources/BigBuckBunny_archive.torrent'
// },
// {
// name: 'Tears of Steel',
// torrentFile: 'resources/TearsOfSteel_archive.torrent'
// }
] ]
} }
} }