Skip to content

Commit

Permalink
set referrer in erome, fixes RipMeApp#47
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Oct 3, 2021
1 parent 30f4cf3 commit d8cd629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public String getHost() {

@Override
public void downloadURL(URL url, int index) {
addURLToDownload(url, getPrefix(index));
addURLToDownload(url, getPrefix(index), "", "erome.com", this.cookies);
}

@Override
Expand Down

0 comments on commit d8cd629

Please sign in to comment.