Remove Indo source Manhwaid.org (#10858)
* Remove Indo source Manhwaid.org Closes #10751 * Added manhwaid.org to issue closer
This commit is contained in:
parent
5cf7db2594
commit
06c12928cc
|
@ -38,7 +38,7 @@ jobs:
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "both",
|
"type": "both",
|
||||||
"regex": ".*(teamx|tqneplus|manga\\s*disk|komiktap|gourmet\\s*scans|manga\\s*crimson|mangawow|voidscans|hikari\\s*scans|mangagegecesi|piedpiperfb|knightnoscanlations|ahstudios|mangagecesi|nartag|xxx\\s*yaoi|yaoi\\s*fan\\s*clube|luminous|dragontea).*",
|
"regex": ".*(teamx|tqneplus|manga\\s*disk|komiktap|gourmet\\s*scans|manga\\s*crimson|mangawow|voidscans|hikari\\s*scans|mangagegecesi|piedpiperfb|knightnoscanlations|ahstudios|mangagecesi|nartag|xxx\\s*yaoi|yaoi\\s*fan\\s*clube|luminous|dragontea|manhwaid\\.org).*",
|
||||||
"ignoreCase": true,
|
"ignoreCase": true,
|
||||||
"message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information"
|
"message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information"
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 65 KiB |
|
@ -1,7 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.id.manhwaid
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
import java.text.SimpleDateFormat
|
|
||||||
import java.util.Locale
|
|
||||||
|
|
||||||
class ManhwaID : Madara("ManhwaID", "https://manhwaid.org", "id", SimpleDateFormat("MMMMM dd, yyyy", Locale("en", "US")))
|
|
|
@ -301,7 +301,6 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Manhwa365", "https://manhwa365.com", "en", isNsfw = true),
|
SingleLang("Manhwa365", "https://manhwa365.com", "en", isNsfw = true),
|
||||||
SingleLang("Manhwa68", "https://manhwa68.com", "en", isNsfw = true, overrideVersionCode = 2),
|
SingleLang("Manhwa68", "https://manhwa68.com", "en", isNsfw = true, overrideVersionCode = 2),
|
||||||
SingleLang("ManhwaBookShelf", "https://manhwabookshelf.com", "en"),
|
SingleLang("ManhwaBookShelf", "https://manhwabookshelf.com", "en"),
|
||||||
SingleLang("ManhwaID", "https://manhwaid.org", "id", isNsfw = true),
|
|
||||||
SingleLang("ManhwaNelo", "https://manhwanelo.com", "en", overrideVersionCode = 2),
|
SingleLang("ManhwaNelo", "https://manhwanelo.com", "en", overrideVersionCode = 2),
|
||||||
SingleLang("ManhwaTime", "https://manhwatime.com", "ar"),
|
SingleLang("ManhwaTime", "https://manhwatime.com", "ar"),
|
||||||
SingleLang("ManhwaWorld", "https://manhwaworld.com", "en"),
|
SingleLang("ManhwaWorld", "https://manhwaworld.com", "en"),
|
||||||
|
|
Loading…
Reference in New Issue