This commit is contained in:
Dark25 2024-08-01 21:57:35 +02:00
parent f6d4758ae6
commit 045f84a06b
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
set -e
rsync -a --delete --exclude .git --exclude .gitignore --exclude repo.json ../master/repo/ .
git config --global user.email "action@github.com"
git config --global user.email "nadiecaca2000@gmail.com"
git config --global user.name "Animetail-Bot"
git status
if [ -n "$(git status --porcelain)" ]; then

View file

@ -131,6 +131,7 @@ class PlaylistUtils(private val client: OkHttpClient, private val headers: Heade
if (codec.startsWith("mp4a")) return@mapNotNull null
}
val resolution = it.substringAfter("RESOLUTION=")
.substringBefore("\n")
.substringAfter("x")