1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-04 23:53:32 +08:00

[sportbox] PEP 8

This commit is contained in:
Sergey M․
2017-02-05 13:36:52 +07:00
committed by motophil
Unverified
parent 7682cbf1b4
commit 5e3890f3e3
+1 -5
View File
@@ -4,11 +4,7 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..compat import compat_urlparse
from ..utils import (
js_to_json,
unified_strdate,
)
from ..utils import js_to_json
class SportBoxEmbedIE(InfoExtractor):