mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
[cleanup] Misc
This commit is contained in:
parent
ce7f6aa660
commit
c6e07cf1e1
10 changed files with 40 additions and 26 deletions
|
|
@ -104,9 +104,8 @@ class PhantomJSwrapper:
|
|||
|
||||
self.exe = check_executable('phantomjs', ['-v'])
|
||||
if not self.exe:
|
||||
raise ExtractorError('PhantomJS executable not found in PATH, '
|
||||
'download it from http://phantomjs.org',
|
||||
expected=True)
|
||||
raise ExtractorError(
|
||||
'PhantomJS not found, Please download it from https://phantomjs.org/download.html', expected=True)
|
||||
|
||||
self.extractor = extractor
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue