[generic] Fix URL concatenation
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 28 Aug 2013 10:04:44 +0000 (12:04 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 28 Aug 2013 10:08:17 +0000 (12:08 +0200)
commitae3531adf926998d42d1fb52453491c85e33b5f0
tree3185112c5cb7d688e77b43f73e6cfe0d3dabdad4
parent8cf5ee7831095a37ca5d223cca9e177f8768b84e
[generic] Fix URL concatenation

When the url is something like http://example.org/foo/bar?x=y  and the added is file/video.mp4 , we want http://example.org/foo/file/video.mp4
Fixes #1268.
youtube_dl/extractor/generic.py