lycheeverse / lychee

⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!
https://lychee.cli.rs
Apache License 2.0
2.22k stars 134 forks source link

Add quirks support for `youtube-nocookie.com` and youtube embed URLs #1563

Closed mre closed 2 weeks ago

mre commented 2 weeks ago

Adds quirks support for the following URL types:

Just like for the other YouTube URLs, this is done by checking the video thumbnail instead of the actual video link (which can 200, even if the video got deleted).

Fixes #1562