[arcalife] add 'gifs' option (#5657)

This commit is contained in:
Mike Fährmann
2025-03-14 22:34:45 +01:00
parent 5fa5a45f03
commit dbe8820b9e
4 changed files with 25 additions and 7 deletions

View File

@@ -86,7 +86,7 @@ __tests__ = (
{
"#url" : "https://arca.live/b/bluearchive/117240135",
"#comment": "video",
"#comment": ".mp4 video",
"#class" : arcalive.ArcalivePostExtractor,
"#urls" : "https://ac.namu.la/20240926sac/16f07778a97f91b935c8a3394ead01a223d96b2a619fdb25c4628ddba88b5fad.mp4?type=orig",
},
@@ -94,10 +94,8 @@ __tests__ = (
{
"#url" : "https://arca.live/b/bluearchive/111191955",
"#comment": "fake .mp4 GIF",
"#skip" : "not implemented",
"#class" : arcalive.ArcalivePostExtractor,
# "#urls" : "https://ac.namu.la/20240714sac/c8fcadeb0b578e5121eb7a7e8fb05984cb87c68e7a6e0481a1c8869bf0ecfd2b.gif?type=orig",
"#urls" : "https://ac.namu.la/20240714sac/c8fcadeb0b578e5121eb7a7e8fb05984cb87c68e7a6e0481a1c8869bf0ecfd2b.mp4?type=orig",
"#urls" : "https://ac.namu.la/20240714sac/c8fcadeb0b578e5121eb7a7e8fb05984cb87c68e7a6e0481a1c8869bf0ecfd2b.gif?type=orig",
},
{