Update README.md

This commit is contained in:
Stormunblessed 2023-03-23 20:54:59 -06:00
parent 104b79422d
commit 80e29b4277
No known key found for this signature in database
GPG Key ID: CE92471F93C0CAB4
2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,12 @@
# CloudStream
**⚠️ Warning: By default this app doesn't provide any video sources, you have to install extensions in order to add functionality to the app.**
# `⚠️ Warning: `
**I'm not the original developer.**
**The app in [releases](https://codeberg.org/Stormunblessed/cloudstream/releases) will be signed by myself.**
**This application does not contain any extensions by default, you will have to search the internet or create them yourself, I am not responsible for the content that these extensions may have.**
**The link below is an invitation to the original dev discord**
[![Discord](https://invidget.switchblade.xyz/5Hus6fM)](https://discord.gg/5Hus6fM)
### Features:

View File

@ -249,7 +249,7 @@ tasks.withType<DokkaTask>().configureEach {
localDirectory.set(file("src/main/java"))
// URL showing where the source code can be accessed through the web browser
remoteUrl.set(URL("https://github.com/recloudstream/cloudstream/tree/master/app/src/main/java"))
remoteUrl.set(URL("https://codeberg.org/Stormunblessed/cloudstream/src/branch/master/app/src/main/java/"))
// Suffix which is used to append the line number to the URL. Use #L for GitHub
remoteLineSuffix.set("#L")
}