1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-09-02 10:23:47 +02:00

Fix YouPorn Test (update test URL)

Video cannot be loaded: "Video has been flagged for verification"
This commit is contained in:
Stilgar
2021-05-21 00:31:00 +02:00
parent 3c4e303358
commit 88bf1a0137

View File

@@ -14,7 +14,9 @@ public class YoupornRipperTest extends RippersTest {
@Tag("flaky")
public void testYoupornRipper() throws IOException {
List<URL> contentURLs = new ArrayList<>();
contentURLs.add(new URL("http://www.youporn.com/watch/7669155/mrs-li-amateur-69-orgasm/?from=categ"));
// Video cannot be loaded: "Video has been flagged for verification"
//contentURLs.add(new URL("http://www.youporn.com/watch/7669155/mrs-li-amateur-69-orgasm/?from=categ"));
contentURLs.add(new URL("https://www.youporn.com/watch/13158849/smashing-star-slut-part-2/"));
for (URL url : contentURLs) {
YoupornRipper ripper = new YoupornRipper(url);
testRipper(ripper);