mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 15:24:51 +02:00
Every video host has a separate test.
This commit is contained in:
@@ -42,18 +42,23 @@ public class HqpornerRipperTest extends RippersTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testDifferentVideoHost() throws IOException {
|
public void testMyDaddyVideoHost() throws IOException {
|
||||||
URL myDaddyUrl = new URL("https://hqporner.com/hdporn/90598-gangbang_with_Kali_Roses.html");
|
URL myDaddyUrl = new URL("https://hqporner.com/hdporn/84636-pool_lesson_with_a_cheating_husband.html");
|
||||||
HqpornerRipper myDaddyRipper = new HqpornerRipper(myDaddyUrl);
|
HqpornerRipper myDaddyRipper = new HqpornerRipper(myDaddyUrl);
|
||||||
testRipper(myDaddyRipper);
|
testRipper(myDaddyRipper);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void testFlyFlvVideoHost() throws IOException {
|
||||||
URL flyFlvUrl = new URL(
|
URL flyFlvUrl = new URL(
|
||||||
"https://hqporner.com/hdporn/69862-bangbros_-_amy_reid_taking_off_a_tight_sexy_swimsuit.html");
|
"https://hqporner.com/hdporn/69862-bangbros_-_amy_reid_taking_off_a_tight_sexy_swimsuit.html");
|
||||||
HqpornerRipper flyFlvRipper = new HqpornerRipper(flyFlvUrl);
|
HqpornerRipper flyFlvRipper = new HqpornerRipper(flyFlvUrl);
|
||||||
testRipper(flyFlvRipper);
|
testRipper(flyFlvRipper);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void testUnknownVideoHost() throws IOException {
|
||||||
URL unknownHostUrl = new URL("https://hqporner.com/hdporn/79528-Kayden_Kross_-_Serious_Masturbation.html"); // howq.cc
|
URL unknownHostUrl = new URL("https://hqporner.com/hdporn/79528-Kayden_Kross_-_Serious_Masturbation.html"); // howq.cc
|
||||||
HqpornerRipper unknownHostRipper = new HqpornerRipper(unknownHostUrl);
|
HqpornerRipper unknownHostRipper = new HqpornerRipper(unknownHostUrl);
|
||||||
|
|
||||||
testRipper(unknownHostRipper);
|
testRipper(unknownHostRipper);
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user