Remove unused imports
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 1 Feb 2015 14:08:50 +0000 (15:08 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 1 Feb 2015 14:08:50 +0000 (15:08 +0100)
youtube_dl/extractor/defense.py
youtube_dl/extractor/la7.py

index 1637fa4a78bf61e30633755c70030ada42260528..2b90bf4fc2fcba04fe7e164602196586713d4225 100644 (file)
@@ -1,8 +1,5 @@
 from __future__ import unicode_literals
 
-import re
-import json
-
 from .common import InfoExtractor
 
 
index 60625c42d39aacc39be6557a6c85df0e1c61500c..b08f6e3c9548de02217e43bebbf20b5f2ab871e8 100644 (file)
@@ -1,7 +1,5 @@
 from __future__ import unicode_literals
 
-import re
-
 from .common import InfoExtractor
 from ..utils import (
     parse_duration,