Extractor: Added FourPichive (#1103)

🕊
This commit is contained in:
Ömer Faruk Sancak 2024-05-27 16:54:25 +03:00 committed by GitHub
parent e697bf7554
commit d0852449a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -21,3 +21,8 @@ class FourPlayRu : ContentX() {
override var name = "FourPlayRu" override var name = "FourPlayRu"
override var mainUrl = "https://four.playru.net" override var mainUrl = "https://four.playru.net"
} }
class FourPichive : ContentX() {
override var name = "FourPichive"
override var mainUrl = "https://four.pichive.online"
}

View file

@ -110,6 +110,7 @@ import com.lagradost.cloudstream3.extractors.Hotlinger
import com.lagradost.cloudstream3.extractors.FourCX import com.lagradost.cloudstream3.extractors.FourCX
import com.lagradost.cloudstream3.extractors.PlayRu import com.lagradost.cloudstream3.extractors.PlayRu
import com.lagradost.cloudstream3.extractors.FourPlayRu import com.lagradost.cloudstream3.extractors.FourPlayRu
import com.lagradost.cloudstream3.extractors.FourPichive
import com.lagradost.cloudstream3.extractors.HDMomPlayer import com.lagradost.cloudstream3.extractors.HDMomPlayer
import com.lagradost.cloudstream3.extractors.HDPlayerSystem import com.lagradost.cloudstream3.extractors.HDPlayerSystem
import com.lagradost.cloudstream3.extractors.VideoSeyred import com.lagradost.cloudstream3.extractors.VideoSeyred
@ -748,6 +749,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
FourCX(), FourCX(),
PlayRu(), PlayRu(),
FourPlayRu(), FourPlayRu(),
FourPichive(),
HDMomPlayer(), HDMomPlayer(),
HDPlayerSystem(), HDPlayerSystem(),
VideoSeyred(), VideoSeyred(),