From 2bfb394b1bd88bc83401563dd3c8081544e978c0 Mon Sep 17 00:00:00 2001 From: mjdubell Date: Mon, 19 Oct 2015 17:51:43 +0200 Subject: [PATCH] Removed re import --- youtube_dl/extractor/stitcher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/stitcher.py b/youtube_dl/extractor/stitcher.py index 1866b5ee5..c643173df 100644 --- a/youtube_dl/extractor/stitcher.py +++ b/youtube_dl/extractor/stitcher.py @@ -1,7 +1,6 @@ # coding: utf-8 from __future__ import unicode_literals from .common import InfoExtractor -import re class StitcherIE(InfoExtractor):