1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 01:49:30 +00:00

[TagesschauIE] Remove unused import

This commit is contained in:
pulpe 2014-06-05 18:49:34 +02:00
parent 0e3ae92441
commit 7ffad0af5a

View file

@ -2,7 +2,6 @@
from __future__ import unicode_literals
import re
import json
from .common import InfoExtractor