diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-08-02 15:19:30 +0200 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-08-02 15:19:30 +0200 | 
| commit | 5c45bbe57bd791debfd64052ab030298a7c6b718 (patch) | |
| tree | 00be8d9c19ae6674aac16de2baa9862599fc67c5 | |
| parent | e422d7f4f78994de8483d2207ab4e00174a2408c (diff) | |
[nowtv] Remove unused import
| -rw-r--r-- | youtube_dl/extractor/nowtv.py | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/nowtv.py b/youtube_dl/extractor/nowtv.py index 11ce37168..ad938fb62 100644 --- a/youtube_dl/extractor/nowtv.py +++ b/youtube_dl/extractor/nowtv.py @@ -1,8 +1,6 @@  # coding: utf-8  from __future__ import unicode_literals -import re -  from .common import InfoExtractor  from ..compat import compat_str  from ..utils import (  | 
