Add source MajorScans "tr" (#1460)

* Add source MajorScans "tr"

* Update build.gradle
This commit is contained in:
mohamedotaku 2024-02-26 13:34:31 +01:00 committed by Draff
parent bbffed1fd8
commit 942ca100d8
7 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'MajorScans'
extClass = '.MajorScans'
themePkg = 'mangathemesia'
baseUrl = 'https://www.majorscans.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.tr.majorscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class MajorScans : MangaThemesia(
"MajorScans",
"https://www.majorscans.com",
"tr",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
)