mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
This commit is contained in:
parent
a9660b7763
commit
6891ca91bc
1 changed files with 1 additions and 1 deletions
|
@ -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))"
|
||||
|
|
Loading…
Reference in a new issue