1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-25 21:29:35 +00:00

removed some unnecessary imports

This commit is contained in:
M.Yasoob Khalid 2013-07-18 12:37:47 +05:00
parent 233ad24ecf
commit 2b1b511f6b

View file

@ -1,6 +1,4 @@
import re import re
import json
import time
from .common import InfoExtractor from .common import InfoExtractor