Add issue links to tests.
This commit is contained in:
parent
657ee130ca
commit
686ad8e3d6
@ -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"));
|
||||
|
@ -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);
|
||||
}
|
||||
*/
|
||||
|
@ -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"));
|
||||
|
@ -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<>();
|
||||
|
@ -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"));
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user