about summary refs log tree commit diff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-09-24 00:08:27 +0700
committerSergey M․ <dstftw@gmail.com>2017-09-24 00:08:27 +0700
commit4c54b89e0310abd6be643604dc0f1ec3a608b68d (patch)
treef9e2b7d6c47d0e919476e03e34046755a4577da3 /youtube_dl/YoutubeDL.py
parenta87d7b4953d46e75e62fe25a5cc5e689297127ae (diff)
downloadyoutube-dl-4c54b89e0310abd6be643604dc0f1ec3a608b68d.tar.gz
youtube-dl-4c54b89e0310abd6be643604dc0f1ec3a608b68d.tar.xz
youtube-dl-4c54b89e0310abd6be643604dc0f1ec3a608b68d.zip
Hide experimental phantomjs wrapper
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-xyoutube_dl/YoutubeDL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py
index bfb4ff225..0a7f36c98 100755
--- a/youtube_dl/YoutubeDL.py
+++ b/youtube_dl/YoutubeDL.py
@@ -89,10 +89,10 @@ from .utils import (
     write_string,
     YoutubeDLCookieProcessor,
     YoutubeDLHandler,
-    PhantomJSwrapper,
 )
 from .cache import Cache
 from .extractor import get_info_extractor, gen_extractor_classes, _LAZY_LOADER
+from .extractor.openload import PhantomJSwrapper
 from .downloader import get_suitable_downloader
 from .downloader.rtmp import rtmpdump_version
 from .postprocessor import (