mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-31 17:31:31 +00:00
20 lines
701 B
HTML
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>
|