Browse Source

[rtve] Remove unused import

totalwebcasting
Jaime Marquínez Ferrándiz 9 years ago
parent
commit
e156e70281
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/rtve.py

+ 1
- 1
youtube_dl/extractor/rtve.py View File

@ -6,7 +6,7 @@ import re
import time
from .common import InfoExtractor
from ..compat import compat_urllib_request, compat_urlparse
from ..compat import compat_urllib_request
from ..utils import (
ExtractorError,
float_or_none,


Loading…
Cancel
Save