Skip to content

Commit

Permalink
Merge pull request #32 from Udhayarajan/instagram-query-hash
Browse files Browse the repository at this point in the history
before direct extraction, queryHash need to be tried
  • Loading branch information
Udhayarajan authored Jul 19, 2023
2 parents c5ff143 + 4b95e8e commit 25eb1d4
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 @@ -28,7 +28,7 @@ plugins {
}

group = "io.github.udhayarajan"
version = "5.6.3"
version = "5.6.4"
// Version Naming incremented if "<NEW_FEATURE_ADDED>.<WORKED_ON_BUG>.<BETA_VERSION_COUNT_OR_PRE_RELEASE>"
// Priority on incrementing Feature > BugFix > Beta

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class Instagram internal constructor(url: String) : Extractor(url) {
return
} else {
logger.info("finally calling direct ex in unsafe, cookies are not validated")
directExtraction()
tryWithQueryHash(page)
}
return
}
Expand Down

0 comments on commit 25eb1d4

Please sign in to comment.