diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2011-03-26 19:21:20 +0200 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2011-03-27 11:00:12 +0300 |
commit | 2f2186b5418bd591589287242911ef9af27fce16 (patch) | |
tree | e4178f3d2dfe993ddd10869ec8b073d221c25294 /src | |
parent | c9c6e4c7f52cbac62dd6101af61921fd20426525 (diff) | |
download | vdr-plugin-webvideo-2f2186b5418bd591589287242911ef9af27fce16.tar.gz vdr-plugin-webvideo-2f2186b5418bd591589287242911ef9af27fce16.tar.bz2 |
Remove SVT Play module
Diffstat (limited to 'src')
-rw-r--r-- | src/unittest/testwebvi.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/unittest/testwebvi.py b/src/unittest/testwebvi.py index 2aaf394..814a1c4 100644 --- a/src/unittest/testwebvi.py +++ b/src/unittest/testwebvi.py @@ -173,25 +173,6 @@ class TestServiceModules(unittest.TestCase): self.assertNotEqual(resultref, None) self.downloadAndExtractLinks(resultref, 1, 'search result') - def testSVTPlay(self): - # Category page - ref = self.getServiceReference('../../templates/svtplay.se') - links = self.downloadAndExtractLinks(ref, 3, 'category') - - # Navigation page - navigationref = links[0].ref - links = self.downloadAndExtractLinks(navigationref, 2, 'navigation') - - # Single program - programref = links[0].ref - links = self.downloadAndExtractLinks(programref, 1, 'program') - - # Video link - videolink = links[0] - self.assertNotEqual(videolink.stream, None, 'No media object in a video link') - self.assertNotEqual(videolink.ref, None, 'No description page in a video link') - self.checkMediaUrl(videolink.stream) - def testMetacafe(self): # Category page ref = self.getServiceReference('../../templates/www.metacafe.com') |