1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 14:03:11 +08:00

removed reference to JSInterpreter

This commit is contained in:
Thomas Christlieb 2017-02-08 15:39:03 +01:00
parent 250c284a55
commit 20810e69ef

View File

@ -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,