[camdemy] Fix _VALID_URL

master
Sergey M․ 9 years ago
parent 36e7a4ca2e
commit 037e9437e4

@ -16,7 +16,7 @@ from ..utils import (
class CamdemyIE(InfoExtractor):
_VALID_URL = r'http://www.camdemy.com/media/(?P<id>\d+)'
_VALID_URL = r'http://(?:www\.)?camdemy\.com/media/(?P<id>\d+)'
_TESTS = [{
# single file
'url': 'http://www.camdemy.com/media/5181/',

Loading…
Cancel
Save