Browse Source

[tagesschau] Remove unused import

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

2
youtube_dl/extractor/tagesschau.py

@ -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