You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
according to this snippet of code, it seems that passing in a newgrounds user page should try and extract all the media types, but instead it only seems to do art
if you pass in https://theweebl.newgrounds.com/movies , it downloads all of the movies correctly, but I think the bug is that it is not doing all of them when you pass in the user url.
gallery-dl version 1.25.5
The text was updated successfully, but these errors were encountered:
hmm, is that correct? newgrounds made a big push around art in recent years but i feel like the default should be to download everything, right?
and about --write-info-json, not sure if that applies, i figured that out and saw that --write-metadata seems to do what i want (which is to output a JSON file of the metadata per 'post' like that link mentions)
according to this snippet of code, it seems that passing in a newgrounds user page should try and extract all the media types, but instead it only seems to do art
https://github.com/mikf/gallery-dl/blob/d1ad97ae0c1417bbcabb84fba13ecd514ba11223/gallery_dl/extractor/newgrounds.py#L461C1-L469C21
if you pass in https://theweebl.newgrounds.com/movies , it downloads all of the movies correctly, but I think the bug is that it is not doing all of them when you pass in the user url.
gallery-dl version 1.25.5
The text was updated successfully, but these errors were encountered: