[CHANGE] Implementing video fetching and deciphering
This commit is contained in:
parent
1555ae9f3d
commit
2b5e93ff8a
10 changed files with 230 additions and 8 deletions
9
Manager.YouTube/Models/Parser/YouTubeVideoData.cs
Normal file
9
Manager.YouTube/Models/Parser/YouTubeVideoData.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System.Text.Json.Nodes;
|
||||
|
||||
namespace Manager.YouTube.Models.Parser;
|
||||
|
||||
public class YouTubeVideoData
|
||||
{
|
||||
public JsonObject? YouTubePlayerData { get; set; }
|
||||
public JsonObject? YouTubeInitialData { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue