Skip to content

Commit 775e656

Browse files
authored
Merge pull request #144 from TeamLearningFlow/feat/139/youtube-광고-제거
유튜브 광고 수정
2 parents 492498f + 314618d commit 775e656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/learningFlow/learningFlow_BE/service/embed/YoutubeUrlEmbedService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public String EmbedUrl(String youtubeUrl){
4848
for (String param : params) {
4949
if (param.startsWith("v=")){
5050
String videoId = param.substring(2);
51-
return "https:///www.youtube-nocookie.com/embed" + videoId;
51+
return "https:///www.youtube-nocookie.com/embed/" + videoId;
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)