[artstation] support downloading '.mview' files (#7812)

This commit is contained in:
Mike Fährmann
2025-07-12 20:47:37 +02:00
parent 518c771e21
commit fc968ebf20
4 changed files with 73 additions and 35 deletions

View File

@@ -1480,6 +1480,16 @@ Description
Limit the number of posts/projects to download.
extractor.artstation.mviews
---------------------------
Type
``bool``
Default
``true``
Description
Download ``.mview`` files.
extractor.artstation.previews
-----------------------------
Type
@@ -1487,7 +1497,7 @@ Type
Default
``false``
Description
Download video previews.
Download embed previews.
extractor.artstation.videos

View File

@@ -123,6 +123,7 @@
{
"external" : false,
"max-posts": null,
"mviews" : true,
"previews" : false,
"videos" : true,