Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update some domains #6080

Merged
merged 6 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/tr/opiatoon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Opiatoon'
extClass = '.Opiatoon'
themePkg = 'madara'
baseUrl = 'https://opiatoon.biz'
overrideVersionCode = 0
baseUrl = 'https://opiatoon.pro'
overrideVersionCode = 1
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import java.util.Locale

class Opiatoon : Madara(
"Opiatoon",
"https://opiatoon.biz",
"https://opiatoon.pro",
"tr",
dateFormat = SimpleDateFormat("d MMMM", Locale("tr")),
) {
Expand Down
4 changes: 2 additions & 2 deletions src/vi/toptruyen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Top Truyen'
extClass = '.TopTruyen'
themePkg = 'wpcomics'
baseUrl = 'https://www.toptruyenww.pro'
overrideVersionCode = 1
baseUrl = 'https://www.toptruyento.pro'
overrideVersionCode = 2
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import java.util.Locale

class TopTruyen : WPComics(
"Top Truyen",
"https://www.toptruyenww.pro",
"https://www.toptruyento.pro",
"vi",
dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.getDefault()),
gmtOffset = null,
Expand Down
4 changes: 2 additions & 2 deletions src/vi/truyenvn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'TruyenVN'
extClass = '.TruyenVN'
themePkg = 'madara'
baseUrl = 'https://truyenvn.wiki'
overrideVersionCode = 6
baseUrl = 'https://truyenvn.vin'
overrideVersionCode = 7
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.util.Locale

class TruyenVN : Madara(
"TruyenVN",
"https://truyenvn.wiki",
"https://truyenvn.vin",
"vi",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {
Expand Down
2 changes: 1 addition & 1 deletion src/vi/xxmanhwa/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'XXManhwa'
extClass = '.XxManhwa'
extVersionCode = 4
extVersionCode = 5
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class XxManhwa : ParsedHttpSource(), ConfigurableSource {

override val lang = "vi"

override val baseUrl = "https://s1.xxmanhwa1.top"
override val baseUrl = "https://google.xxmanhwa2.top"

override val supportsLatest = false

Expand Down