lebestnoob / webtorio-ddl

Creates a zip file of a torrent through Webtor.io's hidden API. UNOFFICIAL!
https://webtorio-ddl.deno.dev
2 stars 0 forks source link

Internal Server Error on Uncached Torrents #2

Open lebestnoob opened 1 month ago

lebestnoob commented 1 month ago

The site fails to display the torrent when attempting to load an uncached torrent.

lebestnoob commented 1 month ago

It appears that a websocket communication takes place

lebestnoob commented 1 month ago

Forgot to include an endpoint

lebestnoob commented 1 month ago

fixed in 0b42f09? Nope.

lebestnoob commented 1 month ago

a websocket is used to upload an uncached magnet

lebestnoob commented 2 days ago

When uploading a torrent to webtor, a websocket request is sent with bytes 00 00 00 00 01 B1 0A AE 03, (bytes B1 and AE are random) appended to the magnet link. How would you get these values?