Skip to content

Commit

Permalink
Add Fantop (#62)
Browse files Browse the repository at this point in the history
* Create Fantop.py

Adds support for Fantop.jp

* configs

---------

Update popup.html
  • Loading branch information
dystopia2017 authored and FoxRefire committed Oct 3, 2024
1 parent a9fd72e commit 8bd75a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions blockRules.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
api.fantop.jp/api/v1/drm/widevine-license
drm.lemino.docomo.ne.jp/widevine_license
license.vdocipher.com
ngenix.net/license
Expand Down
1 change: 1 addition & 0 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<option value="Comcast">Comcast Xfinity</option>
<option value="CommonWV" selected>CommonWV</option>
<option value="DRMToday">DRMToday</option>
<option value="Fantop">Fantop</option>
<option value="GlobalTV">GlobalTV</option>
<option value="moTV">moTV</option>
<option value="NosTV">NosTV</option>
Expand Down
3 changes: 3 additions & 0 deletions python/schemes/Fantop.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
payload = loadBody('json')
payload['payload'] = getChallenge('b64')
licence = await corsFetch (licUrl, "POST", licHeaders, payload, "blob")
1 change: 1 addition & 0 deletions selectRules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ NOS71ZV1/wvls$$NosTV
license.vdocipher.com/auth$$VdoCipher
secure-gen-hapi.canal-plus.com/conso/view$$CanalPlusVOD
canalplustech.pro/api/V4/zones/cppol$$CanalPlusLive
api.fantop.jp/api/v1/drm/widevine-license$$Fantop
widevine-proxy.drm.technology/proxy$$VUDRM
widevine-license.vudrm.tech/proxy$$VUDRM
motv.eu/widevine_proxy$$moTV
Expand Down

0 comments on commit 8bd75a7

Please sign in to comment.