Skip to content

Commit

Permalink
Update name & website log for NhatTruyenS
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Jan 29, 2024
1 parent 0b2cb5b commit 32d4e4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multisrc/overrides/wpcomics/nhattruyens/src/NhatTruyenS.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import java.util.Locale
* - Original URL & redirecting: https://nhattruyens.com
* - Latest: https://nhattruyens.com
* - Previous:
* - https://nettruyenus.net
* - https://nhattruyens.com
*/
class NhatTruyenS : WPComics("NhatTruyenS", "https://nhattruyens.com", "vi", SimpleDateFormat("dd/MM/yy", Locale.getDefault()), null) {
class NhatTruyenS : WPComics("NhatTruyenS (Bad)", "https://nhattruyens.com", "vi", SimpleDateFormat("dd/MM/yy", Locale.getDefault()), null) {
override val popularPath = "truyen-hot"

override fun getGenreList(): Array<Pair<String?, String>> = arrayOf(
Expand Down

0 comments on commit 32d4e4f

Please sign in to comment.