1. 입센션 표기
This commit is contained in:
parent
25ec2df598
commit
d0d1992a88
@ -11,6 +11,8 @@ namespace DCinside_Cleaner
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
try
|
||||
{
|
||||
Console.Write("ID : ");
|
||||
string _id = Console.ReadLine();
|
||||
@ -56,7 +58,8 @@ namespace DCinside_Cleaner
|
||||
if (_sel == "1")
|
||||
{
|
||||
_ChromeDriver.Navigate().GoToUrl(@"https://gallog.dcinside.com/" + _id + "/posting?p=1");
|
||||
} else
|
||||
}
|
||||
else
|
||||
{
|
||||
_ChromeDriver.Navigate().GoToUrl(@"https://gallog.dcinside.com/" + _id + "/comment?p=1");
|
||||
}
|
||||
@ -99,5 +102,10 @@ namespace DCinside_Cleaner
|
||||
|
||||
return;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Console.WriteLine("ERROR : " + ex.Message);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user