[phantomjs] add exe version to debug info
This commit is contained in:
parent
c89267d31a
commit
feee8d32e4
2 changed files with 7 additions and 1 deletions
|
@ -86,6 +86,7 @@ from .utils import (
|
|||
write_string,
|
||||
YoutubeDLCookieProcessor,
|
||||
YoutubeDLHandler,
|
||||
PhantomJSwrapper,
|
||||
)
|
||||
from .cache import Cache
|
||||
from .extractor import get_info_extractor, gen_extractor_classes, _LAZY_LOADER
|
||||
|
@ -2146,6 +2147,7 @@ class YoutubeDL(object):
|
|||
|
||||
exe_versions = FFmpegPostProcessor.get_versions(self)
|
||||
exe_versions['rtmpdump'] = rtmpdump_version()
|
||||
exe_versions['phantomjs'] = PhantomJSwrapper._version()
|
||||
exe_str = ', '.join(
|
||||
'%s %s' % (exe, v)
|
||||
for exe, v in sorted(exe_versions.items())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue