summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2011-03-26 19:21:20 +0200
committerAntti Ajanki <antti.ajanki@iki.fi>2011-03-27 11:00:12 +0300
commit2f2186b5418bd591589287242911ef9af27fce16 (patch)
treee4178f3d2dfe993ddd10869ec8b073d221c25294 /src
parentc9c6e4c7f52cbac62dd6101af61921fd20426525 (diff)
downloadvdr-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.py19
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')