This commit is contained in:
jack 2023-12-11 20:19:39 +07:00
parent a9660b7763
commit 6891ca91bc
1 changed files with 1 additions and 1 deletions

View File

@ -980,7 +980,7 @@ object SoraExtractor : SoraStream() {
"$uhdmoviesAPI/download-$fixTitle"
}
val detailDoc = app.get(url, interceptor = CloudflareKiller()).document
val detailDoc = app.get(url).document
val iSelector = if(season == null) {
"div.entry-content p:has(:matches($year))"