We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a98c8 commit 5e30df1Copy full SHA for 5e30df1
OF DRM Video Downloader/Entities/DynamicRules.cs
@@ -12,6 +12,9 @@ public class DynamicRules
12
[JsonProperty(PropertyName = "app-token")]
13
public string? AppToken { get; set; }
14
15
+ [JsonProperty(PropertyName = "app_token")]
16
+ private string AppToken2 { set { AppToken = value; } }
17
+
18
[JsonProperty(PropertyName = "static_param")]
19
public string? StaticParam { get; set; }
20
0 commit comments