mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fixed AsianLoad and removed AsiaFlix. Use AsianLoad instead, they have the same links.
Closes #1290
This commit is contained in:
parent
9360e90a96
commit
6903d3a047
4 changed files with 4 additions and 3 deletions
|
@ -64,7 +64,7 @@ object APIHolder {
|
|||
VfSerieProvider(),
|
||||
FrenchStreamProvider(),
|
||||
AsianLoadProvider(),
|
||||
AsiaFlixProvider(), // restricted
|
||||
AsiaFlixProvider(), // This should be removed in favor of asianembed.io, same source
|
||||
BflixProvider(),
|
||||
FmoviesToProvider(),
|
||||
SflixProProvider(),
|
||||
|
|
|
@ -19,6 +19,7 @@ class AsianLoadProvider : VidstreamProviderTemplate() {
|
|||
|
||||
override val iv = "9262859232435825"
|
||||
override val secretKey = "93422192433952489752342908585752"
|
||||
override val secretDecryptKey = secretKey
|
||||
|
||||
override val supportedTypes = setOf(TvType.AsianDrama)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue