From 9e90fd665fe14fe0e3bf012792d9a804c2802346 Mon Sep 17 00:00:00 2001 From: Song-jin-woo <108493405+Song-jin-woo@users.noreply.github.com> Date: Sat, 29 Jun 2024 14:14:31 +0300 Subject: [PATCH] Update Riwyat.kt (#98) I change web site name --- sources/ar/riwyat/main/src/ireader/riwyat/Riwyat.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/ar/riwyat/main/src/ireader/riwyat/Riwyat.kt b/sources/ar/riwyat/main/src/ireader/riwyat/Riwyat.kt index 77a4ef32..3564b195 100644 --- a/sources/ar/riwyat/main/src/ireader/riwyat/Riwyat.kt +++ b/sources/ar/riwyat/main/src/ireader/riwyat/Riwyat.kt @@ -21,7 +21,7 @@ abstract class Riwyat(private val deps: Dependencies) : SourceFactory( override val lang: String get() = "ar" override val baseUrl: String - get() = "https://riwyat.org" + get() = "https://riwyatspace.com" override val id: Long get() = 23 override val name: String