-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create DualSubs.Spotify.Transcripts.srmodule
- Loading branch information
1 parent
711e612
commit a350fa9
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!name=🍿️ DualSubs: 🎵 Spotify Transcripts | ||
#!desc=Spotify播客转译文本双语模块 | ||
#!openUrl=http://boxjs.com/#/app/DualSubs.Translate | ||
#!author=VirgilClyne | ||
#!homepage=https://github.com/DualSubs | ||
#!manual=https://github.com/DualSubs/Spotify/wiki/🍿-DualSubs:-🎵-Spotify | ||
#!icon=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/Spotify.png | ||
#!category=🍿️ DualSubs | ||
|
||
[Script] | ||
DualSubs.Spotify.Transcript-read-along.Translate.response.proto = type=http-response, pattern=^https?:\/\/spclient\.wg\.spotify\.com\/transcript-read-along\/v2\/episode\/\w+, requires-body=1, binary-body-mode=1, script-path=https://raw.githubusercontent.com/DualSubs/Spotify/main/js/DualSubs.Transcripts.Translate.response.js | ||
DualSubs.Spotify.Episode-transcripts.Translate.response.proto = type=http-response, pattern=^https?:\/\/episode-transcripts\.spotifycdn\.com\/1\.0\/spotify:transcript:\w+, requires-body=1, binary-body-mode=1, script-path=https://raw.githubusercontent.com/DualSubs/Spotify/main/js/DualSubs.Transcripts.Translate.response.js | ||
|
||
[MITM] | ||
hostname = %APPEND% spclient.wg.spotify.com, episode-transcripts.spotifycdn.com |