[CHANGE] Reworked parsers/converters. Decipher operation from script do not work!
This commit is contained in:
@@ -4,6 +4,6 @@ namespace Manager.YouTube.Models.Parser;
|
||||
|
||||
public class YouTubeVideoData
|
||||
{
|
||||
public JsonObject? YouTubePlayerData { get; set; }
|
||||
public JsonObject? YouTubeInitialData { get; set; }
|
||||
public JsonNode? YouTubePlayerData { get; set; }
|
||||
public JsonNode? YouTubeInitialData { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user