mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-09-03 02:42:47 +02:00
Fix YouPorn Test (update test URL)
Video cannot be loaded: "Video has been flagged for verification"
This commit is contained in:
@@ -14,7 +14,9 @@ public class YoupornRipperTest extends RippersTest {
|
|||||||
@Tag("flaky")
|
@Tag("flaky")
|
||||||
public void testYoupornRipper() throws IOException {
|
public void testYoupornRipper() throws IOException {
|
||||||
List<URL> contentURLs = new ArrayList<>();
|
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) {
|
for (URL url : contentURLs) {
|
||||||
YoupornRipper ripper = new YoupornRipper(url);
|
YoupornRipper ripper = new YoupornRipper(url);
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
|
Reference in New Issue
Block a user