diff options
| -rw-r--r-- | photoblaster/param/img_url.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/photoblaster/param/img_url.py b/photoblaster/param/img_url.py index 2e28571..d957b89 100644 --- a/photoblaster/param/img_url.py +++ b/photoblaster/param/img_url.py @@ -63,6 +63,7 @@ class Img_url(Param): """downloads the image to the path specified in the local filesystem""" max_size = MAX_SIZE + print(self.username, SPECIAL_DOWNLOADERS) if self.username in SPECIAL_DOWNLOADERS: max_size = SPECIAL_DOWNLOADERS_MAX_SIZE self._download( |
