mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 01:48:01 +09: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 New Issue
Block a user