Update to URI-encoded URL
![]() ![]() |
Fixed by adding this line after video declaration: video = decodeURIComponent(video.replace(/\+/g, " ")) |
![]() ![]() |
I think just adding unescape() will do it. I've added that fix, and it worked for me, but let me know if it doesn't work for you. |
![]() ![]() |
Yeah, unescape does indeed do the trick. I don't actually know javascript; the decode URI thing was the first thing I found that worked, but unescape is even easier. Thanks! |

