1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-19 12:11:40 +02:00

Add new Pornhub video test.

This commit is contained in:
rephormat
2018-02-07 14:02:34 -06:00
parent 52099926cc
commit 2facf68059

View File

@@ -68,7 +68,7 @@ public class VideoRippersTest extends RippersTest {
public void testPornhubRipper() throws IOException {
List<URL> contentURLs = new ArrayList<>();
contentURLs.add(new URL("http://www.pornhub.com/view_video.php?viewkey=993166542"));
contentURLs.add(new URL("https://www.pornhub.com/view_video.php?viewkey=ph5a329fa707269"));
for (URL url : contentURLs) {
PornhubRipper ripper = new PornhubRipper(url);
videoTestHelper(ripper);