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

[sportbox] PEP 8

This commit is contained in:
Sergey M․ 2017-02-05 13:36:52 +07:00
parent 49bd8d5e2e
commit 6fd138bed8
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

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):