mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
feat: add bichute and dailymotion to embedded sources
This commit is contained in:
parent
2409afcc5c
commit
f72b7dbbbb
9 changed files with 42 additions and 2 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
@ -70,3 +70,15 @@
|
|||
[submodule "app/src/unstable/assets/sources/spotify"]
|
||||
path = app/src/unstable/assets/sources/spotify
|
||||
url = ../plugins/spotify.git
|
||||
[submodule "app/src/stable/assets/sources/bitchute"]
|
||||
path = app/src/stable/assets/sources/bitchute
|
||||
url = ../plugins/bitchute.git
|
||||
[submodule "app/src/unstable/assets/sources/bitchute"]
|
||||
path = app/src/unstable/assets/sources/bitchute
|
||||
url = ../plugins/bitchute.git
|
||||
[submodule "app/src/unstable/assets/sources/dailymotion"]
|
||||
path = app/src/unstable/assets/sources/dailymotion
|
||||
url = ../plugins/dailymotion.git
|
||||
[submodule "app/src/stable/assets/sources/dailymotion"]
|
||||
path = app/src/stable/assets/sources/dailymotion
|
||||
url = ../plugins/dailymotion.git
|
||||
|
|
|
@ -33,6 +33,11 @@
|
|||
<data android:host="bilibili.com" />
|
||||
<data android:host="bilibili.tv" />
|
||||
<data android:host="spotify.com" />
|
||||
<data android:host="dailymotion.com" />
|
||||
<data android:host="www.dailymotion.com" />
|
||||
<data android:host="bitchute.com" />
|
||||
<data android:host="www.bitchute.com" />
|
||||
<data android:host="old.bitchute.com" />
|
||||
<data android:pathPrefix="/" />
|
||||
</intent-filter>
|
||||
<intent-filter android:autoVerify="true">
|
||||
|
@ -57,6 +62,11 @@
|
|||
<data android:host="bilibili.com" />
|
||||
<data android:host="bilibili.tv" />
|
||||
<data android:host="spotify.com" />
|
||||
<data android:host="dailymotion.com" />
|
||||
<data android:host="www.dailymotion.com" />
|
||||
<data android:host="bitchute.com" />
|
||||
<data android:host="www.bitchute.com" />
|
||||
<data android:host="old.bitchute.com" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
|
1
app/src/stable/assets/sources/bitchute
Submodule
1
app/src/stable/assets/sources/bitchute
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 41fe8f79735176cd8a0ae8c971936cafed00fa16
|
1
app/src/stable/assets/sources/dailymotion
Submodule
1
app/src/stable/assets/sources/dailymotion
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 069aa3d31a35559e45c1fe1ea1eb2a94d3b5d120
|
|
@ -10,7 +10,9 @@
|
|||
"aac9e9f0-24b5-11ee-be56-0242ac120002": "sources/patreon/PatreonConfig.json",
|
||||
"9d703ff5-c556-4962-a990-4f000829cb87": "sources/nebula/NebulaConfig.json",
|
||||
"cf8ea74d-ad9b-489e-a083-539b6aa8648c": "sources/bilibili/build/BiliBiliConfig.json",
|
||||
"4e365633-6d3f-4267-8941-fdc36631d813": "sources/spotify/build/SpotifyConfig.json"
|
||||
"4e365633-6d3f-4267-8941-fdc36631d813": "sources/spotify/build/SpotifyConfig.json",
|
||||
"9c87e8db-e75d-48f4-afe5-2d203d4b95c5": "sources/dailymotion/build/DailymotionConfig.json",
|
||||
"e8b1ad5f-0c6d-497d-a5fa-0a785a16d902": "sources/bitchute/BitchuteConfig.json"
|
||||
},
|
||||
"SOURCES_EMBEDDED_DEFAULT": [
|
||||
"35ae969a-a7db-11ed-afa1-0242ac120002"
|
||||
|
|
|
@ -34,6 +34,11 @@
|
|||
<data android:host="bilibili.com" />
|
||||
<data android:host="bilibili.tv" />
|
||||
<data android:host="spotify.com" />
|
||||
<data android:host="dailymotion.com" />
|
||||
<data android:host="www.dailymotion.com" />
|
||||
<data android:host="bitchute.com" />
|
||||
<data android:host="www.bitchute.com" />
|
||||
<data android:host="old.bitchute.com" />
|
||||
<data android:pathPrefix="/" />
|
||||
</intent-filter>
|
||||
<intent-filter android:autoVerify="true">
|
||||
|
@ -58,6 +63,11 @@
|
|||
<data android:host="bilibili.com" />
|
||||
<data android:host="bilibili.tv" />
|
||||
<data android:host="spotify.com" />
|
||||
<data android:host="dailymotion.com" />
|
||||
<data android:host="www.dailymotion.com" />
|
||||
<data android:host="bitchute.com" />
|
||||
<data android:host="www.bitchute.com" />
|
||||
<data android:host="old.bitchute.com" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
|
1
app/src/unstable/assets/sources/bitchute
Submodule
1
app/src/unstable/assets/sources/bitchute
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 41fe8f79735176cd8a0ae8c971936cafed00fa16
|
1
app/src/unstable/assets/sources/dailymotion
Submodule
1
app/src/unstable/assets/sources/dailymotion
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 069aa3d31a35559e45c1fe1ea1eb2a94d3b5d120
|
|
@ -10,7 +10,9 @@
|
|||
"aac9e9f0-24b5-11ee-be56-0242ac120002": "sources/patreon/PatreonConfig.json",
|
||||
"9d703ff5-c556-4962-a990-4f000829cb87": "sources/nebula/NebulaConfig.json",
|
||||
"cf8ea74d-ad9b-489e-a083-539b6aa8648c": "sources/bilibili/build/BiliBiliConfig.json",
|
||||
"4e365633-6d3f-4267-8941-fdc36631d813": "sources/spotify/build/SpotifyConfig.json"
|
||||
"4e365633-6d3f-4267-8941-fdc36631d813": "sources/spotify/build/SpotifyConfig.json",
|
||||
"9c87e8db-e75d-48f4-afe5-2d203d4b95c5": "sources/dailymotion/build/DailymotionConfig.json",
|
||||
"e8b1ad5f-0c6d-497d-a5fa-0a785a16d902": "sources/bitchute/BitchuteConfig.json"
|
||||
},
|
||||
"SOURCES_EMBEDDED_DEFAULT": [
|
||||
"35ae969a-a7db-11ed-afa1-0242ac120002"
|
||||
|
|
Loading…
Add table
Reference in a new issue