youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 968ed2a7779fc7337fdcaa12da2b12e288e7eeb6
parent 24de5d2556bc815bae16c38170c0c1dbd57c1cde
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu,  3 Apr 2014 15:31:04 +0200

[comedycentral] Add test for #2677

Diffstat:
Mtest/test_all_urls.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/test/test_all_urls.py b/test/test_all_urls.py @@ -153,6 +153,9 @@ class TestAllURLsMatching(unittest.TestCase): self.assertMatch( 'http://thecolbertreport.cc.com/videos/gh6urb/neil-degrasse-tyson-pt--1?xrs=eml_col_031114', ['ComedyCentralShows']) + self.assertMatch( + 'http://thedailyshow.cc.com/guests/michael-lewis/3efna8/exclusive---michael-lewis-extended-interview-pt--3', + ['ComedyCentralShows']) if __name__ == '__main__': unittest.main()