Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copying a descriptor #62

Open
Gromily4 opened this issue Jan 12, 2022 · 10 comments
Open

copying a descriptor #62

Gromily4 opened this issue Jan 12, 2022 · 10 comments

Comments

@Gromily4
Copy link

Gromily4 commented Jan 12, 2022

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

@Radiquum
Copy link

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

@Gromily4
Copy link
Author

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

@Radiquum
Copy link

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

image

image

@Radiquum
Copy link

Radiquum commented Jun 17, 2022

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

image

image

@Gromily4
Copy link
Author

Gromily4 commented Jun 18, 2022

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

@Radiquum
Copy link

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

@Gromily4
Copy link
Author

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

@Radiquum
Copy link

Radiquum commented Jun 23, 2022

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

@Deer-Spangle
Copy link

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

@Radiquum
Copy link

Radiquum commented Jul 5, 2022

issues are not enabled on your fork

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants