Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna712 authored Jan 8, 2025
1 parent 6bfadfb commit d5e7e75
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions InternetArchiveProvider/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
// use an integer for version numbers
// Use an integer for version numbers
version = 19

cloudstream {
// All of these properties are optional, you can safely remove them
// All of these properties are optional, you can safely remove them.

description = "Watch content from the Internet Archive at Archive.org"
description = "Watch content from the Internet Archive at archive.org"
authors = listOf("Luna712")

/**
* Status int as the following:
* Status int as one of the following:
* 0: Down
* 1: Ok
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
**/
status = 1 // Will be 3 if unspecified

// List of video source types. Users are able to filter for extensions in a given category.
// You can find a list of available types here:
// https://recloudstream.github.io/cloudstream/html/app/com.lagradost.cloudstream3/-tv-type/index.html
tvTypes = listOf("Others")
iconUrl = "https://www.google.com/s2/favicons?domain=archive.org&sz=%size%"
}
}

0 comments on commit d5e7e75

Please sign in to comment.