mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-30 09:10:44 +02:00
Added unittest for hqporner
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.rarchives.ripme.tst.ripper.rippers;
|
||||
|
||||
import com.rarchives.ripme.ripper.rippers.HqpornerRipper;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.URL;
|
||||
|
||||
public class HqpornerRipperTest extends RippersTest{
|
||||
|
||||
public void testRip() throws IOException {
|
||||
HqpornerRipper ripper = new HqpornerRipper(new URL("https://hqporner.com/hdporn/84636-pool_lesson_with_a_cheating_husband.html"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user