X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=1ba1486d2d2926259dcdfd2d7ad4fcd987ed1c77;hb=ca6aada48eec89befbb3f2605b3d83227d893005;hp=1be46430b7ae3fc6211cb7a7ac5ec87fe00d0d18;hpb=b21e25702f05018b64064b4aec9007e6e383b476;p=youtube-dl diff --git a/README.md b/README.md index 1be46430b..1ba1486d2 100644 --- a/README.md +++ b/README.md @@ -384,10 +384,10 @@ If you want to add support for a new site, you can follow this quick list (assum import re from .common import InfoExtractor - - + + class YourExtractorIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.)yourextractor\.com/watch/(?P[0-9]+)' + _VALID_URL = r'https?://(?:www\.)?yourextractor\.com/watch/(?P[0-9]+)' _TEST = { 'url': 'http://yourextractor.com/watch/42', 'md5': 'TODO: md5 sum of the first 10KiB of the video file',