Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
sawaYch committed Sep 3, 2024
1 parent 969f7f2 commit 8e80739
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function getOptionsFromLivePage(

let liveThumbnail: string;
const liveThumbnailResult = data.match(
/<link rel="image_src" href="https:\/\/i.ytimg.com\/vi\/[^\s]+\/maxresdefault_live.jpg">/
/<link rel="image_src" href="https:\/\/i.ytimg.com\/vi\/[^\s]+\/maxresdefault_live.jpg">/
);
if (liveThumbnailResult) {
liveThumbnail = liveThumbnailResult[0];
Expand Down

0 comments on commit 8e80739

Please sign in to comment.