mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 14:27:25 +08:00
[aliexpress] fixed pep8 errors
This commit is contained in:
parent
eb4284a94b
commit
9e8c64cb0c
@ -2,10 +2,11 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..utils import unified_strdate
|
||||
from datetime import datetime
|
||||
|
||||
|
||||
class AliExpressLiveIE(InfoExtractor):
|
||||
|
||||
_VALID_URL = r'https?://live\.aliexpress\.com/live/(?P<id>[0-9]{16})'
|
||||
_TEST = [{
|
||||
'url': 'https://live.aliexpress.com/live/2800002704436634',
|
||||
|
Loading…
x
Reference in New Issue
Block a user