diff --git a/Timetable/Program.cs b/Timetable/Program.cs index 759cfbc..42ee211 100644 --- a/Timetable/Program.cs +++ b/Timetable/Program.cs @@ -52,14 +52,8 @@ static void GetFile(out byte[] file, out string fileFormat, string day) { file = default; fileFormat = default; - //<--------------------------------> - Console.WriteLine(domain); - Console.ForegroundColor = ConsoleColor.Cyan; - Console.WriteLine("http://www.mgkit.ru/studentu/raspisanie-zanatij/РАСПИСАНИЕ%20%2020%20ноября%202020.xlsx?attredirects=0&d=1" == domain); - Console.ResetColor(); } } - Console.WriteLine("http://www.mgkit.ru/studentu/raspisanie-zanatij/РАСПИСАНИЕ%20%2020%20ноября%202020.xlsx?attredirects=0&d=1"); if (file == default) { Console.WriteLine("There is no schedule for tomorrow yet, but there is one for today"); diff --git a/Timetable/SiteParser.cs b/Timetable/SiteParser.cs new file mode 100644 index 0000000..d0d4c18 --- /dev/null +++ b/Timetable/SiteParser.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Timetable +{ + class SiteParser + { + + } +} diff --git a/Timetable/Timetable.csproj b/Timetable/Timetable.csproj index a677ce7..b3ae0b5 100644 --- a/Timetable/Timetable.csproj +++ b/Timetable/Timetable.csproj @@ -7,6 +7,7 @@ +