Fix double question mark in url
This commit is contained in:
parent
6e1fd3a3b2
commit
fca5e04398
@ -1780,7 +1780,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
self._downloader.report_warning('Unable to extract storyboard')
|
self._downloader.report_warning('Unable to extract storyboard')
|
||||||
continue
|
continue
|
||||||
|
|
||||||
storyboards_url = base_url.replace('$L', compat_str(i)) + '?'
|
storyboards_url = base_url.replace('$L', compat_str(i)) + '&'
|
||||||
for j in range(n_images):
|
for j in range(n_images):
|
||||||
url = storyboards_url.replace('$N', filename).replace('$M', compat_str(j)) + 'sigh=' + sigh
|
url = storyboards_url.replace('$N', filename).replace('$M', compat_str(j)) + 'sigh=' + sigh
|
||||||
if j == n_images-1:
|
if j == n_images-1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user