mirror of
https://github.com/yuzono/anime-extensions.git
synced 2026-06-13 05:29:44 +00:00
[skip mass-bump] chore: clean up whitespace and update configuration files
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1,4 +1,5 @@
|
||||
/gradlew linguist-generated
|
||||
/gradlew.bat linguist-generated
|
||||
|
||||
* text=auto eol=lf
|
||||
*.bat text eol=crlf
|
||||
|
||||
0
.github/scripts/generate-build-matrices.py
vendored
Normal file → Executable file
0
.github/scripts/generate-build-matrices.py
vendored
Normal file → Executable file
0
.github/scripts/merge-repo.py
vendored
Normal file → Executable file
0
.github/scripts/merge-repo.py
vendored
Normal file → Executable file
0
.github/scripts/move-built-apks.py
vendored
Normal file → Executable file
0
.github/scripts/move-built-apks.py
vendored
Normal file → Executable file
2
.github/workflows/auto_merge_upstream.yml
vendored
2
.github/workflows/auto_merge_upstream.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
|
||||
jobs:
|
||||
update-kohi-den:
|
||||
name: Update Kohi-den
|
||||
|
||||
2
gradlew
generated
vendored
2
gradlew
generated
vendored
@@ -205,7 +205,7 @@ fi
|
||||
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
||||
|
||||
# Collect all arguments for the java command:
|
||||
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
||||
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
||||
# and any embedded shellness will be escaped.
|
||||
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
||||
# treated as '${Hostname}' itself on the command line.
|
||||
|
||||
@@ -47,7 +47,7 @@ class MegaCloudExtractor(
|
||||
private var shouldUpdateKey = false
|
||||
private const val PREF_KEY_KEY = "megacloud_key_"
|
||||
private const val PREF_KEY_DEFAULT = "[[0, 0]]"
|
||||
|
||||
|
||||
private inline fun <reified R> runLocked(crossinline block: () -> R) = runBlocking(Dispatchers.IO) {
|
||||
MUTEX.withLock { block() }
|
||||
}
|
||||
|
||||
@@ -399,7 +399,7 @@ class PlaylistUtils(private val client: OkHttpClient, private val headers: Heade
|
||||
|
||||
companion object {
|
||||
private val FIX_SUBTITLE_REGEX = Regex("""${'$'}(\n{2,})(?!(?:\d+:)*\d+(?:\.\d+)?\s-+>\s(?:\d+:)*\d+(?:\.\d+)?)""", RegexOption.MULTILINE)
|
||||
|
||||
|
||||
private const val PLAYLIST_SEPARATOR = "#EXT-X-STREAM-INF:"
|
||||
|
||||
private val SUBTITLE_REGEX by lazy { Regex("""#EXT-X-MEDIA:TYPE=SUBTITLES.*?NAME="(.*?)".*?URI="(.*?)"""") }
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"labels": ["Dependencies"],
|
||||
"rebaseWhen": "conflicted",
|
||||
"automerge": true,
|
||||
@@ -7,6 +6,7 @@
|
||||
"extends": [
|
||||
"config:best-practices"
|
||||
],
|
||||
"schedule": ["on sunday"],
|
||||
"includePaths": [
|
||||
"buildSrc/gradle/**",
|
||||
"gradle/**",
|
||||
|
||||
Reference in New Issue
Block a user