FIX: Unescape input URL before URL resolving
commitf2ce9b7db19650d0393f0571127a2424c78e1ef9
authorToni Gundogdu <legatvs@gmail.com>
Tue, 3 Sep 2013 11:38:33 +0000 (3 14:38 +0300)
committerToni Gundogdu <legatvs@gmail.com>
Tue, 3 Sep 2013 11:44:34 +0000 (3 14:44 +0300)
treebeadab07ca79a4b376fe5045244b7a81b437e30a
parent484637cf37b9f72ee6d84684c6cc960e77f05c8e
FIX: Unescape input URL before URL resolving

Unescape the input URL in m_{media,subtitle,playlist}_new, otherwise
libcurl will attempt to resolve escaped (if any) URLs and fail.

Signed-off-by: Toni Gundogdu <legatvs@gmail.com>
src/misc/match_media_script.c
src/misc/match_playlist_script.c
src/misc/match_subtitle_script.c
src/misc/media.c
src/misc/playlist.c
src/misc/subtitle.c