mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-02-18 06:26:04 +00:00
Feat: Experimental support for potoken inside redis
Using https://git.nadeko.net/Fijxu/youtube-po-token-generator
This commit is contained in:
@@ -460,8 +460,8 @@ module YoutubeAPI
|
||||
*, # Force the following parameters to be passed by name
|
||||
params : String,
|
||||
client_config : ClientConfig | Nil = nil,
|
||||
po_token : String,
|
||||
visitor_data : String
|
||||
po_token : String | Nil,
|
||||
visitor_data : String | Nil,
|
||||
)
|
||||
if visitor_data
|
||||
@@visitor_data = visitor_data
|
||||
|
||||
Reference in New Issue
Block a user