Created
October 26, 2016 18:56
-
-
Save hubwub/fbc29e49b35f22abe6220729be328bfd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"music_shows": { | |
"tuesday" : [ | |
{ | |
"english_name": "The Show", | |
"korean_name": "더쇼", | |
"network": "SBS", | |
"time": 2000, | |
"hosts": [ | |
"UP10TION Wooshin", | |
"I.O.I So-mi" | |
], | |
"website": "http://program.sbs.co.kr/builder/programMainList.do?pgm_id=22000006194", | |
"twitter": "https://twitter.com/sbsmtvtheshow", | |
"youtube": "", | |
"tvcast": "http://tvcast.naver.com/theshow", | |
"winner": true | |
} | |
], | |
"wednesday": [ | |
{ | |
"english_name": "Show! Champion", | |
"korean_name": "쇼! 챔피언", | |
"network": "MBC MUSIC", | |
"time": 1900, | |
"hosts": [ | |
"Kim Shin-young" | |
], | |
"website": "http://www.mbcplus.com/program/champion/index.html", | |
"twitter": "https://twitter.com/showchampion1", | |
"youtube": "", | |
"tvcast": "http://tvcast.naver.com/showchampion", | |
"winner": true | |
} | |
], | |
"thursday": [ | |
{ | |
"english_name": "M COUNTDOWN", | |
"korean_name": "엠카운트다운", | |
"network": "Mnet", | |
"time": 1800, | |
"hosts": [ | |
"SHINee Key" | |
], | |
"website": "http://www.mnet.com/tv/program/74", | |
"twitter": "https://twitter.com/mnetmcountdown", | |
"youtube": "https://www.youtube.com/user/Mnet", | |
"tvcast": "http://tvcast.naver.com/mcountdown", | |
"winner": true | |
} | |
], | |
"friday": [ | |
{ | |
"english_name": "Simply K-pop", | |
"korean_name": "", | |
"network": "Arirang TV", | |
"time": 1100, | |
"hosts": [ | |
"U-KISS Eli" | |
], | |
"website": "http://arirang.co.kr/Tv2/Tv_About_Content.asp?PROG_CODE=TVCR0636&MENU_CODE=101506&code=Po2&sys_lang=Eng", | |
"twitter": "https://twitter.com/_Simplykpop", | |
"youtube": "https://www.youtube.com/user/arirangworld", | |
"tvcast": "http://tvcast.naver.com/kpop", | |
"winner": false | |
}, | |
{ | |
"english_name": "Music Bank", | |
"korean_name": "뮤직뱅크", | |
"network": "KBS2", | |
"time": 1700, | |
"hosts": [ | |
"CNBLUE Kang Minhyuk", | |
"LABOUM Solbin", | |
"BEAST Dongwoon" | |
], | |
"website": "http://www.kbs.co.kr/2tv/enter/musicbank/", | |
"twitter": "https://twitter.com/kbsmusicbank", | |
"youtube": "https://www.youtube.com/user/KBSKpop", | |
"tvcast": "http://tvcast.naver.com/musicbank", | |
"winner": true | |
} | |
], | |
"saturday": [ | |
{ | |
"english_name": "You Heeyeol Sketchbook", | |
"korean_name": "유희열의 스케치북", | |
"network": "KBS2", | |
"time": 0, | |
"hosts": [ | |
"You Heeyeol" | |
], | |
"website": "http://www.kbs.co.kr/2tv/enter/sketchbook/", | |
"twitter": "", | |
"youtube": "https://www.youtube.com/user/KBSKpop", | |
"tvcast": "http://tvcast.naver.com/sketchbook", | |
"winner": false | |
}, | |
{ | |
"english_name": "Show! Music Core", | |
"korean_name": "쇼! 음악중심", | |
"network": "MBC", | |
"time": 1530, | |
"hosts": [ | |
"Kim Saeron", | |
"ASTRO Cha Eunwoo", | |
"Lee Soomin" | |
], | |
"website": "http://www.imbc.com/broad/tv/ent/musiccore/", | |
"twitter": "https://twitter.com/mbcmusiccore", | |
"youtube": "https://www.youtube.com/user/MBCkpop", | |
"tvcast": "http://tvcast.naver.com/musiccore", | |
"winner": false | |
} | |
], | |
"sunday": [ | |
{ | |
"english_name": "Inkigayo", | |
"korean_name": "인기가요", | |
"network": "SBS", | |
"time": 1210, | |
"hosts": [ | |
"Gong Seungyeon", | |
"TWICE Jeongyeon", | |
"Kim Minseok" | |
], | |
"website": "http://program.sbs.co.kr/builder/programMainList.do?pgm_id=00000010182", | |
"twitter": "", | |
"youtube": "https://www.youtube.com/user/SBSMusic1", | |
"tvcast": "http://tvcast.naver.com/inkigayo", | |
"winner": true | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment