furaffinity-dl
furaffinity-dl copied to clipboard
copying a descriptor
is it possible to create as metadata a descriptor from class="submission-description user-submitted-links"
it's possible, but for what reason you need it, if it just a whole description anyways?
Since there are large amounts of text in this description. For example there is written some story. and I would like to have a full description of it, not something neutered. Examples: https://www.furaffinity.net/view/45866233/ https://www.furaffinity.net/view/45597683
it is full, just new lines are replaced with \n, because JSON can't handle it
this is as close as I could get it to work, without /n, also it's a list, not just a string:
Yes, you should, but what do you have to do to achieve this result?
Yes, you should, but what do you have to do to achieve this result?
it's currently implemented in my fork of python version of this script, you just need to pass some arguments to it
p.s. sorry for the slow reply, I didn't saw that you edited your comment
Thanks for your help. I downloaded your version in python, but how do I load this descripthen, since --json-description does not work.
Thanks for your help. I downloaded your version in python, but how do I load this descripthen, since --json-description does not work.
python furaffinity-dl.py <username> <category> -m --json-description
-m needed for enabling metadata downloading --json-description needed for download description as a list
if it's giving some kind of an error then please open an new issue on page of the fork
if it's giving some kind of an error then please open an new issue on page of the fork
Just a heads-up from a nosy observer, but issues are not enabled on your fork (they're disabled by default on forks)
Should be able to turn them on under Settings > General > Features > Issues
issues are not enabled on your fork
oops.. didn't notice that, well at least the are enabled now, thanks for your observation 😅