fix: Cookies for Youtube query (#264)

This commit is contained in:
dadidji
2021-04-24 04:53:52 +00:00
committed by GitHub
parent 61748c199a
commit 72595f20fc
2 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ port = 64738
# bot.
# This problem can be resolved if the bot bears a valid cookie.
# If the bot complains "unable to query youtube", you may try to add your cookie here.
#youtube_query_cookie = {'CONSENT': 'paste your CONSENT cookie value here'}
#youtube_query_cookie = {"CONSENT": "paste your CONSENT cookie value here"}
# [webinterface] stores settings related to the web interface.
[webinterface]