Merge branch 'potoken-config'

This commit is contained in:
Fijxu
2024-08-10 16:17:48 -04:00
4 changed files with 36 additions and 3 deletions

View File

@@ -150,6 +150,11 @@ class Config
# Use Innertube's transcripts API instead of timedtext for closed captions
property use_innertube_for_captions : Bool = false
# visitor data ID for Google session
property visitor_data : String? = nil
# poToken for passing bot attestation
property po_token : String? = nil
# Saved cookies in "name1=value1; name2=value2..." format
@[YAML::Field(converter: Preferences::StringToCookies)]
property cookies : HTTP::Cookies = HTTP::Cookies.new