Skip to content

Commit

Permalink
Fix youtube thumbnail extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Feb 13, 2025
1 parent e9a8092 commit f9199ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
};
m();
const a = ["maxresdefault", "sddefault", "hqdefault", "mqdefault", "default"];
const a = ["hq720", "sddefault", "hqdefault", "mqdefault", "default"];
function d(n) {
const r = /youtu\.?be(\.com)?\/(live\/)?(shorts\/|watch\?v=|embed\/)?([^&?\s]+)/,
i = n.match(r);
Expand Down

1 comment on commit f9199ba

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visual regression test result - success

Component Story Success Viewport MisMatch Percentage
components-button string-children phone 0.00%
components-button string-children tablet 0.10%
input-input default phone 0.00%
input-input default tablet 0.10%
input-input line phone 0.00%
input-input line tablet 0.04%
input-input box phone 0.00%
input-input box tablet 0.04%
components-profile default phone 0.00%
components-profile default tablet 0.00%
input-textarea line phone 0.00%
input-textarea line tablet 0.04%
input-textarea box phone 0.00%
input-textarea box tablet 0.04%
typography-typography default phone 0.00%
typography-typography default tablet 0.07%

Please sign in to comment.