mirror of https://github.com/yt-dlp/yt-dlp.git
[tagesschau] Remove unused import
This commit is contained in:
parent
993df6bc22
commit
ca4456eda8
|
@ -4,7 +4,7 @@ from __future__ import unicode_literals
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..utils import parse_filesize, ExtractorError
|
from ..utils import parse_filesize
|
||||||
|
|
||||||
|
|
||||||
class TagesschauIE(InfoExtractor):
|
class TagesschauIE(InfoExtractor):
|
||||||
|
|
Loading…
Reference in New Issue