Browse Source

[tagesschau] Remove unused import

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

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

@ -4,7 +4,7 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import parse_filesize, ExtractorError
from ..utils import parse_filesize
class TagesschauIE(InfoExtractor):


Loading…
Cancel
Save