Stremio / stremio-addon-sdk

🧙 A Node.js SDK for creating and publishing Stremio add-ons
https://www.stremio.com/addon-sdk
MIT License
605 stars 158 forks source link

stream: Update doc about sources attribute support #276

Closed mhdzumair closed 2 months ago

jaruba commented 2 months ago

@mhdzumair i feel like it should be mentioned that this property should only be set if infoHash is also set for the stream object

mhdzumair commented 2 months ago

updated

jaruba commented 2 months ago

I believe that the wording of "torrent announce URLs" can be considered ambiguous, it should be "torrent tracker URLs" imo

jaruba commented 2 months ago

and it should be mentioned that both HTTP and UDP trackers are supported, UDP trackers are actually significantly faster than HTTP trackers

mhdzumair commented 2 months ago

I hope It's now correctly interpreted your suggestion.

jaruba commented 2 months ago

@mhdzumair thanks!