remove debug statements

This commit is contained in:
Kevin F 2021-10-03 17:08:46 +00:00
parent 91ef34726c
commit e93fd69ba8

View File

@ -27,13 +27,10 @@ def get(url: str, write_dir: str, delete=True):
url = 'https://imgur.com/' + url
found_url = ''
print('it not album', url)
album = False
if "gallery" in url:
url = url.replace("gallery", "a")
print('it album')
if "/a/" in url:
print('it album')
album = True
if not url.endswith("blog"):
url += "/layout/blog"