mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[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
|
@ -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