Add issue links to tests.

This commit is contained in:
metaprime 2017-11-21 03:06:52 -08:00
parent 657ee130ca
commit 686ad8e3d6
6 changed files with 9 additions and 1 deletions

View File

@ -7,6 +7,7 @@ import java.net.URL;
import com.rarchives.ripme.ripper.rippers.TumblrRipper;
public class TumblrRipperTest extends RippersTest {
// https://github.com/RipMeApp/ripme/issues/250
/*
public void testTumblrFullRip() throws IOException {
TumblrRipper ripper = new TumblrRipper(new URL("http://wrouinr.tumblr.com/archive"));

View File

@ -11,9 +11,10 @@ public class TwitterRipperTest extends RippersTest {
testRipper(ripper);
}
// https://github.com/RipMeApp/ripme/issues/251
/*
public void testTwitterSearchRip() throws IOException {
TwitterRipper ripper = new TwitterRipper(new URL("https://twitter.com/search?q=from%3ADaisyfairymfc%20filter%3Aimages&src=typd"));
TwitterRipper ripper = new TwitterRipper(new URL("https://twitter.com/search?f=tweets&q=from%3Aalinalixxx%20filter%3Aimages&src=typd"));
testRipper(ripper);
}
*/

View File

@ -6,6 +6,7 @@ import java.net.URL;
import com.rarchives.ripme.ripper.rippers.TwodgalleriesRipper;
public class TwodgalleriesRipperTest extends RippersTest {
// https://github.com/RipMeApp/ripme/issues/182
/*
public void testTwodgalleriesRip() throws IOException {
TwodgalleriesRipper ripper = new TwodgalleriesRipper(new URL("http://www.2dgalleries.com/artist/regis-loisel-6477"));

View File

@ -45,6 +45,7 @@ public class VideoRippersTest extends RippersTest {
}
}
// https://github.com/RipMeApp/ripme/issues/187
/*
public void testPornhubRipper() throws IOException {
List<URL> contentURLs = new ArrayList<>();
@ -56,6 +57,7 @@ public class VideoRippersTest extends RippersTest {
}
*/
// https://github.com/RipMeApp/ripme/issues/186
/*
public void testVineRipper() throws IOException {
List<URL> contentURLs = new ArrayList<>();

View File

@ -6,6 +6,7 @@ import java.net.URL;
import com.rarchives.ripme.ripper.rippers.VineRipper;
public class VineRipperTest extends RippersTest {
// https://github.com/RipMeApp/ripme/issues/181
/*
public void testVineRip() throws IOException {
VineRipper ripper = new VineRipper(new URL("https://vine.co/u/954440445776334848"));

View File

@ -6,8 +6,10 @@ import java.net.URL;
import com.rarchives.ripme.ripper.rippers.VkRipper;
public class VkRipperTest extends RippersTest {
// https://github.com/RipMeApp/ripme/issues/252
// Not supported (error): https://vk.com/helga_model (Profile Page)
// Not supported (rips nothing): https://vk.com/albums45506334 (all albums under a Profile Page)
// EXAMPLE: https://vk.com/photos45506334 (all photos for a model)
// EXAMPLE: https://vk.com/album45506334_0 (a single album - profile pictures)
// EXAMPLE: https://vk.com/album45506334_00?rev=1 (a single album - wall pictures)