Add disney+ rating script.

This commit is contained in:
NobyDa 2024-05-04 14:09:02 +08:00
parent d10c2c7f21
commit 75023e3eb9
No known key found for this signature in database
GPG Key ID: E6B0AC788D373C5B
3 changed files with 271 additions and 0 deletions

253
Disney/DisneyRating.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,7 @@
# Disney+剧集页显示IMDb / 烂番茄 / 豆瓣评分
# https://raw.githubusercontent.com/NobyDa/Script/master/QuantumultX/DisneyRating.snippet
^https:\/\/disney\.api\.edge\.bamgrid\.com\/explore\/v\d\.\d\/page\/entity- url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/Disney/DisneyRating.js
hostname = disney.api.edge.bamgrid.com

View File

@ -0,0 +1,11 @@
#!name=Disney+评分
#!desc=Disney+剧集页显示IMDb / 烂番茄 / 豆瓣评分
#!arguments=脚本引擎:jsc,调试模式:0
#!arguments-desc=脚本引擎jsc/webview/auto默认jsc。\n\n调试模式1/0开启/关闭。
#!category=🐻 NobyDa
[Script]
DisneyRating = type=http-response,pattern=^https:\/\/disney\.api\.edge\.bamgrid\.com\/explore\/v\d\.\d\/page\/entity-,requires-body=1,max-size=0,binary-body-mode=0,debug={{{调试模式}}},script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Disney/DisneyRating.js,engine={{{脚本引擎}}}
[MITM]
hostname = %APPEND% disney.api.edge.bamgrid.com