Closed jbenet closed 9 years ago
when the playback:// protocol prefix is there, we cannot match other protocols correctly (e.g. only match /ipfs/... with /^\/ipfs\//)
/ipfs/...
/^\/ipfs\//
I added a "\/*" to the ipfs regex because users will not like having to enter: playback:///ipfs/... and playback://ipfs/... should work
this makes these links work:
haha didn't see this fix. i just added this to master
fixed in 2596a6be3a56fc7f433e24dc940d9cecffa6ed7e
when the playback:// protocol prefix is there, we cannot match other protocols correctly (e.g. only match
/ipfs/...
with/^\/ipfs\//
)I added a "\/*" to the ipfs regex because users will not like having to enter: playback:///ipfs/... and playback://ipfs/... should work
this makes these links work: