[traileraddict] Allow all types of trailer URLs
Valid url regex for traileraddict.com is too strict. Need to allow, e.g. theatrical-trailer, teaser-trailer, feature-read-band-trailer, etc.
This commit is contained in:
		| @@ -4,7 +4,7 @@ from .common import InfoExtractor | ||||
|  | ||||
|  | ||||
| class TrailerAddictIE(InfoExtractor): | ||||
|     _VALID_URL = r'(?:http://)?(?:www\.)?traileraddict\.com/trailer/([^/]+)/(?:trailer|feature-trailer)' | ||||
|     _VALID_URL = r'(?:http://)?(?:www\.)?traileraddict\.com/trailer/([^/]+)/(?:[^/]*trailer[^/]*)' | ||||
|     _TEST = { | ||||
|         u'url': u'http://www.traileraddict.com/trailer/prince-avalanche/trailer', | ||||
|         u'file': u'76184.mp4', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex Van't Hof
					Alex Van't Hof