About 102 results found. (Query 0.03500 seconds)
11m1! 4b1! 6m3! 1swh4ia­Mf2Bpvb5No­Ptajc6QY! 7e81! 15i11021! 9m2! 2d- 70. 61388529067821! 3d43. 16758144461539! 10d300 . There’s a client ID in there ( wh4ia­Mf2Bpvb5No­Ptajc6QY ) which is described in The­Great­Rambler’s post, but it turns out that it’s not actually necessary.
Вероятно, это надо править где-то в другом месте, но и здесь вроде работает... diff --git a/imageboard/files.py b/imageboard/files.py index 2ec9a04..ce390b2 100644 --- a/imageboard/files.py +++ b/imageboard/files.py @@ -0,0 +1 @@ +from urllib.parse import unquote @@ -46 +47 @@ class File(models.Model): - path_tpl = '%sattachments/%s/%s.%s' + path_tpl = '%sattachments/%s/%s.%s' @@ -70 +71 @@ class File(models.Model): - self.original_name = name[:128-len(ext)] + ext + ...