You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Yuvutu, it seems the site has changed enough that ripping videos is broken (see VideoRippersTest) but ripping galleries is fine.
src/test/java/com/rarchives/ripme/tst/ripper/rippers/YuvutuRipperTest.java
17: YuvutuRipper ripper = new YuvutuRipper(new URI("http://www.yuvutu[dot]com/modules.php?name=YuGallery&action=view&set_id=127013").toURL());
22: YuvutuRipper ripper = new YuvutuRipper(new URI("http://www.yuvutu[dot]com/modules.php?name=YuGallery&action=view&set_id=420333").toURL());
27: URL url = new URI("http://www.yuvutu[dot]com/modules.php?name=YuGallery&action=view&set_id=420333").toURL();
src/test/java/com/rarchives/ripme/tst/ripper/rippers/VideoRippersTest.java
67: contentURLs.add(new URI("http://www.yuvutu[dot]com/video/828499/female-reader-armpit-job/").toURL());
There seems to be a cookie-based "old site" option, which maybe leads back to where the ripper worked. Not sure that's the best option. This is a low priority anyway.
The text was updated successfully, but these errors were encountered:
For Yuvutu, it seems the site has changed enough that ripping videos is broken (see VideoRippersTest) but ripping galleries is fine.
There seems to be a cookie-based "old site" option, which maybe leads back to where the ripper worked. Not sure that's the best option. This is a low priority anyway.
The text was updated successfully, but these errors were encountered: