Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Timetable/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
11 changes: 11 additions & 0 deletions Timetable/SiteParser.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace Timetable
{
class SiteParser
{

}
}
1 change: 1 addition & 0 deletions Timetable/Timetable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<ItemGroup>
<PackageReference Include="AngleSharp" Version="0.14.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.28" />
<PackageReference Include="NPOI" Version="2.5.1" />
<PackageReference Include="Platform.Data" Version="0.3.0" />
<PackageReference Include="Platform.Data.Doublets" Version="0.6.6" />
Expand Down