diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-26 19:03:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 19:03:39 -0700 |
| commit | b9a45169efa335126d5ef667336b0deff6d0e4ad (patch) | |
| tree | 10db78c0d17a7cd3942b1f8b00a9ad0d3553d24c | |
| parent | a5c641a52793d848f4f6bbf21c2bc5666a57cc62 (diff) | |
Add new Twitch channel mappings
| -rw-r--r-- | twitch.py | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -28,7 +28,15 @@ youtube_to_twitch_map = { "UCGXwv2zYOxeWiNNyPiLCBCQ": "kokoromomemory", "UCnNLZWjl4GvVF4s8zBT9_kA": "ayaseyuu_", "UCRlZaszk84YXjRtdPCxqjvw": "kaminariclara", - "UCtWH0tVAcUcSm4v96H5cAqQ": "grampico" + "UCtWH0tVAcUcSm4v96H5cAqQ": "grampico", + "UCBXLH5mn0nxgFH3udMtw4ig": "nitya_nil", + "UCjXJYPsKxoJyc-1RPB6dSyw": "fujikurauruka", + "UCupmjRr7kPgzXKh-cPxxGbg": "erinamakina", + "UC5qlAhrec6-0J-K3zmhNPPQ":"chisakaairi", + "UCmbokzv5VTe9LeuzAFcDu9A": "bibibiscuitch", + "UCzA7j_ixOvBz39saDYlbRiA": "wilhelminafrost", + "UC0mEc9OzI-B9HRi1v-GCVBw": "maliceevermore", + "UCjqlgGE9PA7xEbE6XW5Tl9g": "sinonsinfonia", } def get_followers_total(channel_name): |
