1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[phantomjs] Fix bug in 8b7539d27c

Closes #3066
This commit is contained in:
pukkandan
2022-03-14 16:10:37 +05:30
parent b3edc8068e
commit aeb21b98f1

View File

@ -207,7 +207,7 @@ class PhantomJSwrapper(object):
replaces = self.options
replaces['url'] = url
user_agent = headers.get('User-Agent') or self.get_param('http_headers')['User-Agent']
user_agent = headers.get('User-Agent') or self.extractor.get_param('http_headers')['User-Agent']
replaces['ua'] = user_agent.replace('"', '\\"')
replaces['jscode'] = jscode