v5.0.1
Fixes
Util.parseURLwould return{ video: [id], playlist: null }when parsing a video without a playlist in the link; this behaviour has been fixed to return the intended{ video: [id] }- The request URL is now properly encoded before being dispatched, mitigating bugs when sending URL-sensitive characters (e.g.
%) in the URL.