mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-18 05:08:15 +01:00
Add unit test for Gfycat Amp links
This commit is contained in:
parent
828255d8bc
commit
3ac381d6d0
@ -27,8 +27,21 @@ public class GfycatRipperTest extends RippersTest {
|
||||
testRipper(ripper);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rips a Gfycat profile
|
||||
* @throws IOException
|
||||
*/
|
||||
public void testGfycatProfile() throws IOException {
|
||||
GfycatRipper ripper = new GfycatRipper(new URL("https://gfycat.com/@golbanstorage"));
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user