[deviantart] extend 'metadata' option (#5175)

alloe fetching extended metadata in addition to the usual
'description', 'tags', etc by setting 'metadata' to a list of
'camera', 'stats', 'submission', 'collection', and 'gallery'

for example "metadata": "stats,submission"
This commit is contained in:
Mike Fährmann
2024-02-18 23:04:31 +01:00
parent fc46177578
commit 741fd00cec
4 changed files with 104 additions and 12 deletions

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.26.8"
__version__ = "1.26.9-dev"