-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%" | ||
} | ||
} |