1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00

[redbulltv] Remove unused imports

This commit is contained in:
Ganden Schaffner 2020-07-27 04:27:19 -07:00
parent 05766ca4bc
commit 76590695f6
No known key found for this signature in database
GPG Key ID: AAF2420F20D8B553

View File

@ -4,14 +4,12 @@ from __future__ import unicode_literals
from .common import InfoExtractor
from ..compat import compat_str
from ..utils import (
RegexNotFoundError,
ExtractorError,
try_get,
float_or_none,
unified_strdate,
)
import json
import time
class RedBullTVIE(InfoExtractor):