Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YuvutuRipper not working (on video) #2060

Open
Tracked by #2058
metaprime opened this issue Jan 5, 2025 · 0 comments
Open
Tracked by #2058

YuvutuRipper not working (on video) #2060

metaprime opened this issue Jan 5, 2025 · 0 comments

Comments

@metaprime
Copy link
Contributor

metaprime commented Jan 5, 2025

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.

@metaprime metaprime changed the title YuvutuRipper not working YuvutuRipper not working (on video) Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant