From 20810e69ef11f0ca02686085549b6e2aecd5d6dd Mon Sep 17 00:00:00 2001 From: Thomas Christlieb Date: Wed, 8 Feb 2017 15:39:03 +0100 Subject: [PATCH] removed reference to JSInterpreter --- youtube_dl/extractor/pornhub.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/pornhub.py b/youtube_dl/extractor/pornhub.py index 0aae4a74c..5e930f45e 100644 --- a/youtube_dl/extractor/pornhub.py +++ b/youtube_dl/extractor/pornhub.py @@ -6,7 +6,6 @@ import os import re from .common import InfoExtractor -from ..jsinterp import JSInterpreter from ..compat import ( compat_HTTPError, compat_urllib_parse_unquote,