Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
javidsho committed Jul 30, 2021
1 parent 44fcac5 commit f58f424
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 20 additions & 0 deletions src/SharpGrabber.Converter/SharpGrabber.Converter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8</LangVersion>
<RootNamespace>DotNetTools.SharpGrabber.Converter</RootNamespace>
<Authors>Javid Shoaei</Authors>
<Company>github.com/dotnettools</Company>
<Copyright>Copyright (C) 2021 Javid Shoaei and other contributors</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/dotnettools/SharpGrabber</PackageProjectUrl>
<PackageTags>hls,exm3u,m3u8,media,audio,video,download,grab,scrape</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageIconUrl />
<RepositoryUrl>https://github.com/dotnettools/SharpGrabber</RepositoryUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -18,4 +27,15 @@
<PackageReference Include="FFmpeg.AutoGen" Version="4.4.0" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\assets\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
2 changes: 0 additions & 2 deletions src/SharpGrabber.Desktop/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ public MainWindow()
.AddXnxx()
.AddXVideos()
.Build();
var result = await _grabber.GrabAsync(new Uri("https://www.youtube.com/watch?v=LTseTg48568"));
var info = result.Resource<GrabbedInfo>();

InitializeComponent();
basicInfo.IsVisible = resourceContainer.IsVisible = false;
Expand Down

0 comments on commit f58f424

Please sign in to comment.