robinovitch61 / webtoon-dl

A webtoon comic downloader for the command line/terminal
MIT License
12 stars 1 forks source link

Mac OS Darwin terminal no usage issue #7

Closed Averywaybright closed 3 months ago

Averywaybright commented 4 months ago

Read and checkbox the following by putting an "x" in the brackets like - [x] before submitting this bug report:

What you ran, all the output, and the entire error message, if any

<I downloaded the latest Darwin file and opened the dl file, when I did it said all was successful opening it but I cannot paste or type anything thus not allowing me to use the downloader. Did I do something wrong?>

Expected behavior i thought I would be able to use this command: webtoon-dl --eps-per-file=1000000 "https://www.webtoons.com/en/canvas/its-them/list?title_no=386017&page=7"

or this one in case I got it wrong : webtoon-dl --eps-per-file=1000000 "https://www.webtoons.com/en/canvas/its-them/secret-trade/viewer?title_no=386017&episode_no=1" in order to download the entire comic series onto a single file Screenshots .

Screenshot 2024-03-28 at 11 29 04 AM

Complete the following information:

Additional context Add any other context about the problem here.

robinovitch61 commented 4 months ago

Both those commands should work, but your screenshot makes it look like you just ran webtoon-dl and then exit. If you want the whole series in one file, run your first command:

webtoon-dl --eps-per-file=1000000 "https://www.webtoons.com/en/canvas/its-them/list?title_no=386017"

If it breaks halfway through, run it with fewer eps-per-file and then combine the pdfs in MacOS's Preview afterwards.

robinovitch61 commented 3 months ago

Closing as this is an issue with invoking the correct command, not actually with the tool itself. Let me know if you run into any other trouble with using the tool, happy to help guide.