[CHANGE] Rework && adding channel fetching
This commit is contained in:
parent
d0eca248bb
commit
c528ad9bb3
10 changed files with 145 additions and 100 deletions
10
Manager.YouTube/Models/Innertube/ChannelFetch.cs
Normal file
10
Manager.YouTube/Models/Innertube/ChannelFetch.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace Manager.YouTube.Models.Innertube;
|
||||
|
||||
public class ChannelFetch
|
||||
{
|
||||
public bool NoIndex { get; set; }
|
||||
public bool Unlisted { get; set; }
|
||||
public bool FamilyFriendly { get; set; }
|
||||
public List<string> AvailableCountries { get; set; } = [];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue