mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-09-20 18:09:49 +00:00
22 lines
710 B
HTML
22 lines
710 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>
|