when the file name have space url.
example : "asdasd asdasd.mp3"
it will saved "asdasd%20asdasd.mp3"
the next i opened the website it wille
"http://ipvideocache/wrzuta/asdasd%20asdasd.mp3"
it will be missed because it have to be like this
"http://ipvideocache/wrzuta/asdasd%20%25asdasd.mp3"
the videocache will cache the name "%20" not the space " "
how can i fix this bug ?
what addition script i have to add to videocache.py ?
3 Answers
Hi Anonymous,
It's different when you browse the cache directory via web interface. Did you face this issue when you browse the audio file from wrzuta website as well?
Thank You!
yes ofcourse,
i face this issue when i browse the audio file from wrzuta.
how can i fix that ?