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

Overrride-archive-name and -N not working for Webtoons #469

Open
Typhonragewind opened this issue May 30, 2023 · 0 comments
Open

Overrride-archive-name and -N not working for Webtoons #469

Typhonragewind opened this issue May 30, 2023 · 0 comments
Labels

Comments

@Typhonragewind
Copy link

Bug report

Description Data
OS Ubuntu 18.04 (Docker)
Python version 3.6.5
Pip version 9.0.1
Manga-py version 1.3.29.1
URL https://www.webtoons.com/en/challenge/para-professional/list?title_no=308559

The -o (--override-archive-name) and -N functions do not work when using the Webtoons provider, while they work perfectly using the Mangasee provider (for example), as they do not append the name or archive name at file creation. I even tried including no whitespaces in the archive name.

I've included a JSON debug output below.

To Reproduce:

Steps to reproduce the behavior:

  1. Attempt a download using the Webtoon provider using either the -o or -N options
  2. check the filenames

Additional context

{
"site": "https://www.webtoons.com/en/challenge/para-professional/list?title_no=308559",
"downloader": "https://github.com/manga-py/manga-py",
"version": "1.31.0",
"delta": "0:00:06.856939",
"init": "Tuesday, 30. May 2023 16:15:02",
"start": "Tuesday, 30. May 2023 16:15:02",
"end": "Tuesday, 30. May 2023 16:15:09",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0",
"cookies": null,
"args": {
"url": "https://www.webtoons.com/en/challenge/para-professional/list?title_no=308559",
"name": "PARA_Professional",
"destination": "/home/manga/",
"no_progress": false,
"global_progress": false,
"arguments": null,
"skip_volumes": 0,
"max_volumes": 0,
"user_agent": null,
"cookies": null,
"proxy": null,
"reverse_downloading": false,
"rewrite_exists_archives": false,
"max_threads": 4,
"zero_fill": false,
"force_provider": null,
"with_manga_name": true,
"override_archive_name": "ARCHIVE_NAME",
"min_free_space": 100,
"skip_incomplete_chapters": true,
"wait_after_page": 0,
"wait_after_chapter": 0,
"create_empty_files": false,
"auto_skip_deleted": false,
"cbz": true,
"rename_pages": true,
"not_change_files_extension": false,
"no_webp": false,
"print_json": true,
"simulate": true,
"show_current_chapter_info": false,
"save_current_chapter_info": false,
"show_chapter_info": false,
"save_chapter_info": false,
"save_manga_info": true,
"debug": true,
"debug_version": null,
"quiet": false,
"_raw_params": "/usr/local/bin/manga-py -z -N -R --save-manga-info --skip-incomplete-chapters --name PARA_Professional -o ARCHIVE_NAME --debug --simulate --print-json -d /home/manga/ https://www.webtoons.com/en/challenge/para-professional/list?title_no=308559"
},
"return_code": 0,
"error": false,
"error_msg": null,
"volumes": [
{
"url": "https://www.webtoons.com/en/challenge/para-professional/episode-8/viewer?title_no=308559&episode_no=13",
"path": "/home/manga/PARA_Professional/vol_008-episode-8.cbz",
"error": false,
"error_message": ""
},
{
"url": "https://www.webtoons.com/en/challenge/para-professional/episode-9/viewer?title_no=308559&episode_no=14",
"path": "/home/manga/PARA_Professional/vol_009-episode-9.cbz",
"error": false,
"error_message": ""
},

@1271 1271 added the bug label Aug 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants