mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-26 23:51:03 +00:00
json uneeded
This commit is contained in:
parent
953fce852f
commit
b08dc56f46
|
@ -3,7 +3,6 @@ from __future__ import unicode_literals
|
|||
|
||||
import itertools
|
||||
import re
|
||||
import json
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
|
|
Loading…
Reference in a new issue