mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-12-22 16:57:40 +00:00
boiler plate 2
This commit is contained in:
parent
81546c4781
commit
b71f53a4ce
2 changed files with 3 additions and 2 deletions
|
@ -4,10 +4,10 @@ from __future__ import unicode_literals
|
|||
from .common import InfoExtractor
|
||||
|
||||
|
||||
class YourExtractorIE(InfoExtractor):
|
||||
class CanalrcnIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?canalrcn\.com/watch/(?P<id>[0-9]+)'
|
||||
_TEST = {
|
||||
'url': 'https://yourextractor.com/watch/42',
|
||||
'url': 'https://canalrcn.com/watch/42',
|
||||
'md5': 'TODO: md5 sum of the first 10241 bytes of the video file (use --test)',
|
||||
'info_dict': {
|
||||
'id': '42',
|
||||
|
|
|
@ -169,6 +169,7 @@ from .cammodels import CamModelsIE
|
|||
from .camtube import CamTubeIE
|
||||
from .camwithher import CamWithHerIE
|
||||
from .canalplus import CanalplusIE
|
||||
from .canalrcn import CanalrcnIE
|
||||
from .canalc2 import Canalc2IE
|
||||
from .canvas import (
|
||||
CanvasIE,
|
||||
|
|
Loading…
Reference in a new issue