2.9 KiB
2.9 KiB
Server
Get Requests
Url | Description |
---|---|
http://localhost:3252/api/v2/Progress | Video Progress |
http://localhost:3252/api/v2/QueueList | Queue List |
http://localhost:3252/api/AddItem/{UrlOrId} | Download Video, Playlist, Channel or UserName v1 (Same as http://localhost:3252/api/AddItemRes/1/{UrlOrId}) (this is valid on previous downloader) (I prefer this one) |
http://localhost:3252/api/AddItemRes/{Resolution}/{UrlOrId} | Download Video, Playlist, Channel or UserName using Resolution (uses the number) v1 (this is valid on previous downloader) (I prefer this one) |
http://localhost:3252/api/v2/AddVideo?v={Id}&res=PreMuxed | Download Video v2 using Resolution (uses the Name on queryparm res) (I Prefer v1) |
http://localhost:3252/api/v2/AddPlaylist?v={Id}&res=PreMuxed | Download Playlist v2 using Resolution (uses the Name on queryparm res) (I Prefer v1) |
http://localhost:3252/api/v2/AddChannel?v={Id}&res=PreMuxed | Download Channel v2 using Resolution (uses the Name on queryparm res) (I Prefer v1) |
http://localhost:3252/api/v2/AddUser?v={Id}&res=PreMuxed | Download User v2 using Resolution (uses the Name on queryparm res) (I Prefer v1) |
http://localhost:3252/api/v2/AddItem?v={Id}&res=PreMuxed | Download Video, Playlist Channel or User v2 using Resolution (uses the Name on queryparm res) (I Prefer v1) |
http://localhost:3252/api/v2/subscribe?id={ChannelId}&getinfo=true|false&conf=NotifyAndDownload | Subscribe to YouTuber (ChannelId), See Bell for conf queryparm |
http://localhost:3252/api/v2/subscribe?id={UserName}&conf=NotifyAndDownload | Subscribe to YouTuber (UserName), See Bell for conf queryparm |
http://localhost:3252/api/v2/resubscribe?id={ChannelId}&conf=Download | Change Bell for YouTuber, See Bell for conf queryparm |
http://localhost:3252/api/v2/unsubscribe?id={ChannelId} | Unsubscribe from YouTuber |
http://localhost:3252/api/v2/subscriptions | Get Subscriptions, Is a json array of Subscription |
http://localhost:3252/api/Storage/File/{File_Path} | Get File from TYTDStorage |
http://localhost:3252/api/Storage/FileExists/{File_Path} | Does file exist, returns "true" or "false" as response (Not Json just that text) |
http://localhost:3252/api/Storage/DirectoryExists/{Directory_Path} | Does directory exist, returns "true" or "false" as response (Not Json just that text) |
http://localhost:3252/api/Storage/GetFiles/{File_Path} | Get list of files json array of filenames, not full path |
http://localhost:3252/api/Storage/GetDirectories/{Directory_Path} | Get list of directorys json array of directory names, not full path |