1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-02-21 06:32:42 +01:00

twitter test flaky

This commit is contained in:
soloturn 2020-10-25 21:41:27 +01:00
parent 018e782b2e
commit 61c8bce13c

View File

@ -5,16 +5,19 @@ import java.net.URL;
import com.rarchives.ripme.ripper.rippers.TwitterRipper;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class TwitterRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testTwitterUserRip() throws IOException {
TwitterRipper ripper = new TwitterRipper(new URL("https://twitter.com/danngamber01/media"));
testRipper(ripper);
}
@Test
@Tag("flaky")
public void testTwitterSearchRip() throws IOException {
TwitterRipper ripper = new TwitterRipper(
new URL("https://twitter.com/search?f=tweets&q=from%3Aalinalixxx%20filter%3Aimages&src=typd"));