about summary refs log tree commit diff
path: root/youtube_dl/extractor/shared.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-07-10 22:22:33 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-07-10 22:22:33 +0200
commit86f2541695ba0280982e47e52c5cf26946d5d7c6 (patch)
tree619dbdbbf216c67cbe8053bfb50e41cab0913eed /youtube_dl/extractor/shared.py
parent181c4ccaaa186685d4a5fce6f338486182079b9e (diff)
downloadyoutube-dl-86f2541695ba0280982e47e52c5cf26946d5d7c6.tar.gz
youtube-dl-86f2541695ba0280982e47e52c5cf26946d5d7c6.tar.xz
youtube-dl-86f2541695ba0280982e47e52c5cf26946d5d7c6.zip
Remove unused 're' imports
Diffstat (limited to 'youtube_dl/extractor/shared.py')
-rw-r--r--youtube_dl/extractor/shared.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/shared.py b/youtube_dl/extractor/shared.py
index 7fb68bc2d..6e2b94e7d 100644
--- a/youtube_dl/extractor/shared.py
+++ b/youtube_dl/extractor/shared.py
@@ -1,6 +1,5 @@
 from __future__ import unicode_literals
 
-import re
 import base64
 
 from .common import InfoExtractor