diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-02 21:58:17 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-02 21:58:17 +0100 | 
| commit | f920ce295e65dc1446120c9375ef11bfd6cede26 (patch) | |
| tree | c0c934d58b5cbd9015a5cfe186ef96f575561dcf | |
| parent | 7a7bd19c4537a4abd0ccea166610c9f2353046a4 (diff) | |
[ntvru] Remove unused import
| -rw-r--r-- | youtube_dl/extractor/ntvru.py | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/ntvru.py b/youtube_dl/extractor/ntvru.py index 963bb715a..0ab8d5100 100644 --- a/youtube_dl/extractor/ntvru.py +++ b/youtube_dl/extractor/ntvru.py @@ -1,8 +1,6 @@  # encoding: utf-8  from __future__ import unicode_literals -import re -  from .common import InfoExtractor  from ..utils import (      unescapeHTML  | 
