fix flake8 E302

This commit is contained in:
hcwhan 2017-11-08 09:42:56 +08:00
parent 81693abf34
commit 7dacca06e4

View File

@ -8,6 +8,7 @@ from ..utils import (
)
import json
class PandaTVIE(InfoExtractor):
IE_DESC = '熊猫TV'
_VALID_URL = r'https?://(?:www\.)?panda\.tv/(?P<id>[0-9]+)'