mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-19 01:01:58 +00:00
boiler plate 2
This commit is contained in:
parent
81546c4781
commit
b71f53a4ce
@ -4,10 +4,10 @@ from __future__ import unicode_literals
|
|||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
|
|
||||||
|
|
||||||
class YourExtractorIE(InfoExtractor):
|
class CanalrcnIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?canalrcn\.com/watch/(?P<id>[0-9]+)'
|
_VALID_URL = r'https?://(?:www\.)?canalrcn\.com/watch/(?P<id>[0-9]+)'
|
||||||
_TEST = {
|
_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)',
|
'md5': 'TODO: md5 sum of the first 10241 bytes of the video file (use --test)',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '42',
|
'id': '42',
|
||||||
|
@ -169,6 +169,7 @@ from .cammodels import CamModelsIE
|
|||||||
from .camtube import CamTubeIE
|
from .camtube import CamTubeIE
|
||||||
from .camwithher import CamWithHerIE
|
from .camwithher import CamWithHerIE
|
||||||
from .canalplus import CanalplusIE
|
from .canalplus import CanalplusIE
|
||||||
|
from .canalrcn import CanalrcnIE
|
||||||
from .canalc2 import Canalc2IE
|
from .canalc2 import Canalc2IE
|
||||||
from .canvas import (
|
from .canvas import (
|
||||||
CanvasIE,
|
CanvasIE,
|
||||||
|
Loading…
Reference in New Issue
Block a user