diff options
| author | 2018-12-09 21:02:58 +0000 | |
|---|---|---|
| committer | 2018-12-09 21:02:58 +0000 | |
| commit | a3a88d458962cab9186a4d3db7775832c15c62de (patch) | |
| tree | 0bfd5b209a3b5bfa9bb858cc44e7432f900c746b /modules/youtube.py | |
| parent | Correctly support labeling pull requests, support unlabeling pull requests an... (diff) | |
| signature | ||
Use more distinctive arrow characters for youtube up/down votes
Diffstat (limited to 'modules/youtube.py')
| -rw-r--r-- | modules/youtube.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/youtube.py b/modules/youtube.py index 848b5f31..855d8f14 100644 --- a/modules/youtube.py +++ b/modules/youtube.py @@ -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", |
