Skip to content

Commit

Permalink
Update YoutubeExplode to fix recent breakages caused by YouTube (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz authored Sep 27, 2024
1 parent 22896e5 commit 8e363b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YoutubeDownloader.Core/YoutubeDownloader.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<PackageReference Include="Gress" Version="2.1.1" />
<PackageReference Include="JsonExtensions" Version="1.2.0" />
<PackageReference Include="TagLibSharp" Version="2.3.0" />
<PackageReference Include="YoutubeExplode" Version="6.4.1" />
<PackageReference Include="YoutubeExplode.Converter" Version="6.4.1" />
<PackageReference Include="YoutubeExplode" Version="6.4.2" />
<PackageReference Include="YoutubeExplode.Converter" Version="6.4.2" />
</ItemGroup>

</Project>

0 comments on commit 8e363b2

Please sign in to comment.