4_pr0n
4_pr0n
I... don't see how this is possible. 1. Can't get [deleted] from user pages (only happens when user deletes account, so user page is 404 at that point) 2. Can't...
@wentwild Regarding the `403` errors, it looks like gfycat is blocking your computer specifically. I found this discussion in which 403 errors were caused by the user agent: https://www.reddit.com/r/gfycat/comments/2j03jq/getting_403_error_when_trying_to_query_data_with/ Gonewilder...
@ohhdemgirls Looks like that's a new-line character between `gfycat.com` and `/` -- it's the only explanation for why the `ImageUtils` class wouldn't consider gfycat supported: - https://github.com/4pr0n/gonewilder/blob/c9c6be5b7a334ddfd6296b1e5a4e22a1e8e3166f/py/ImageUtils.py#L87 How often are...
Thanks for the report. I think I fixed the bugs with https://github.com/4pr0n/gonewilder/commit/a6b9b57215a8c845e7d8fa3d0c4450dba4d91232
Looks fine to me, just address the comments above and I'll merge.
The problem was when there were no friends attached to the reddit account. Should work now.
One option is to use the "friends" functionality (`--just-friends`), which only polls /r/friends for updates every 2 seconds. It should still work...
Then again, the last-updated time for each user is available in the database... Coming up with an algorithm that checks new accounts quickly and occassionally checks older accounts would require...
This is pretty complex. I'd hate to get in an infinite loop (pastebin X references pastebin Y, pastebin Y references pastebin X). This would take a lot of effort for...
Code where it's not supported: - https://github.com/4pr0n/gonewilder/blob/d05ca8b6307e0dc982a09f8ff84fa7550de5b7a7/py/ImageUtils.py#L365