1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-20 16:15:41 +07:00

[tagesschau] Remove unused import

This commit is contained in:
Jaime Marquínez Ferrándiz
2015-07-22 23:23:38 +02:00
parent 993df6bc22
commit ca4456eda8

View File

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