mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-04 20:39:43 +00:00
9 lines
No EOL
318 B
HTML
9 lines
No EOL
318 B
HTML
<script src="https://cdn.jsdelivr.net/npm/webtorrent@latest/webtorrent.min.js"></script>
|
|
<script src="js/idbkv-chunk-store.js"></script>
|
|
<script>
|
|
let client = new WebTorrent()
|
|
client.add(
|
|
"https://webtorrent.io/torrents/tears-of-steel.torrent", {
|
|
store: IdbkvChunkStore
|
|
})
|
|
</script> |