-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a test for parsing YouTube favicons at the largest size available
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link rel="shortcut icon" href="https://www.youtube.com/s/desktop/c01ea7e3/img/logos/favicon.ico" type="image/x-icon"> | ||
<link rel="icon" href="https://www.youtube.com/s/desktop/c01ea7e3/img/logos/favicon_32x32.png" sizes="32x32"> | ||
<link rel="icon" href="https://www.youtube.com/s/desktop/c01ea7e3/img/logos/favicon_48x48.png" sizes="48x48"> | ||
<link rel="icon" href="https://www.youtube.com/s/desktop/c01ea7e3/img/logos/favicon_96x96.png" sizes="96x96"> | ||
<link rel="icon" href="https://www.youtube.com/s/desktop/c01ea7e3/img/logos/favicon_144x144.png" sizes="144x144"> | ||
<title>YouTube</title> | ||
<link rel="canonical" href="https://www.youtube.com/"> | ||
<link rel="alternate" media="handheld" href="https://m.youtube.com/"> | ||
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.youtube.com/"> | ||
<meta property="og:image" content="https://www.youtube.com/img/desktop/yt_1200.png"> | ||
<link rel="alternate" href="android-app://com.google.android.youtube/http/www.youtube.com/"> | ||
<link rel="alternate" href="ios-app://544007664/vnd.youtube/www.youtube.com/"> | ||
<meta name="description" content="Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube."> | ||
<meta name="keywords" content="video, sharing, camera phone, video phone, free, upload"> | ||
<meta name="theme-color" content="rgba(33, 33, 33, 0.98)"> | ||
<link rel="search" type="application/opensearchdescription+xml" href="https://www.youtube.com/opensearch?locale=en_US" title="YouTube"> | ||
<link rel="manifest" href="/manifest.webmanifest" crossorigin="use-credentials"> | ||
</head> | ||
<body> | ||
</body> | ||
</html> |