1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-01 09:50:07 +08:00

[twitcasting] Fix code format

This commit is contained in:
maozed
2019-04-26 11:40:55 +00:00
Unverified
parent 99fe5e0100
commit db60fbab47
+1 -3
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