mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[sportbox] PEP 8
This commit is contained in:
parent
49bd8d5e2e
commit
6fd138bed8
@ -4,11 +4,7 @@
|
||||
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):
|
||||
|
Loading…
Reference in New Issue
Block a user