mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
add disclaimer
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport"/>
|
||||
<title>YouTube Music Desktop App (Unofficial)</title>
|
||||
<title>YTMD App (Unofficial)</title>
|
||||
<link
|
||||
href="./favicon/favicon.ico"
|
||||
rel="icon"
|
||||
@ -39,22 +39,22 @@
|
||||
|
||||
<meta content="#131313" name="theme-color"/>
|
||||
<meta
|
||||
content="YouTube Music Unofficial Desktop App with built-in ad blocker and downloader"
|
||||
content="YTMD App"
|
||||
name="description"
|
||||
/>
|
||||
<meta
|
||||
content="YouTube Music Desktop App"
|
||||
content="YTMD App"
|
||||
property="og:site_name"
|
||||
/>
|
||||
<meta
|
||||
class="meta-url"
|
||||
content="https://th-ch.github.io/youtube-music"
|
||||
content="https://ytmd-devs.github.io/ytmd"
|
||||
property="og:url"
|
||||
/>
|
||||
<meta content="website" property="og:type"/>
|
||||
<meta
|
||||
class="meta-url"
|
||||
content="https://th-ch.github.io/youtube-music"
|
||||
content="https://ytmd-devs.github.io/ytmd"
|
||||
name="twitter:url"
|
||||
/>
|
||||
|
||||
@ -69,11 +69,11 @@
|
||||
<div class="site-header-inner">
|
||||
<div class="brand header-brand">
|
||||
<h1 class="m-0">
|
||||
<a href="https://github.com/th-ch/youtube-music">
|
||||
<a href="https://github.com/ytmd-devs/ytmd">
|
||||
<img
|
||||
alt="YouTube Music"
|
||||
alt="YTM"
|
||||
class="header-logo-image"
|
||||
src="./img/youtube-music.svg"
|
||||
src="./img/ytmd.svg"
|
||||
/>
|
||||
</a>
|
||||
</h1>
|
||||
@ -92,17 +92,16 @@
|
||||
<div class="hero-inner">
|
||||
<div class="hero-copy">
|
||||
<h1 class="hero-title mt-0">
|
||||
Custom YouTube Music Desktop App
|
||||
Custom YTMD App
|
||||
</h1>
|
||||
<p class="hero-paragraph">
|
||||
Open source, cross-platform, unofficial YouTube Music Desktop
|
||||
App with built-in <strong>ad blocker</strong> and
|
||||
<strong>downloader</strong>
|
||||
Open source, cross-platform, unofficial YTMD
|
||||
App
|
||||
</p>
|
||||
<div class="hero-cta">
|
||||
<a
|
||||
class="button button-primary button-wide-mobile"
|
||||
href="https://github.com/th-ch/youtube-music/releases/latest"
|
||||
href="https://github.com/ytmd-devs/ytmd/releases/latest"
|
||||
>Download</a
|
||||
>
|
||||
</div>
|
||||
@ -110,9 +109,9 @@
|
||||
<div class="mockup-container">
|
||||
<div class="mockup-bg">
|
||||
<img
|
||||
alt="YouTube Music"
|
||||
alt="YTM"
|
||||
id="mockup-header-img"
|
||||
src="./img/youtube-music.png"
|
||||
src="./img/ytmd.png"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@ -255,11 +254,6 @@
|
||||
transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
|
||||
"
|
||||
>
|
||||
<h3 class="mt-0 mb-16">Built-in downloader</h3>
|
||||
<p class="m-0">
|
||||
Download (like youtube-dl) to custom formats (mp3, opus,
|
||||
etc) directly from the interface
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-extended">
|
||||
@ -428,7 +422,7 @@
|
||||
<div class="cta-cta">
|
||||
<a
|
||||
class="button button-primary button-wide-mobile"
|
||||
href="https://github.com/th-ch/youtube-music"
|
||||
href="https://github.com/ytmd-devs/ytmd"
|
||||
>Go to code</a
|
||||
>
|
||||
</div>
|
||||
@ -441,28 +435,28 @@
|
||||
<div class="container">
|
||||
<div class="site-footer-inner">
|
||||
<div class="brand footer-brand">
|
||||
<a href="https://github.com/th-ch/youtube-music">
|
||||
<img alt="YouTube Music logo" src="./img/youtube-music.svg"/>
|
||||
<a href="https://github.com/ytmd-devs/ytmd">
|
||||
<img alt="YTM logo" src="./img/ytmd.svg"/>
|
||||
</a>
|
||||
</div>
|
||||
<ul class="footer-links list-reset">
|
||||
<li>
|
||||
<a href="https://github.com/th-ch/youtube-music">Main page</a>
|
||||
<a href="https://github.com/ytmd-devs/ytmd">Main page</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/th-ch/youtube-music/issues"
|
||||
<a href="https://github.com/ytmd-devs/ytmd/issues"
|
||||
>Issues</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/th-ch/youtube-music/pulls"
|
||||
<a href="https://github.com/ytmd-devs/ytmd/pulls"
|
||||
>Pull requests</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="footer-social-links list-reset">
|
||||
<li>
|
||||
<a href="https://github.com/th-ch/youtube-music">
|
||||
<a href="https://github.com/ytmd-devs/ytmd">
|
||||
<span class="screen-reader-text">GitHub</span>
|
||||
<svg
|
||||
height="16"
|
||||
|
||||
Reference in New Issue
Block a user