Skip to content

Commit

Permalink
Instagram no post error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Udhayarajan committed Feb 26, 2023
1 parent d79b03f commit 96d1ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
}

group = "io.github.udhayarajan"
version = "3.3.2"
version = "3.3.3"
//Version Naming incremented if "<NEW_FEATURE_ADDED>.<WORKED_ON_BUG>.<BETA_VERSION_COUNT>"
//Priority on incrementing Feature > BugFix > Beta

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class Instagram internal constructor(url: String) : Extractor(url) {
HttpRequest(
url,
getHeadersWithUserAgent()
).getResponse()
).getResponse().toString()
).getJSONArray("items")
)
} catch (e: JSONException) {
Expand Down

0 comments on commit 96d1ef8

Please sign in to comment.