1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-07-31 02:50:15 +02:00

Merge pull request #586 from cyian-1756/twitchFix

Disabled test for broken ripper
This commit is contained in:
cyian-1756
2018-05-13 10:08:21 -04:00
committed by GitHub

View File

@@ -38,14 +38,17 @@ public class VideoRippersTest extends RippersTest {
} }
} }
public void testTwitchVideoRipper() throws IOException {
List<URL> contentURLs = new ArrayList<>(); // Test disbaled. See https://github.com/RipMeApp/ripme/issues/574
contentURLs.add(new URL("https://clips.twitch.tv/FaithfulIncredulousPotTBCheesePull"));
for (URL url : contentURLs) { // public void testTwitchVideoRipper() throws IOException {
TwitchVideoRipper ripper = new TwitchVideoRipper(url); // List<URL> contentURLs = new ArrayList<>();
videoTestHelper(ripper); // 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 { public void testXhamsterRipper() throws IOException {
List<URL> contentURLs = new ArrayList<>(); List<URL> contentURLs = new ArrayList<>();