Add source MajorScans "tr" (#1460)
* Add source MajorScans "tr" * Update build.gradle
This commit is contained in:
parent
bbffed1fd8
commit
942ca100d8
|
@ -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 |
|
@ -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")),
|
||||
)
|
Loading…
Reference in New Issue