Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
set skip to false in transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Dec 4, 2023
1 parent e2b4938 commit 7419f46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cyberdrop_dl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0.19"
__version__ = "5.0.21"
2 changes: 1 addition & 1 deletion cyberdrop_dl/utils/transfer/transfer_v4_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def transfer_v4_config(manager: Manager, old_config_path: Path, new_config_name:
new_user_data['Download_Options']['include_album_id_in_folder_name'] = old_data['Runtime']['include_id']
new_user_data['Download_Options']['remove_generated_id_from_filenames'] = old_data['Runtime']['remove_bunkr_identifier']
new_user_data['Download_Options']['separate_posts'] = old_data['Forum_Options']['separate_posts']
new_user_data['Download_Options']['skip_download_mark_completed'] = old_data['Runtime']['skip_download_mark_completed']
new_user_data['Download_Options']['skip_download_mark_completed'] = False

new_user_data['File_Size_Limits']['maximum_image_size'] = old_data['Runtime']['filesize_maximum_images']
new_user_data['File_Size_Limits']['maximum_other_size'] = old_data['Runtime']['filesize_maximum_other']
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cyberdrop-dl"
version = "5.0.19"
version = "5.0.21"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 7419f46

Please sign in to comment.