-
-
Notifications
You must be signed in to change notification settings - Fork 995
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
[error?][furaffinity] Artist data not achieved #1630
Comments
This clearly is FA's fault. If you look closely at this (https://www.furaffinity.net/view/23612402) page, you will see, that it has no title at all. This fucks up the gallery extractor. |
there are two other examples (https://www.furaffinity.net/view/23612419 and https://www.furaffinity.net/view/23612468). |
Those two field come from a post's |
Try imagining the horror FA's system staff would feel if the title was a factor in how it's stored in the db, instead of the integer they use. ^ I'm sure they store the uploads as files instead of binary blobs in the db, but an UTF-8-using Linux wouldn't care anyways, so this is a weird but interesting problem. |
so i guess it's both |
Why not get the artist info from the element that's inside the HTML element with the class="classic-submission-title information"? It contains the title every time, even when the title doesn't. |
@rod-giovany you might want to use |
note: i use google translate
There are certain image posts that do not show certain information about the artist, nor with the option
-K
or-j
which would be{artist}
,{artist_url}
and sometimes{user}
.Specifically with files without a name or
{title}
; I do not know if this is how they were originally uploaded or is it afuraffinity
error, but"filename"
if it shows certain information.example: (nsfw) https://www.furaffinity.net/view/23612402
This is affecting the configuration of
"directory"
saving the files where it does not correspond.my configuration would be:
giving me for example:
"$HOME\gallery\furaffinity\Burgerkiss\gallery\a_-_35357600.jpg"
but what I get with the example file is:
"$HOME\gallery\furaffinity\gallery\_-_23612402.jpg"
or
"$HOME\gallery\furaffinity\post\_-_23612402.jpg"
in the terminal with the options
-K
is:and with the metadata file in
"mode":"json"
and option-j
The text was updated successfully, but these errors were encountered: