Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit f09d6f4

Browse files
committed
comment
1 parent 0535526 commit f09d6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kea/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private void addToQueueBtn_Click(object sender, EventArgs e)
7272
{
7373
int nameEnd = 0;
7474
int nameStart = 0;
75-
if (!line.Contains("https://www.webtoons.com/") || !line.Contains("/list?title_no=")) { continue; }
75+
if (!line.Contains("https://www.webtoons.com/") || !line.Contains("/list?title_no=")) { continue; } //doesn't support m.webtoons.com bc it would result in a 400 bad request and i'm too lazy to replace the m with www manually
7676
if (line.Length - line.Replace("/", "").Length != 6) { continue; }
7777
try
7878
{

0 commit comments

Comments
 (0)