Skip to content

Commit

Permalink
update base url for FASELHD, TukTukCinema (aniyomiorg#1642)
Browse files Browse the repository at this point in the history
Co-authored-by: jmir1 <[email protected]>
  • Loading branch information
adly98 and jmir1 authored May 24, 2023
1 parent 6bfd1da commit ab6e3b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ar/faselhd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
extName = 'فاصل اعلاني'
pkgNameSuffix = 'ar.faselhd'
extClass = '.FASELHD'
extVersionCode = 12
extVersionCode = 13
libVersion = '13'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class FASELHD : ConfigurableAnimeSource, ParsedAnimeHttpSource() {

override val name = "فاصل اعلاني"

override val baseUrl = "https://www.faselhd.ac"
override val baseUrl = "https://www.faselhd.vip"

override val lang = "ar"

Expand Down
2 changes: 1 addition & 1 deletion src/ar/tuktukcinema/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
extName = 'توك توك سينما'
pkgNameSuffix = 'ar.tuktukcinema'
extClass = '.Tuktukcinema'
extVersionCode = 4
extVersionCode = 5
libVersion = '13'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Tuktukcinema : ConfigurableAnimeSource, ParsedAnimeHttpSource() {

override val name = "توك توك سينما"

override val baseUrl = "https://w.tuktukcinema.net"
override val baseUrl = "https://w.tuktukcinema.tv"

override val lang = "ar"

Expand Down

0 comments on commit ab6e3b8

Please sign in to comment.