Skip to content

Commit 96d1ef8

Browse files
committed
Instagram no post error handling
1 parent d79b03f commit 96d1ef8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins {
2626
}
2727

2828
group = "io.github.udhayarajan"
29-
version = "3.3.2"
29+
version = "3.3.3"
3030
//Version Naming incremented if "<NEW_FEATURE_ADDED>.<WORKED_ON_BUG>.<BETA_VERSION_COUNT>"
3131
//Priority on incrementing Feature > BugFix > Beta
3232

src/commonMain/kotlin/com/mugames/vidsnapkit/extractor/Instagram.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class Instagram internal constructor(url: String) : Extractor(url) {
141141
HttpRequest(
142142
url,
143143
getHeadersWithUserAgent()
144-
).getResponse()
144+
).getResponse().toString()
145145
).getJSONArray("items")
146146
)
147147
} catch (e: JSONException) {

0 commit comments

Comments
 (0)