Research : enable one all torrents from a search - dtissera/cpasbien GitHub Wiki
Enable one/all torrents from a search
Request
POST /enable
Params: x-www-form-urlencoded
id
: search idorder
(optional): index number of the torrent to enable. If not specified, all torrents will be enabled. Response
{
"id": "rxp6tTorcbvjljea",
"research": "superman",
"missingCount": 3,
"count": 3,
"added": "2015-03-11T20:36:37.042Z",
"updated": "2015-03-13T22:34:54.925Z",
"torrents": [
{
"order": 0,
"name": "Superman: Unbound FRENCH DVDRIP 2013",
"enabled": true,
"fileSize": "702.0 Mo",
"date": "2013-04-24T00:00:00.000Z",
"url": "http://www.cpasbien.pw/telechargement/superman-unbound-french-dvdrip-2013.torrent"
},
{
"order": 1,
"name": "Superman Returns FRENCH DVDRIP 2006",
"enabled": true,
"fileSize": "699.5 Mo",
"date": "2010-10-27T00:00:00.000Z",
"url": "http://www.cpasbien.pw/telechargement/superman-returns-french-dvdrip-2006.torrent"
},
{
"order": 2,
"name": "Superman Batman Apocalypse FRENCH DVDRIP 2010",
"enabled": true,
"fileSize": "708.6 Mo",
"date": "2010-09-27T00:00:00.000Z",
"url": "http://www.cpasbien.pw/telechargement/superman-batman-apocalypse-french-dvdrip-2010.torrent"
}
]
}