purarue

Results 108 comments of purarue

Also, could you specify which requests you'd like to do this way? Are you using `full_export`, do you mostly care about the history as that takes the longest? If you...

Oh, there is a `Retry-After` amount here: https://trakt.docs.apiary.io/#introduction/rate-limiting, so if we wanted to be smart we could just check that and sleep in `_trakt_request_raw`

> in principle there is no reason to do this hacky regex in _warn_if_no_activity at all unless I'm missing something... Handlers are properly built against full paths, so that would...

Yeah, it's mostly just supposed to be a helpful warning, and at the time i assumed there was no downside, but it may be over-reporting the error in the split...

moved to just when the `parse` command is called, to warn the user the first time they might be parsing https://github.com/seanbreckenridge/google_takeout_parser/commit/b53a8b2c7c5809832a0ed488afc0fa17b7d3fbd2 I think this can be closed? let me know...

if there are multiple profiles, would be nice to be able to just back all of them up, instead of forcing you to pick one would have to come up...

(Partial?) support for this was added in #85 if you want to test @karlicoss Only for the JSON version, since I don't think they have access to legacy HTML exports

Hi -- I don't have access to a windows computer for now, but according to [the instructions here](https://github.com/wis/mpvSockets#windows-named-pipes), this'll probably be complicated? The general problem is that all the commands...