Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robinovitch61 authored Dec 29, 2023
1 parent 05c6c66 commit 84ebb57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ webtoon-dl --min-ep=10 --max-ep=20 "<your-webtoon-series-url>"
> Some terminal settings (e.g. [Oh My Zsh](https://ohmyz.sh)) make it so pasted URLs will be [automatically escaped](https://github.com/ohmyzsh/ohmyzsh/issues/7632).
> You want to EITHER surround your unescaped webtoon URL with double quotes (otherwise you'll get something like a "no matches found" error) OR leave the double quotes off escaped URLs.
> So either of these will work:
> - `webtoon-dl "https://www.webtoons.com/en/.../list?title_no=123"`
> - `webtoon-dl https://www.webtoons.com/en/.../list\?title_no\=123`
> - `webtoon-dl "https://www.webtoons.com/.../list?title_no=123"`
> - `webtoon-dl https://www.webtoons.com/.../list\?title_no\=123`
>
> But this won't work:
> - `webtoon-dl "https://www.webtoons.com/en/.../list\?title_no\=123"`
> - `webtoon-dl "https://www.webtoons.com/.../list\?title_no\=123"`
## Installation

Expand Down

0 comments on commit 84ebb57

Please sign in to comment.