1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-09 12:39:58 +08:00

[twitcasting] Fix code format

This commit is contained in:
maozed 2019-04-26 11:40:55 +00:00
parent 99fe5e0100
commit db60fbab47

View File

@ -2,9 +2,7 @@
from __future__ import unicode_literals
from .common import InfoExtractor
from ..utils import (
urlencode_postdata,
)
from ..utils import urlencode_postdata
import re