Skip to content

Commit

Permalink
update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jan 6, 2024
1 parent bfb2037 commit 42ebf56
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions FilmPalast/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ cloudstream {
// You can find a list of avaliable types here:
// https://recloudstream.github.io/cloudstream/html/app/com.lagradost.cloudstream3/-tv-type/index.html
tvTypes = listOf("TvSeries", "Movie")

iconUrl = "https://www.google.com/s2/favicons?domain=filmpalast.to&sz=%size%"
}
2 changes: 1 addition & 1 deletion HDrezkaProvider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ cloudstream {
"Movie",
)

iconUrl = "https://www.google.com/s2/favicons?domain=hdrezka19139.org&sz=%size%"
iconUrl = "https://www.google.com/s2/favicons?domain=rezka.ag&sz=%size%"
}
2 changes: 1 addition & 1 deletion KisskhProvider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ cloudstream {
"Movie",
)

iconUrl = "https://www.google.com/s2/favicons?domain=kisskh.me&sz=%size%"
iconUrl = "https://www.google.com/s2/favicons?domain=kisskh.co&sz=%size%"
}
2 changes: 1 addition & 1 deletion LayarKacaProvider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ cloudstream {
"Movie",
)

iconUrl = "https://www.google.com/s2/favicons?domain=tv6.lk21official.wiki&sz=%size%"
iconUrl = "https://s8.lk21static.xyz/wp-content/themes/dunia21/images/favicon-set/ms-icon-144x144.png"
}
4 changes: 2 additions & 2 deletions PhimmoichillProvider/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 6
version = 7


cloudstream {
Expand All @@ -24,5 +24,5 @@ cloudstream {
"Movie",
)

iconUrl = "https://www.google.com/s2/favicons?domain=phimmoichilla.net&sz=%size%"
iconUrl = "https://www.google.com/s2/favicons?domain=phimmoichillk.net&sz=%size%"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.net.URI
import java.net.URLDecoder

class PhimmoichillProvider : MainAPI() {
override var mainUrl = "https://phimmoichillh.net"
override var mainUrl = "https://phimmoichillk.net"
private var directUrl = mainUrl
override var name = "Phimmoichill"
override val hasMainPage = true
Expand Down
2 changes: 1 addition & 1 deletion TimefourTv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ cloudstream {
"Live",
)

iconUrl = "https://cdn.discordapp.com/attachments/1109266606292488297/1193079167600840734/Untitled.jpg"
iconUrl = "https://cdn.discordapp.com/attachments/1109266606292488297/1193088870212976640/Untitled.jpg"
}
4 changes: 2 additions & 2 deletions Xcineio/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 4
version = 5


cloudstream {
Expand All @@ -22,5 +22,5 @@ cloudstream {
"Movie",
)

iconUrl = "https://www.google.com/s2/favicons?domain=xcine.io&sz=%size%"
iconUrl = "https://www.google.com/s2/favicons?domain=www1.xcine.ru&sz=%size%"
}
2 changes: 1 addition & 1 deletion Xcineio/src/main/kotlin/com/hexated/XCine.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor

open class XCine : MainAPI() {
override var name = "XCine"
override var mainUrl = "https://xcine.ru"
override var mainUrl = "https://www1.xcine.ru"
override var lang = "de"
override val hasQuickSearch = true
override val usesWebView = false
Expand Down
2 changes: 1 addition & 1 deletion YugenAnime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ cloudstream {
"OVA",
)

iconUrl = "https://www.google.com/s2/favicons?domain=yugen.to&sz=%size%"
iconUrl = "https://www.google.com/s2/favicons?domain=yugenanime.sx&sz=%size%"
}

0 comments on commit 42ebf56

Please sign in to comment.