Skip to content

Commit

Permalink
chore(examples): Log more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Oct 24, 2024
1 parent 942ae10 commit 23950d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/node/index-alt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@ const audioStreamingURL = info.chooseFormat({
type: 'audio'
}).decipher(innertube.session.player);

console.info('Visitor data:', visitorData, '\n');
console.info('PoToken:', poToken, '\n');
console.info('Streaming URL:', audioStreamingURL);

0 comments on commit 23950d0

Please sign in to comment.