twitch-user-streaming-info
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -31,3 +31,8 @@ const axios = require("axios").default; | ||
_isLiveBroadcast: true | ||
} : text; | ||
} : { | ||
success: true, | ||
error: null, | ||
live: true, | ||
...JSON.parse($("script")[0].firstChild.data)[0] | ||
}; | ||
} catch (_) { | ||
@@ -34,0 +39,0 @@ return booleanOnly ? false : { success: false, error: _, live: false }; |
{ | ||
"name": "twitch-user-streaming-info", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Get the live information of twitch user (scraping).", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
7185
3
32
1
157