We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5751166 + 775e656 commit a26fb73Copy full SHA for a26fb73
src/main/java/learningFlow/learningFlow_BE/service/embed/YoutubeUrlEmbedService.java
@@ -48,7 +48,7 @@ public String EmbedUrl(String youtubeUrl){
48
for (String param : params) {
49
if (param.startsWith("v=")){
50
String videoId = param.substring(2);
51
- return "https:///www.youtube-nocookie.com/embed" + videoId;
+ return "https:///www.youtube-nocookie.com/embed/" + videoId;
52
}
53
54
0 commit comments