From d5e7e75d3fe09cc3b62cd0b5ab0d915ce46efd1f Mon Sep 17 00:00:00 2001 From: Luna712 <142361265+Luna712@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:28:18 -0700 Subject: [PATCH] Cleanup --- InternetArchiveProvider/build.gradle.kts | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/InternetArchiveProvider/build.gradle.kts b/InternetArchiveProvider/build.gradle.kts index 6f5da97..ead81d7 100644 --- a/InternetArchiveProvider/build.gradle.kts +++ b/InternetArchiveProvider/build.gradle.kts @@ -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%" -} \ No newline at end of file +}