Skip to content

Commit

Permalink
[feat] JsonNode와 String 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghee0820 committed Oct 10, 2024
1 parent 47b4021 commit 10efe63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public List<CrawlingInfo> crawlAllVideos() {
var videoSnippets = youtubeClient.getVideos(channel.getPlayListUUID(), channel.getLastVideoUUID());

var videoAddresses = videoSnippets.stream()
.map(AddressUtil::extractAddress)
.map(AddressUtil::extractAddressFromJsonNode)
.toList();

var placeNodes = videoAddresses.stream()
Expand Down

0 comments on commit 10efe63

Please sign in to comment.