1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-31 20:39:48 +08:00

fix flake8 E302

This commit is contained in:
hcwhan
2017-11-08 09:42:56 +08:00
Unverified
parent 81693abf34
commit 7dacca06e4
+1
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]+)'