Merge pull request #14225 from Tithen-Firion/openload-phantomjs-method
Openload phantomjs method
This commit is contained in:
commit
a88d461dff
4 changed files with 239 additions and 42 deletions
|
@ -89,6 +89,7 @@ from .utils import (
|
|||
write_string,
|
||||
YoutubeDLCookieProcessor,
|
||||
YoutubeDLHandler,
|
||||
PhantomJSwrapper,
|
||||
)
|
||||
from .cache import Cache
|
||||
from .extractor import get_info_extractor, gen_extractor_classes, _LAZY_LOADER
|
||||
|
@ -2217,6 +2218,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