diff --git a/OpenDirDL/opendirdl.py b/OpenDirDL/opendirdl.py index 782a33d..11187d8 100644 --- a/OpenDirDL/opendirdl.py +++ b/OpenDirDL/opendirdl.py @@ -663,6 +663,7 @@ def download( cur.execute('SELECT url FROM urls LIMIT 1') url = cur.fetchone()[0] outputdir = url_split(url)['domain'] + outputdir = outputdir.replace(':', '#') if isinstance(bytespersecond, str): bytespersecond = bytestring.parsebytes(bytespersecond)