Skip to content

Commit

Permalink
fix(ar/anime4up): Update baseUrl + more extractors (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudemirovsky authored Oct 30, 2023
1 parent 93cba14 commit 9516ee6
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 307 deletions.
19 changes: 12 additions & 7 deletions src/ar/anime4up/build.gradle
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.kotlin.serialization)
}

ext {
extName = 'Anime4up'
pkgNameSuffix = 'ar.anime4up'
extClass = '.Anime4Up'
extVersionCode = 50
extVersionCode = 51
libVersion = '13'
}

dependencies {
implementation(project(':lib-streamwish-extractor'))
implementation(project(':lib-gdriveplayer-extractor'))
implementation(project(':lib-dood-extractor'))
implementation(project(':lib-voe-extractor'))
implementation(project(':lib-vidbom-extractor'))
implementation(project(':lib-gdriveplayer-extractor'))
implementation(project(':lib-mp4upload-extractor'))
implementation(project(':lib-okru-extractor'))
implementation(project(':lib-streamwish-extractor'))
implementation(project(':lib-uqload-extractor'))
implementation(project(':lib-vidbom-extractor'))
implementation(project(':lib-voe-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
}

Expand Down
Loading

0 comments on commit 9516ee6

Please sign in to comment.