Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Samehadaku extension] Update baseUrl #2467

Merged
merged 34 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6426beb
Update build.gradle
willyreza Jan 24, 2023
841bdb9
[Indonesian extensions] Update baseUrl
willyreza Jan 24, 2023
4bc03c1
Merge branch 'jmir1:master' into master
willyreza Jan 28, 2023
87d5d5d
Update build.gradle
willyreza Jan 28, 2023
db0d01f
[OtakuDesu extensions] Update baseUrl
willyreza Jan 28, 2023
e09d3b3
Merge branch 'jmir1:master' into master
willyreza Mar 7, 2023
6cc5325
Update baseUrl
willyreza Mar 7, 2023
0afcc59
Update build.gradle
willyreza Mar 7, 2023
11ff500
Merge branch 'jmir1:master' into master
willyreza Mar 29, 2023
98c7c58
Update baseUrl
willyreza Mar 29, 2023
984e1a5
Update build.gradle
willyreza Mar 29, 2023
b08a988
Merge branch 'jmir1:master' into master
willyreza Apr 13, 2023
c1aded7
Update baseUrl
willyreza Apr 13, 2023
a8c3cb4
Update build.gradle
willyreza Apr 13, 2023
934e512
Merge branch 'aniyomiorg:master' into master
willyreza Jul 3, 2023
1e0b584
Update Kuramanime.kt
willyreza Jul 3, 2023
4e5719a
Update build.gradle
willyreza Jul 3, 2023
40d2df1
Merge branch 'aniyomiorg:master' into master
willyreza Jul 5, 2023
e72d2e7
Update Kuramanime.kt
willyreza Jul 5, 2023
abb223f
Update build.gradle
willyreza Jul 5, 2023
ef60541
Update Kuronime.kt
willyreza Jul 5, 2023
b153c82
Update build.gradle
willyreza Jul 5, 2023
2c3502c
Merge branch 'aniyomiorg:master' into master
willyreza Jul 29, 2023
7106d29
Update Oploverz.kt
willyreza Jul 29, 2023
3c054cb
Update build.gradle
willyreza Jul 29, 2023
c0b9db7
Merge branch 'aniyomiorg:master' into master
willyreza Aug 30, 2023
43f30e1
Update Kuramanime.kt
willyreza Aug 30, 2023
29feec3
Update build.gradle
willyreza Aug 30, 2023
070b931
Merge branch 'aniyomiorg:master' into master
willyreza Nov 2, 2023
f8e5d59
Update OtakuDesu.kt
willyreza Nov 2, 2023
0a5c0b2
Update build.gradle
willyreza Nov 2, 2023
6d256c6
Merge branch 'aniyomiorg:master' into master
willyreza Nov 3, 2023
4841633
Update Samehadaku.kt
willyreza Nov 3, 2023
58e8907
Update build.gradle
willyreza Nov 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/id/samehadaku/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ext {
extName = 'Samehadaku'
pkgNameSuffix = 'id.samehadaku'
extClass = '.Samehadaku'
extVersionCode = 1
extVersionCode = 2
libVersion = '13'
}

apply from: "$rootDir/common.gradle"
apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import java.util.Locale

class Samehadaku : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
override val name: String = "Samehadaku"
override val baseUrl: String = "https://samehadaku.vin"
override val baseUrl: String = "https://samehadaku.rent"
override val lang: String = "id"
override val supportsLatest: Boolean = true

Expand Down