I watch my T.V. / Whose line is it anyways? / I don't think it's mine
2
   
Award
Favorite
Favorited
Unfavorite
Download
"get_page(p = 1) => {
account.http_request('my/recommended/?p=' + p, null, (body, response, err) => {
//var appids = Cheerio.load(body)('.es_ea_checked a');
if (appids.length < 1) {
return console.log('done');
}
(get_review(r = 0) => {
if (appids.length < 1) {
return get_page(p+1);
}
{
"appid": appids[r]
"name": "Vive Video",
"text": "More or less excellent. This is a simple and very polished 2D/3D video player. It might not handle all types of content, as I recall it was unable to play avi files. Other than that it makes a great 2d video theater application. It might not have all the options for tweaking 3D videos that aficionados might require. Luckily there are countless other options to try. I'm not an aficionado, I don't get what the fuss is with 360 video. It's blurry, and boring. Honestly, how can I find compelling 360 content? https://www.youtube.com/watch?v=29Xl_dj9JiU",
"id": "32553181",
"rating": true,
"showcasing": true
},
}))();
});
});"