[traileraddict] mark as broken
traileraddict has changed their URL encoding scheme. I'm working on restoring support, but that may take some time.
This commit is contained in:
parent
90159f5561
commit
58d915df51
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ from .common import InfoExtractor
|
|||
|
||||
|
||||
class TrailerAddictIE(InfoExtractor):
|
||||
_WORKING = False
|
||||
_VALID_URL = r'(?:http://)?(?:www\.)?traileraddict\.com/(?:trailer|clip)/(?P<movie>.+?)/(?P<trailer_name>.+)'
|
||||
_TEST = {
|
||||
'url': 'http://www.traileraddict.com/trailer/prince-avalanche/trailer',
|
||||
|
|
Loading…
Reference in a new issue