1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-28 03:22:54 +08:00

Removed re import

This commit is contained in:
mjdubell 2015-10-19 17:51:43 +02:00
parent 3c17b4ca6e
commit 2bfb394b1b

View File

@ -1,7 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
from .common import InfoExtractor
import re
class StitcherIE(InfoExtractor):