Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

understanding webtoon support #825

Closed
Butterfly-Dragon opened this issue Jun 13, 2020 · 4 comments
Closed

understanding webtoon support #825

Butterfly-Dragon opened this issue Jun 13, 2020 · 4 comments

Comments

@Butterfly-Dragon
Copy link

Butterfly-Dragon commented Jun 13, 2020

i just ran this:

gallery-dl.exe -K https://www.webtoons.com/en/action/darbi/list?title_no=1098

getting this result:

Keywords for --chapter-filter:
------------------------------
page
  1

Yes, that is the entire output.

Is this a bug or i have to assume some "basic tags" apply (and where do i find them?) or... ?

sorry for asking the handholding, i never tried using gallery-dl with webtoons i see other closed issues mention tags like {comic} or {title_no} which ... yeah i see them in the url, but i don't see them listed here.

i downloaded gallery-dl.exe right before opening this issue, so it's v1.14.1

I normally use gallery-dl.exe only to get the tags quickly since i use batches to do daily checks and downloads via python and i put an "auto pip update of all requirements" batch executions there (because i hate myself probably 😅 👍 )

so if this is a bug and is also a problem of only gallery-dl.exe for windows ... well... now you know it's a problem that exists there. 😅

@mikf
Copy link
Owner

mikf commented Jun 13, 2020

https://www.webtoons.com/en/action/darbi/list?title_no=1098 is a comic URL. Try an URL for a single episode and you'll get the proper output (and don't forget to put it in double quotes):

$ gallery-dl -K "https://www.webtoons.com/en/action/darbi/s3-ep-41-cleansing-iii/viewer?title_no=1098&episode_no=116"
Keywords for directory names:
-----------------------------
category
  webtoons
comic
  darbi
count
  72
description
  The misadventures of a blood-thirsty baby T-Rex.
...

@Butterfly-Dragon
Copy link
Author

Hmmm... so i have to download it episode by episode? From previous tickets i understood that comic download was already a thing.

Trying to get my bearing here, thanks for the answer, and sorry for being an idiot.

@mikf
Copy link
Owner

mikf commented Jun 13, 2020

You can download the entire comic with the URL you posted, but, for the time being, you need to use an URL from a single episode to get a full keyword listing.

So use "https://www.webtoons.com/en/action/darbi/s3-ep-41-cleansing-iii/viewer?title_no=1098&episode_no=116" together with -K, but you can then use "https://www.webtoons.com/en/action/darbi/list?title_no=1098" to download the entire comic.

@Butterfly-Dragon
Copy link
Author

oh... ok... i thought i was using stuff wrong, which... yeah... it's the case but in a different way... thanks.

mikf added a commit that referenced this issue Jun 18, 2020
This is what bb882b8 was supposed to be, but I managed to
not include those changes in the first commit …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants