HRXN

Results 386 comments of HRXN

I think there has been a related commit very recently, could you try with git master?

Yeah, because of how the `"archive"` setting works...(not the same type as `"filename"`, e.g., the configuration.rst mentions this) I mean, what are you actually trying to achieve here? A per-user...

If it's indeed "just a website", then you should check if it has direct links, then it should be pretty easy to collect them all from within your browser (either...

If auth with username and password is not working as it should, you could try to run gallery-dl with your correct cookies for valid access instead, did you try that?

Are these changes in the user specific .INI file, or in the 'global' .INI file?

10k working entries, are they (roughly) based on age? Or, asked differently, do the older ones of the alleged 23k deviations work in the browser?

Not sure if I really understand what you are trying to achieve here, actually. The options for logfile are part of the `"output"` config section, so, no, they don't work...

Deduction of points for using curl, not PowerShell's own functions 😄

Yeah, `Invoke-WebRequest` would be the correct command for downloading stuff.. Although there's also `Invoke-RestMethod`, which is useful for dealing with APIs, for example. Simply put, if anything returns JSON, you...

Since the archive database entries are basically just `{extractorname} {id}` by default, you are basically fine as long as you still have access to the uniquely identifying IDs, like as...