mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-05 21:37:33 +02:00
Add unit test for Gfycat Amp links
This commit is contained in:
@@ -27,8 +27,21 @@ public class GfycatRipperTest extends RippersTest {
|
|||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Rips a Gfycat profile
|
||||||
|
* @throws IOException
|
||||||
|
*/
|
||||||
public void testGfycatProfile() throws IOException {
|
public void testGfycatProfile() throws IOException {
|
||||||
GfycatRipper ripper = new GfycatRipper(new URL("https://gfycat.com/@golbanstorage"));
|
GfycatRipper ripper = new GfycatRipper(new URL("https://gfycat.com/@golbanstorage"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Rips a Gfycat amp link
|
||||||
|
* @throws IOException
|
||||||
|
*/
|
||||||
|
public void testGfycatAmp() throws IOException {
|
||||||
|
GfycatRipper ripper = new GfycatRipper(new URL("https://gfycat.com/amp/TemptingExcellentIchthyosaurs"));
|
||||||
|
testRipper(ripper);
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user