Use more distinctive arrow characters for youtube up/down votes

This commit is contained in:
jesopo 2018-12-09 21:02:58 +00:00
parent 6dc58d4ceb
commit a3a88d4589

View file

@ -13,8 +13,8 @@ URL_YOUTUBEVIDEO = "https://www.googleapis.com/youtube/v3/videos"
URL_YOUTUBESHORT = "https://youtu.be/%s"
ARROW_UP = ""
ARROW_DOWN = ""
ARROW_UP = ""
ARROW_DOWN = ""
@utils.export("channelset", {"setting": "auto-youtube",
"help": "Disable/Enable automatically getting info from youtube URLs",