removed all quotes from extracted webpage to solve issue 10455
This commit is contained in:
parent
da30a20a4d
commit
d2fbbcefad
@ -176,6 +176,7 @@ class BandcampAlbumIE(InfoExtractor):
|
|||||||
entries = [
|
entries = [
|
||||||
self.url_result(compat_urlparse.urljoin(url, t_path), ie=BandcampIE.ie_key())
|
self.url_result(compat_urlparse.urljoin(url, t_path), ie=BandcampIE.ie_key())
|
||||||
for t_path in tracks_paths]
|
for t_path in tracks_paths]
|
||||||
|
webpage = webpage.replace('\\"', "")
|
||||||
title = self._search_regex(
|
title = self._search_regex(
|
||||||
r'album_title\s*:\s*"(.*?)"', webpage, 'title', fatal=False)
|
r'album_title\s*:\s*"(.*?)"', webpage, 'title', fatal=False)
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user