@@ -153,22 +153,22 @@ public void testServiceId() {
153153 @ Test
154154 public void testName () throws Exception {
155155 String name = extractor .getName ();
156- assertTrue (name , name .contains ("Important videos " ));
156+ assertTrue (name , name .contains ("Korrekte Aussprache - Lektion 1 " ));
157157 }
158158
159159 @ Test
160160 public void testId () throws Exception {
161- assertEquals ("PLOy0j9AvlVZPto6IkjKfpu0Scx--7PGTC " , extractor .getId ());
161+ assertEquals ("PL45xb3ujEhqUexNt53jb9WT2mS-uUaUrn " , extractor .getId ());
162162 }
163163
164164 @ Test
165165 public void testUrl () throws ParsingException {
166- assertEquals ("https://www.youtube.com/playlist?list=PLOy0j9AvlVZPto6IkjKfpu0Scx--7PGTC " , extractor .getUrl ());
166+ assertEquals ("https://www.youtube.com/playlist?list=PL45xb3ujEhqUexNt53jb9WT2mS-uUaUrn " , extractor .getUrl ());
167167 }
168168
169169 @ Test
170170 public void testOriginalUrl () throws ParsingException {
171- assertEquals ("https://www.youtube.com/playlist? list=PLOy0j9AvlVZPto6IkjKfpu0Scx--7PGTC " , extractor .getOriginalUrl ());
171+ assertEquals ("https://www.youtube.com/watch?v=lH1caqoAGe0& list=PL45xb3ujEhqUexNt53jb9WT2mS-uUaUrn " , extractor .getOriginalUrl ());
172172 }
173173
174174 /*//////////////////////////////////////////////////////////////////////////
@@ -216,7 +216,7 @@ public void testUploaderUrl() throws Exception {
216216
217217 @ Test
218218 public void testUploaderName () throws Exception {
219- assertEquals ("Crazy Horse " , extractor .getUploaderName ());
219+ assertEquals ("Luksan Wunder " , extractor .getUploaderName ());
220220 }
221221
222222 @ Test
0 commit comments