Disabled test for broken ripper
This commit is contained in:
parent
34425361ae
commit
98ad786529
@ -38,14 +38,17 @@ public class VideoRippersTest extends RippersTest {
|
||||
}
|
||||
}
|
||||
|
||||
public void testTwitchVideoRipper() throws IOException {
|
||||
List<URL> contentURLs = new ArrayList<>();
|
||||
contentURLs.add(new URL("https://clips.twitch.tv/FaithfulIncredulousPotTBCheesePull"));
|
||||
for (URL url : contentURLs) {
|
||||
TwitchVideoRipper ripper = new TwitchVideoRipper(url);
|
||||
videoTestHelper(ripper);
|
||||
}
|
||||
}
|
||||
|
||||
// Test disbaled. See https://github.com/RipMeApp/ripme/issues/574
|
||||
|
||||
// public void testTwitchVideoRipper() throws IOException {
|
||||
// List<URL> contentURLs = new ArrayList<>();
|
||||
// contentURLs.add(new URL("https://clips.twitch.tv/FaithfulIncredulousPotTBCheesePull"));
|
||||
// for (URL url : contentURLs) {
|
||||
// TwitchVideoRipper ripper = new TwitchVideoRipper(url);
|
||||
// videoTestHelper(ripper);
|
||||
// }
|
||||
// }
|
||||
|
||||
public void testXhamsterRipper() throws IOException {
|
||||
List<URL> contentURLs = new ArrayList<>();
|
||||
|
Loading…
Reference in New Issue
Block a user