Skip to content

Commit

Permalink
update some domains (#6080)
Browse files Browse the repository at this point in the history
* update some domains

* remove trailing slashes

* revert domains

* revert domains

* update xxmanhwa and truyenvn domains

* revert inarimanga domain

it worked yesterday but now this new domain is not working anymore
  • Loading branch information
buidai123 authored Nov 18, 2024
1 parent 0a6a5da commit 9eca1d4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
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

1 comment on commit 9eca1d4

@tuanbmt4152
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks bro

Please sign in to comment.