Skip to content

Commit

Permalink
handle live links
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Feb 16, 2024
1 parent ca3cad4 commit 7503c2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playlet-web/src/lib/LinkDragDrop.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@
"http://youtube.com/shorts/",
"https://www.youtube.com/shorts/",
"http://www.youtube.com/shorts/",
"https://youtube.com/live/",
"http://youtube.com/live/",
"https://www.youtube.com/live/",
"http://www.youtube.com/live/",
];
for (var i in YoutubeUrls) {
let youtubeUrl = YoutubeUrls[i];
Expand Down

0 comments on commit 7503c2d

Please sign in to comment.