about summary refs log tree commit diff
path: root/youtube_dl/extractor/cspan.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-22 15:10:00 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-22 15:10:02 +0100
commit11577ec0542163cbae5ad97869ea56bbd46bbc37 (patch)
tree28f9730ee4d6248d4a31cdee4244f7cc1db8971a /youtube_dl/extractor/cspan.py
parent79bf58f9b550d6112719ea6156bc639a427aa28e (diff)
downloadyoutube-dl-11577ec0542163cbae5ad97869ea56bbd46bbc37.tar.gz
youtube-dl-11577ec0542163cbae5ad97869ea56bbd46bbc37.tar.xz
youtube-dl-11577ec0542163cbae5ad97869ea56bbd46bbc37.zip
[cspan] Disable test
It works fine from all my machines, no matter where, but from travis, we get lots of 403s.
Maybe another project is scraping CSPAN from travis and they're blocking the travis machines?
Diffstat (limited to 'youtube_dl/extractor/cspan.py')
-rw-r--r--youtube_dl/extractor/cspan.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/cspan.py b/youtube_dl/extractor/cspan.py
index 521bbdee0..e54009622 100644
--- a/youtube_dl/extractor/cspan.py
+++ b/youtube_dl/extractor/cspan.py
@@ -20,6 +20,7 @@ class CSpanIE(InfoExtractor):
             'title': 'Attorney General Eric Holder on Voting Rights Act Decision',
             'description': 'Attorney General Eric Holder spoke to reporters following the Supreme Court decision in [Shelby County v. Holder] in which the court ruled that the preclearance provisions of the Voting Rights Act could not be enforced until Congress established new guidelines for review.',
         },
+        'skip': 'Regularly fails on travis, for unknown reasons',
     }
 
     def _real_extract(self, url):