You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ytDownloader/html/about.html

24 lines
806 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="extra.css">
</head>
<body>
<a href="/" id="back">Home</a>
<h1>ytDownloader</h1>
<p>ytDownloader allows you to download videos of all resolutions provided by YouTube.
They can be downloaded in different encoding formats. The same goes for audio files.
</p>
<p>It's a Free and Open Source app built on top of Node.js and Electron. ytdl-core has been used for downloading from YouTube</p>
<p>Source Code is available <a target="_blank" href="https://github.com/aandrew-me/ytDownloader">here</a></p>
</body>
</html>