mirror of
https://github.com/marcopiovanello/yt-dlp-web-ui.git
synced 2026-08-02 02:07:57 +00:00
6 lines
65 B
Go
6 lines
65 B
Go
package utils
|
|
|
|
const (
|
|
TOKEN_COOKIE_NAME = "jwt-yt-dlp-webui"
|
|
)
|