mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-29 08:40:37 +02:00
Added duckmovies unit tests
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.rarchives.ripme.tst.ripper.rippers;
|
||||
|
||||
import com.rarchives.ripme.ripper.rippers.DuckmoviesRipper;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.URL;
|
||||
|
||||
public class DuckmoviesRipperTest extends RippersTest{
|
||||
|
||||
public void testRip() throws IOException {
|
||||
DuckmoviesRipper ripper = new DuckmoviesRipper(new URL("https://palapaja.com/spyfam-stepbro-gives-in-to-stepsis-asian-persuasion/"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user