1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 17:57:20 +08:00

[gaskrank] Add new extractor - style fix

This commit is contained in:
motophil 2017-01-20 19:46:40 +01:00
parent 5de648f019
commit 274f73b9df

View File

@ -5,6 +5,7 @@ from re import sub
from .common import InfoExtractor
from ..utils import js_to_json
class GaskrankIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?gaskrank\.tv/tv(?:/[^/]+)+/(?P<id>[^/]+).htm'
_TEST = {