1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-04 07:47:51 +08:00

removed unused import

This commit is contained in:
jerryaalvarado84 2016-04-28 19:17:31 -07:00
parent d295874fcc
commit 83dafd46ed

View File

@ -1,8 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
import re
from .common import InfoExtractor