reformat
This commit is contained in:
parent
1df528c0dc
commit
afa960c808
171 changed files with 3458 additions and 1915 deletions
|
@ -31,8 +31,8 @@ object MalSyncBackup {
|
|||
val isDub = page.title.lowercase().replace(" ", "").endsWith("(dub)")
|
||||
val slug = if (dub == isDub) page.identifier else null
|
||||
if (slug != null && page.active == true && page.url != null) {
|
||||
val url = when(name){
|
||||
"Gogoanime" -> slug
|
||||
val url = when (name) {
|
||||
"Gogoanime" -> slug
|
||||
"Tenshi" -> slug
|
||||
else -> page.url
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue