We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79b03f commit 96d1ef8Copy full SHA for 96d1ef8
2 files changed
build.gradle.kts
@@ -26,7 +26,7 @@ plugins {
26
}
27
28
group = "io.github.udhayarajan"
29
-version = "3.3.2"
+version = "3.3.3"
30
//Version Naming incremented if "<NEW_FEATURE_ADDED>.<WORKED_ON_BUG>.<BETA_VERSION_COUNT>"
31
//Priority on incrementing Feature > BugFix > Beta
32
src/commonMain/kotlin/com/mugames/vidsnapkit/extractor/Instagram.kt
@@ -141,7 +141,7 @@ class Instagram internal constructor(url: String) : Extractor(url) {
141
HttpRequest(
142
url,
143
getHeadersWithUserAgent()
144
- ).getResponse()
+ ).getResponse().toString()
145
).getJSONArray("items")
146
)
147
} catch (e: JSONException) {
0 commit comments