Merge remote-tracking branch 'origin/master'
This commit is contained in:
		| @@ -12,7 +12,7 @@ from ..utils import ( | ||||
|  | ||||
| class BRIE(InfoExtractor): | ||||
|     IE_DESC = 'Bayerischer Rundfunk Mediathek' | ||||
|     _VALID_URL = r'https?://(?:www\.)?br\.de/(?:[a-z0-9\-]+/)+(?P<id>[a-z0-9\-]+)\.html' | ||||
|     _VALID_URL = r'https?://(?:www\.)?br\.de/(?:[a-z0-9\-_]+/)+(?P<id>[a-z0-9\-_]+)\.html' | ||||
|     _BASE_URL = 'http://www.br.de' | ||||
|  | ||||
|     _TESTS = [ | ||||
|   | ||||
| @@ -10,7 +10,7 @@ from ..utils import ( | ||||
|  | ||||
|  | ||||
| class VodlockerIE(InfoExtractor): | ||||
|     _VALID_URL = r'https?://(?:www\.)?vodlocker.com/(?P<id>[0-9a-zA-Z]+)(?:\..*?)?' | ||||
|     _VALID_URL = r'https?://(?:www\.)?vodlocker\.com/(?P<id>[0-9a-zA-Z]+)(?:\..*?)?' | ||||
|  | ||||
|     _TESTS = [{ | ||||
|         'url': 'http://vodlocker.com/e8wvyzz4sl42', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user