Watch-on-LBRY/tools/YTtoLBRY.html
kodxana 77d6476ea2
Added YTtoLBRY
Added tool to convert YouTube subscription to LBRY
2020-07-14 13:27:11 +02:00

20 lines
701 B
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="YTtoLBRY.css" />
<meta charset="utf-8">
<title>Subscribtion Converter</title>
<script src="YTtoLBRY.js" charset="utf-8"></script>
</head>
<body>
<iframe width="560" height="315" src="https://lbry.tv/$/embed/howtouseconverter/c9827448d6ac7a74ecdb972c5cdf9ddaf648a28e" allowfullscreen></iframe>
<label for="file">Select Youtube Subscriptions</label>
<input type="file" id="subconv" class=PickFile>
<input type="button" id="go-button" value="GO" class=goButton >
<ul id="lbry-channel-list">
</ul>
<script type="text/javascript" src="content.js"></script>
</body>
</html>