Add AerisdiesRipperTest (#260)
This commit is contained in:
parent
1000fb78e8
commit
0de0db7183
@ -0,0 +1,20 @@
|
|||||||
|
package com.rarchives.ripme.tst.ripper.rippers;
|
||||||
|
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.net.URL;
|
||||||
|
|
||||||
|
import com.rarchives.ripme.ripper.rippers.AerisdiesRipper;;
|
||||||
|
|
||||||
|
public class AerisdiesRipperTest extends RippersTest {
|
||||||
|
public void testAlbum() throws IOException {
|
||||||
|
AerisdiesRipper ripper = new AerisdiesRipper(new URL("http://www.aerisdies.com/html/lb/alb_1097_1.html"));
|
||||||
|
testRipper(ripper);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void testSubAlbum() throws IOException {
|
||||||
|
AerisdiesRipper ripper = new AerisdiesRipper(new URL("http://www.aerisdies.com/html/lb/alb_3692_1.html"));
|
||||||
|
testRipper(ripper);
|
||||||
|
}
|
||||||
|
|
||||||
|
// TODO: Add a test for an album with a title.
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user