Jump to content
McKay Development

View a Broadcast ?


SENPAY98K

Recommended Posts

https://steamcommunity.com/?subsection=broadcasts

Trying to view a steam brodcast but could make it, i don't know why!

console.log('  [%s] Successfully Logged On.', logOnOptions.accountName);
var optionViewBroadcast = {
    headers: { Host: 'steamcommunity.com', Referer: 'https://steamcommunity.com/?subsection=broadcasts'},
    json: true
};
var postURL02 = 'https://steamcommunity.com/broadcast/watch/'config.CasterID64+'/';
community.httpRequestPost(postURL02, optionViewBroadcast, function (err, res, data) {
    if (err) { console.log(' TASK02: View Broadcast: FAIL ');
    }
    if (!err) { console.log(' TASK02: View Broadcast: DONE ');
    }
});

Any idea ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...