Skip to content

Commit

Permalink
fix(Instagram & FB): debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
Udhayarajan committed Jul 1, 2023
1 parent ec786e8 commit 64d7623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
}

group = "io.github.udhayarajan"
version = "5.5.9.0"
version = "5.5.9.0.1"
//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 @@ -208,8 +208,7 @@ class Instagram internal constructor(url: String) : Extractor(url) {
}
if (res == "429") {
if (isReel) {
var url = nonModURL.replace("/?img_index=1", "")
url = url.replace("/reel/", "/reels/")
var url = nonModURL.replace("/reel/", "/reels/")
url = url.replace("/p/", "/reels/")

res = HttpRequest(url, headers).getResponse()
Expand Down

0 comments on commit 64d7623

Please sign in to comment.