mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-28 08:10:11 +02:00
Added unit test for getAlbumTitle
This commit is contained in:
@@ -24,4 +24,9 @@ public class ImagefapRipperTest extends RippersTest {
|
|||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public void testImagefapGetAlbumTitle() throws IOException {
|
||||||
|
URL url = new URL("https://www.imagefap.com/gallery.php?gid=7789753");
|
||||||
|
ImagefapRipper ripper = new ImagefapRipper(url);
|
||||||
|
assertEquals("imagefap_Red.Heels.Lover.In.Love_7789753", ripper.getAlbumTitle(url));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user