Skip to content

Commit

Permalink
2.5.0: rule34 changed url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodehawa committed Nov 14, 2021
1 parent 11b1069 commit c57a197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

import org.apache.tools.ant.filters.ReplaceTokens
def versionObj = new Version(major: 2, minor: 4, revision: 5)
def versionObj = new Version(major: 2, minor: 5, revision: 0)

group 'net.kodehawa'
version "$versionObj"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @author Kodehawa
*/
public enum DefaultBoards implements Board {
R34("https", "rule34.xxx", "index.php", "page=dapi&s=post&q=index&json=1", "pid"),
R34("https", "api.rule34.xxx", "index.php", "page=dapi&s=post&q=index&json=1", "pid"),
E621("https", "e621.net", "posts.json", null, "page", "posts"),
KONACHAN("http", "konachan.com", "post.json", null, "page"),
YANDERE("https", "yande.re", "post.json", null, "page"),
Expand Down

0 comments on commit c57a197

Please sign in to comment.