furaffinity-dl icon indicating copy to clipboard operation
furaffinity-dl copied to clipboard

copying a descriptor

Open Gromily4 opened this issue 2 years ago • 10 comments

is it possible to create as metadata a descriptor from class="submission-description user-submitted-links"

Gromily4 avatar Jan 12 '22 16:01 Gromily4

it's possible, but for what reason you need it, if it just a whole description anyways?

Radiquum avatar Jun 17 '22 17:06 Radiquum

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

Gromily4 avatar Jun 17 '22 17:06 Gromily4

it is full, just new lines are replaced with \n, because JSON can't handle it

image

image

Radiquum avatar Jun 17 '22 20:06 Radiquum

this is as close as I could get it to work, without /n, also it's a list, not just a string:

image

image

Radiquum avatar Jun 17 '22 21:06 Radiquum

Yes, you should, but what do you have to do to achieve this result?

Gromily4 avatar Jun 18 '22 03:06 Gromily4

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

Radiquum avatar Jun 23 '22 07:06 Radiquum

Thanks for your help. I downloaded your version in python, but how do I load this descripthen, since --json-description does not work.

Gromily4 avatar Jun 23 '22 15:06 Gromily4

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

Radiquum avatar Jun 23 '22 16:06 Radiquum

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

Deer-Spangle avatar Jul 04 '22 16:07 Deer-Spangle

issues are not enabled on your fork

oops.. didn't notice that, well at least the are enabled now, thanks for your observation 😅

Radiquum avatar Jul 05 '22 20:07 Radiquum