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:
@@ -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]+)'
|
||||
|
||||
Reference in New Issue
Block a user