From 3b32671fbd172cb656098accf41dd30258ede481 Mon Sep 17 00:00:00 2001 From: ClosedPort22 <44864697+ClosedPort22@users.noreply.github.com> Date: Tue, 17 Jan 2023 21:16:25 +0800 Subject: [PATCH] [deviantart] add extractor for status updates extract user status updates using the '/user/statuses/' endpoint --- docs/configuration.rst | 7 +- docs/supportedsites.md | 2 +- gallery_dl/extractor/deviantart.py | 127 +++++++++++++++++++++++++---- scripts/supportedsites.py | 3 +- 4 files changed, 116 insertions(+), 23 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 9f05d891..7de85045 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1268,7 +1268,7 @@ Description when processing a user profile. Possible values are - ``"gallery"``, ``"scraps"``, ``"journal"``, ``"favorite"``. + ``"gallery"``, ``"scraps"``, ``"journal"``, ``"favorite"``, ``"status"``. It is possible to use ``"all"`` instead of listing all values separately. @@ -1280,11 +1280,12 @@ Type Default ``"html"`` Description - Selects the output format of journal entries. + Selects the output format for textual content. This includes journals, + literature and status updates. * ``"html"``: HTML with (roughly) the same layout as on DeviantArt. * ``"text"``: Plain text with image references and HTML tags removed. - * ``"none"``: Don't download journals. + * ``"none"``: Don't download textual content. extractor.deviantart.mature diff --git a/docs/supportedsites.md b/docs/supportedsites.md index cb04f31b..7866adce 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -148,7 +148,7 @@ Consider all sites to be NSFW unless otherwise known.