Skip to content

Commit

Permalink
Enable long title directories and MD5 hash files
Browse files Browse the repository at this point in the history
  • Loading branch information
gatl committed Jan 4, 2020
1 parent 7fefef0 commit cb9c0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gogrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ def html2text(x): return x
ORPHAN_FILE_EXCLUDE_LIST = [INFO_FILENAME, SERIAL_FILENAME]
RESUME_SAVE_THRESHOLD = 50

LONGTITLE_DIR = False
STORE_HASH = False
LONGTITLE_DIR = True
STORE_HASH = True

#temporary request wrapper while testing sessions module in context of update. Will replace request when complete
def update_request(session, url, args=None, byte_range=None, retries=HTTP_RETRY_COUNT, delay=None, stream=False):
Expand Down

0 comments on commit cb9c0cd

Please sign in to comment.