mirror of
https://github.com/yuzono/anime-extensions.git
synced 2026-06-13 05:29:44 +00:00
[skip ci] Force \n line ending, trailing newline (#80)
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1 +1,2 @@
|
||||
* text=auto
|
||||
* text=auto eol=lf
|
||||
*.bat text eol=crlf
|
||||
|
||||
2
.github/scripts/create-repo.py
vendored
Normal file → Executable file
2
.github/scripts/create-repo.py
vendored
Normal file → Executable file
@@ -40,7 +40,7 @@ for apk in REPO_APK_DIR.iterdir():
|
||||
).decode()
|
||||
|
||||
package_info = next(x for x in badging.splitlines() if x.startswith("package: "))
|
||||
package_name = PACKAGE_NAME_REGEX.search(package_info).group(1)
|
||||
package_name = PACKAGE_NAME_REGEX.search(package_info).group(1)
|
||||
application_icon = APPLICATION_ICON_320_REGEX.search(badging).group(1)
|
||||
|
||||
with ZipFile(apk) as z, z.open(application_icon) as i, (
|
||||
|
||||
0
.github/scripts/move-apks.py
vendored
Normal file → Executable file
0
.github/scripts/move-apks.py
vendored
Normal file → Executable file
2
.github/workflows/auto_merge_upstream.yml
vendored
2
.github/workflows/auto_merge_upstream.yml
vendored
@@ -58,4 +58,4 @@ jobs:
|
||||
# git merge origin/${{env.LOCAL_BRANCH}}
|
||||
|
||||
# - name: Push to repository
|
||||
# run: git push origin ${{env.MERGE_BRANCH}}
|
||||
# run: git push origin ${{env.MERGE_BRANCH}}
|
||||
|
||||
6
.pre-commit-config.yaml
Normal file
6
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v5.0.0 # Use the latest stable version
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
1
LICENSE
1
LICENSE
@@ -199,4 +199,3 @@
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
|
||||
@@ -133,4 +133,4 @@
|
||||
<option name="CONTINUATION_INDENT_SIZE" value="4" />
|
||||
</indentOptions>
|
||||
</codeStyleSettings>
|
||||
</code_scheme>
|
||||
</code_scheme>
|
||||
|
||||
@@ -3,4 +3,4 @@ plugins {
|
||||
id("lib-multisrc")
|
||||
}
|
||||
|
||||
baseVersionCode = 1
|
||||
baseVersionCode = 1
|
||||
|
||||
@@ -4,4 +4,4 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
implementation(project(":lib:playlist-utils"))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.aniyomi.lib)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -121,6 +121,3 @@ object BangumiScraper {
|
||||
return responseStr
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
plugins {
|
||||
id("lib-android")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -219,8 +219,3 @@ class LycorisCafeExtractor(private val client: OkHttpClient) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -327,9 +327,9 @@ function initWasm() {
|
||||
__wbg_createElement_03cf347ddad1c8c0: function () {
|
||||
return applyToWindow(function (
|
||||
// @ts-ignore
|
||||
index,
|
||||
index,
|
||||
// @ts-ignore
|
||||
decodeIndex,
|
||||
decodeIndex,
|
||||
// @ts-ignore
|
||||
decodeIndexOffset) {
|
||||
return addToStack(canvas);
|
||||
@@ -338,9 +338,9 @@ function initWasm() {
|
||||
__wbg_querySelector_118a0639aa1f51cd: function () {
|
||||
return applyToWindow(function (
|
||||
// @ts-ignore
|
||||
index,
|
||||
index,
|
||||
// @ts-ignore
|
||||
decodeIndex,
|
||||
decodeIndex,
|
||||
// @ts-ignore
|
||||
decodeOffset) {
|
||||
//let item = get(index).querySelector(decodeSub(decodeIndex, decodeOffset));
|
||||
@@ -353,11 +353,11 @@ function initWasm() {
|
||||
return addToStack(nodeList);
|
||||
}, arguments);
|
||||
},
|
||||
__wbg_getAttribute_706ae88bd37410fa: function (offset,
|
||||
__wbg_getAttribute_706ae88bd37410fa: function (offset,
|
||||
// @ts-ignore
|
||||
index,
|
||||
index,
|
||||
// @ts-ignore
|
||||
decodeIndex,
|
||||
decodeIndex,
|
||||
// @ts-ignore
|
||||
decodeOffset) {
|
||||
//let attr = get(index).getAttribute(decodeSub(decodeIndex, decodeOffset));
|
||||
|
||||
@@ -4,4 +4,4 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
implementation(project(":lib:playlist-utils"))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
implementation(project(":lib:playlist-utils"))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,4 +15,4 @@ dependencies {
|
||||
implementation(project(':lib:gdriveplayer-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -58,5 +58,5 @@ Google can sometimes think that webview isn't a secure browser, and will thus re
|
||||
2. In the top right, click the three dots then click `Refresh`
|
||||
3. Click the `Try again` button after the website doesn't let you log in
|
||||
4. Make sure that your webview is up to date
|
||||
|
||||
|
||||
Try a combination of these steps, and after a few tries it should eventually let you log in.
|
||||
|
||||
@@ -9,4 +9,4 @@ apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(':lib:googledrive-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,4 +8,3 @@ ext {
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
|
||||
@@ -12,4 +12,4 @@ dependencies {
|
||||
implementation(project(':lib:filemoon-extractor'))
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
implementation(project(':lib:vidhide-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@ dependencies {
|
||||
implementation(project(':lib:streamhidevid-extractor'))
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
implementation(project(':lib:yourupload-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
||||
@@ -16,4 +16,4 @@ dependencies {
|
||||
implementation(libs.jsunpacker)
|
||||
implementation(project(':lib:playlist-utils'))
|
||||
implementation(project(':lib:javcoverfetcher'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@ dependencies {
|
||||
implementation(project(":lib:dailymotion-extractor"))
|
||||
implementation(project(":lib:mp4upload-extractor"))
|
||||
implementation(project(":lib:streamwish-extractor"))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,4 +8,3 @@ ext {
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@ ext {
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
|
||||
@@ -15,4 +15,4 @@ ChineseAV=Chinese AV
|
||||
Madou_Media=Madou Media
|
||||
Selfie_leaked=Selfie Leaked
|
||||
Tanhua=Escort
|
||||
JAV=JAV
|
||||
JAV=JAV
|
||||
|
||||
@@ -15,4 +15,4 @@ ChineseAV=AV Tàu
|
||||
Madou_Media=Madou Media
|
||||
Selfie_leaked=Clip sex tự quay
|
||||
Tanhua=Check hàng
|
||||
JAV=JAV
|
||||
JAV=JAV
|
||||
|
||||
@@ -15,4 +15,4 @@ ChineseAV=國產AV
|
||||
Madou_Media=麻豆傳媒
|
||||
Selfie_leaked=自拍流出
|
||||
Tanhua=探花
|
||||
JAV=日本
|
||||
JAV=日本
|
||||
|
||||
@@ -9,4 +9,4 @@ ext {
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="eu.kanade.tachiyomi.animeextension" />
|
||||
<manifest package="eu.kanade.tachiyomi.animeextension" />
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="eu.kanade.tachiyomi.animeextension" />
|
||||
<manifest package="eu.kanade.tachiyomi.animeextension" />
|
||||
|
||||
@@ -17,4 +17,4 @@ dependencies {
|
||||
implementation(project(':lib:vidbom-extractor'))
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ dependencies {
|
||||
implementation(project(':lib:okru-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(project(':lib:vidbom-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ dependencies {
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
implementation(project(':lib:yourupload-extractor'))
|
||||
implementation(project(':lib:okru-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@ dependencies {
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
implementation(project(':lib:uqload-extractor'))
|
||||
implementation(project(':lib:vidbom-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@ dependencies {
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(project(':lib:mixdrop-extractor'))
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@ dependencies {
|
||||
implementation(project(':lib:okru-extractor'))
|
||||
implementation(project(':lib:mp4upload-extractor'))
|
||||
implementation(project(':lib:vidbom-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@ dependencies {
|
||||
implementation(project(":lib:vidguard-extractor"))
|
||||
implementation(project(":lib:playlist-utils"))
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ dependencies {
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ dependencies {
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(project(':lib:filemoon-extractor'))
|
||||
implementation(project(':lib:mp4upload-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@ dependencies {
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,4 +16,4 @@ dependencies {
|
||||
implementation(project(':lib:streamlare-extractor'))
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,4 +9,4 @@ apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ apply from: "$rootDir/common.gradle"
|
||||
dependencies {
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@ dependencies {
|
||||
implementation(project(':lib:filemoon-extractor'))
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@ apply from: "$rootDir/common.gradle"
|
||||
dependencies {
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@ dependencies {
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@ dependencies {
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:mixdrop-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@ dependencies {
|
||||
implementation(project(':lib:okru-extractor'))
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@ dependencies {
|
||||
implementation(project(':lib:filemoon-extractor'))
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,4 +9,4 @@ apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@ dependencies {
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:mixdrop-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ apply from: "$rootDir/common.gradle"
|
||||
dependencies {
|
||||
implementation(project(':lib:dailymotion-extractor'))
|
||||
implementation(project(':lib:playlist-utils'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,4 +7,4 @@ ext {
|
||||
overrideVersionCode = 11
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
@@ -11,4 +11,4 @@ dependencies {
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ dependencies {
|
||||
implementation(project(':lib:mp4upload-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(project(':lib:gogostream-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,4 +6,4 @@ ext {
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
@@ -7,4 +7,4 @@ ext {
|
||||
overrideVersionCode = 8
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
@@ -9,4 +9,4 @@ apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(':lib:googledrive-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ dependencies {
|
||||
implementation(project(':lib:mp4upload-extractor'))
|
||||
implementation(project(':lib:yourupload-extractor'))
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@ dependencies {
|
||||
implementation(project(':lib:dailymotion-extractor'))
|
||||
implementation(project(':lib:okru-extractor'))
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,4 +9,4 @@ apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation project(':lib:playlist-utils')
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,4 +7,4 @@ ext {
|
||||
overrideVersionCode = 10
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest />
|
||||
<manifest />
|
||||
|
||||
@@ -6,4 +6,4 @@ ext {
|
||||
isTorrent = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
@@ -7,4 +7,4 @@ ext {
|
||||
overrideVersionCode = 3
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
@@ -7,4 +7,4 @@ ext {
|
||||
overrideVersionCode = 46
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
@@ -15,4 +15,4 @@ dependencies {
|
||||
implementation(project(':lib:vidguard-extractor'))
|
||||
implementation(project(':lib:filemoon-extractor'))
|
||||
implementation(project(':lib:gdriveplayer-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@ dependencies {
|
||||
implementation(project(':lib:okru-extractor'))
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
implementation(project(':lib:universal-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,4 +18,4 @@ dependencies {
|
||||
implementation(project(':lib:universal-extractor'))
|
||||
implementation(project(':lib:uqload-extractor'))
|
||||
implementation(project(':lib:mp4upload-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@ dependencies {
|
||||
implementation(project(':lib:okru-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,4 +22,4 @@ dependencies {
|
||||
implementation(project(':lib:playlist-utils'))
|
||||
implementation(project(':lib:streamlare-extractor'))
|
||||
implementation(project(':lib:universal-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@ dependencies {
|
||||
implementation(project(":lib:filemoon-extractor"))
|
||||
implementation(project(":lib:streamwish-extractor"))
|
||||
implementation(project(":lib:universal-extractor"))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,4 +8,4 @@ apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(':lib:fastream-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ dependencies {
|
||||
implementation(project(":lib:burstcloud-extractor"))
|
||||
implementation(project(":lib:filemoon-extractor"))
|
||||
implementation(project(":lib:universal-extractor"))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,4 +5,4 @@ ext {
|
||||
extVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
@@ -14,4 +14,4 @@ dependencies {
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
implementation(project(':lib:vidguard-extractor'))
|
||||
implementation(project(':lib:universal-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ dependencies {
|
||||
implementation(project(':lib:streamhidevid-extractor'))
|
||||
implementation(project(':lib:goodstream-extractor'))
|
||||
implementation(project(':lib:universal-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@ dependencies {
|
||||
implementation(project(":lib:streamwish-extractor"))
|
||||
implementation(project(":lib:uqload-extractor"))
|
||||
implementation(project(":lib:universal-extractor"))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,4 +25,4 @@ dependencies {
|
||||
implementation(project(':lib:upstream-extractor'))
|
||||
implementation(project(':lib:universal-extractor'))
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,4 +16,4 @@ dependencies {
|
||||
implementation(project(':lib:streamhidevid-extractor'))
|
||||
implementation(project(':lib:vidguard-extractor'))
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,4 +24,4 @@ dependencies {
|
||||
implementation(project(':lib:fastream-extractor'))
|
||||
implementation(project(':lib:upstream-extractor'))
|
||||
implementation(project(':lib:streamhidevid-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,4 +16,4 @@ dependencies {
|
||||
implementation(project(':lib:uqload-extractor'))
|
||||
implementation(project(':lib:vudeo-extractor'))
|
||||
implementation(project(':lib:dailymotion-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@ dependencies {
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
implementation(project(':lib:yourupload-extractor'))
|
||||
implementation(project(':lib:vidguard-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@ dependencies {
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:okru-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ dependencies {
|
||||
implementation(project(':lib:universal-extractor'))
|
||||
implementation(project(':lib:cryptoaes'))
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ dependencies {
|
||||
implementation(project(':lib:streamhidevid-extractor'))
|
||||
implementation(project(':lib:sendvid-extractor'))
|
||||
implementation(project(':lib:universal-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ dependencies {
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:universal-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,4 +16,4 @@ dependencies {
|
||||
implementation(project(':lib:fastream-extractor'))
|
||||
implementation(project(':lib:upstream-extractor'))
|
||||
implementation(project(':lib:filemoon-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ dependencies {
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(project(':lib:playlist-utils'))
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@ dependencies {
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
implementation(project(':lib:yourupload-extractor'))
|
||||
implementation(project(':lib:universal-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,4 +15,4 @@ dependencies {
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(project(':lib:universal-extractor'))
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,4 +15,4 @@ dependencies {
|
||||
implementation(project(':lib:okru-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ dependencies {
|
||||
implementation(project(':lib:okru-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(project(':lib:streamhidevid-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ dependencies {
|
||||
implementation(project(':lib:upstream-extractor'))
|
||||
implementation(project(':lib:filemoon-extractor'))
|
||||
implementation(project(':lib:universal-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,4 +15,4 @@ dependencies {
|
||||
implementation(project(':lib:uqload-extractor'))
|
||||
implementation(project(':lib:mixdrop-extractor'))
|
||||
implementation(project(':lib:universal-extractor'))
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user