mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update AllAnimeProvider.kt
This commit is contained in:
parent
44100c4e09
commit
0687079889
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class AllAnimeProvider : MainAPI() {
|
|||
// for now ignore
|
||||
} else if (!embedIsBlacklisted(link)) {
|
||||
if (URI(link).path.contains(".m3u")) {
|
||||
getM3u8Qualities(link, referer).forEach(callback)
|
||||
getM3u8Qualities(link, data).forEach(callback)
|
||||
} else {
|
||||
callback(
|
||||
ExtractorLink(
|
||||
|
|
Loading…
Reference in a new issue