Skip to content

Commit

Permalink
feat(ru/anilibriatv): Fix main class
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxesFoxes committed Oct 10, 2023
1 parent f6ed4b0 commit 18a3a8a
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ data class AnimeDescription(
val description: String? = null,
)

class AniLibriaTVApiV3(
override val name: String,
override val baseUrl: String,
) : ConfigurableAnimeSource, AnimeHttpSource() {
class AniLibriaTV : ConfigurableAnimeSource, AnimeHttpSource() {
override val name: String = "AniLibria TV"

override val baseUrl: String = "https://api.anilibria.tv/v3"

override val lang: String = "ru"

override val supportsLatest: Boolean = true
Expand Down

0 comments on commit 18a3a8a

Please sign in to comment.