NewLeaf/root/index.html

40 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="application-name" content="NewLeaf"><!-- Scrapers should auto-detect NewLeaf from this field. -->
<title>NewLeaf</title>
<style>
body {
font-family: sans-serif;
max-width: 700px;
margin: 40px auto 0;
font-size: 20px;
line-height: 1.45;
}
mark {
background-color: #ddd;
padding: 2px 4px;
border-radius: 2px;
}
</style>
</head>
<body>
<h1>NewLeaf</h1>
<p>You've reached a NewLeaf instance.</p>
<p>NewLeaf is a YouTube data extractor, compatible with Invidious.</p>
<h2>If you do heavy data scraping</h2>
<p>Please do <i>not</i> scrape from public instances!</p>
<p>Public instances are run by volunteers who really do not need to deal with your crap.</p>
<p>You can run your own copy of NewLeaf very easily. It'll benefit us by not flooding us with requests. It'll also benefit you: your application will speed up since it won't be drowned out by all the other people who ignored this warning and started spamming us anyway.</p>
<p>For more information, please get in touch. I'm happy to help you if you need to learn how to not abuse other people's work.</p>
<h2>Links</h2>
<ul>
<li><a href="https://git.sr.ht/~cadence/tube-docs/tree/main/item/docs/newleaf/Installing%20NewLeaf.md">Run NewLeaf yourself</a></li>
<li><a href="https://lists.sr.ht/~cadence/tube-devel">Get in touch</a> (email <mark>~cadence/tube-devel@lists.sr.ht</mark>)</li>
<li><a href="https://git.sr.ht/~cadence/NewLeaf/">Upstream source code</a></li>
<li><a href="https://sr.ht/~cadence/tube/">Project hub</a></li>
</ul>
</body>
</html>