aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-02-04 10:13:51 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-02-04 10:13:52 +0100
commit58d915df51ce1db2eacdf1ded02fa9338b565a6f (patch)
tree04e341bcf41c2c73b35cbf1dbb994a77b18730e9
parent90159f5561e2f6f6379318f910593b4cfb0e84b9 (diff)
downloadyoutube-dl-58d915df51ce1db2eacdf1ded02fa9338b565a6f.tar.xz
[traileraddict] mark as broken
traileraddict has changed their URL encoding scheme. I'm working on restoring support, but that may take some time.
-rw-r--r--youtube_dl/extractor/traileraddict.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/traileraddict.py b/youtube_dl/extractor/traileraddict.py
index 3b1a6fb61..11407428b 100644
--- a/youtube_dl/extractor/traileraddict.py
+++ b/youtube_dl/extractor/traileraddict.py
@@ -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',