mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 12:51:13 +00:00
some fix - final
- debug searchYoutube fun (8x)
This commit is contained in:
@@ -40,8 +40,6 @@ fun searchYoutube(query: String): String? {
|
||||
|
||||
val firstVideo = videos.get(0).asJsonObject
|
||||
|
||||
logger.info(firstVideo.toString())
|
||||
|
||||
val videoId = firstVideo.get("id").asString
|
||||
|
||||
return videoId
|
||||
|
Reference in New Issue
Block a user