Replies: 1 comment
-
This will also fix #200 by avoiding the whole issue of using unescaped URLs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the way it is now, the URL sometimes goes above the limits of many players (e.g. Stremio, which refuses to play anything), and they also look a bit "scary" to the non tech-savvy. What if instead of the current way it's handled, the link provided after adding a video was simply the link to the index of the current stream or maybe the hash of the torrent, with the index of the sub file added to it (in case it's a bundled torrent), and if the torrent is added directly by URL and not UI, just redirect it to the short one.
The suggested behavior: (in this case the magnet's hash is used)
becomes
or if the torrent has any sub files, the selected one would be the name same way it is now, so in that case, the target file would simply be
And for it to be backwards compatible and not confuse anyone, accessing it using the following (aka the current way it's handled):
Would simply redirect to the previous result as well.
Of course, that would also mean that trackers have to be taken into consideration so they'd have to be internally cached instead of being used straightforwardly in the URL itself.
Beta Was this translation helpful? Give feedback.
All reactions