1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-03 02:49:28 +00:00

[played] Remove unused import

This commit is contained in:
Philipp Hagemeister 2014-09-28 10:56:36 +02:00
parent 38c4d41b74
commit 76e7d1e74b

View file

@ -2,7 +2,6 @@
from __future__ import unicode_literals
import re
import time
import os.path
from .common import InfoExtractor