mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-22 23:59:55 +08:00
[redbulltv] Remove unused imports
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user