add new fr source (#16888)
This commit is contained in:
parent
caf80e27f4
commit
e429326371
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
|
@ -0,0 +1,9 @@
|
|||
package eu.kanade.tachiyomi.extension.fr.pantheonscan
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class PantheonScan : Madara("Pantheon Scan", "https://pantheon-scan.com", "fr", dateFormat = SimpleDateFormat("dd/mm/yyyy", Locale.FRANCE)) {
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
|
@ -332,6 +332,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Novels Town", "https://novelstown.cyou", "ar"),
|
||||
SingleLang("Oh No Manga", "https://ohnomanga.com", "en", isNsfw = true),
|
||||
SingleLang("Painful Nightz Scan", "https://painfulnightz.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Pantheon Scan", "https://pantheon-scan.com", "fr"),
|
||||
SingleLang("Peach Scan", "https://www.peachscan.com", "pt-BR", isNsfw = true),
|
||||
SingleLang("Petrotechsociety", "https://www.petrotechsociety.org", "en", isNsfw = true),
|
||||
SingleLang("Phoenix Fansub", "https://phoenixmangas.com", "es"),
|
||||
|
|
Loading…
Reference in New Issue