java split 특수문자 처리

less than 1 minute read

  • Youtube 해당 채널의 upload 목록 id 조회 (채널 ID는 youtube 에서 확인가능) https://www.googleapis.com/youtube/v3/channels?part=contentDetails,statistics&id={ChannelId}&key={Appkey}

  • upload 된 영상 조회 (uploadId는 위 api에서 확인가능) https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&playlistId={uploadId}&key={Appkey}

Leave a comment