Achrou / goindex-theme-acrou

This is a goindex theme.一个goindex的扩展主题。
https://ossdev.node6.workers.dev/
MIT License
1.62k stars 867 forks source link

VLC url issue #25

Closed pctechkid closed 4 years ago

pctechkid commented 4 years ago

Found a bug in which if the url of the video played with vlc contains characters like '[' and ']' example:

vlc://https://example.yoursitehere.workers.dev/The%20Platform%20[2020].mkv

The vlc can't play the link, but if the '[' character is changed to %5B and the ']' into %5D , the vlc plays the url and works perfectly as it should. The final url should be:

vlc://https://example.yoursitehere.workers.dev/The%20Platform%20%5B2020%5D.mkv

Please try to fix it. Thank you.

Achrou commented 4 years ago

resolved