Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add yomu & spectral #7363

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/pt/spectralscan/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ext {
extName = 'Spectral Scan'
extClass = '.SpectralScan'
themePkg = 'madara'
baseUrl = 'https://spectralscan.xyz'
overrideVersionCode = 0
isNsfw = false
}

apply from: "$rootDir/common.gradle"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package eu.kanade.tachiyomi.extension.pt.spectralscan

import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale

class SpectralScan : Madara(
"Spectral Scan",
"https://spectralscan.xyz",
"pt-BR",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("pt", "BR")),
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
override val mangaDetailsSelectorStatus = "div.post-content_item:contains(Estado) > div.summary-content"
}
Binary file removed src/pt/sssscanlator/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/pt/sssscanlator/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/pt/sssscanlator/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
22 changes: 0 additions & 22 deletions src/pt/tsukimangas/AndroidManifest.xml

This file was deleted.

8 changes: 0 additions & 8 deletions src/pt/tsukimangas/build.gradle

This file was deleted.

Binary file removed src/pt/tsukimangas/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/pt/tsukimangas/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/pt/tsukimangas/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/pt/tsukimangas/res/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
Loading