webtorrent / webtorrent-hybrid

WebTorrent (with WebRTC support in Node.js)
https://webtorrent.io
MIT License
516 stars 98 forks source link

shouldn't this repository be invalid as webtorrent/webtorrent #143 was merged #159

Closed andrewhodel closed 2 years ago

andrewhodel commented 2 years ago

https://github.com/webtorrent/webtorrent-hybrid/pull/143

There's nothing in this repository other than:

import { announceList } from 'create-torrent'
import wrtc from 'wrtc'

globalThis.WEBTORRENT_ANNOUNCE = announceList
  .map(arr => arr[0])
  .filter(url => url.indexOf('wss://') === 0 || url.indexOf('ws://') === 0)

globalThis.WRTC = wrtc

This is fixed/included in webtorrent/webtorrent here - https://github.com/webtorrent/webtorrent-hybrid/pull/143/commits/5266cc1fc6588b62572ab5e6ce51e90850925c1e

github-actions[bot] commented 2 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?