Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xstplan/xst-djond-console
动态JSON下载指定字段的数据工具-DynamicJsonDownloader
https://github.com/xstplan/xst-djond-console
Last synced: about 1 month ago
JSON representation
动态JSON下载指定字段的数据工具-DynamicJsonDownloader
- Host: GitHub
- URL: https://github.com/xstplan/xst-djond-console
- Owner: xstplan
- Created: 2024-03-25T09:41:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T03:17:22.000Z (9 months ago)
- Last Synced: 2024-03-30T04:23:52.069Z (9 months ago)
- Language: C#
- Size: 820 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 动态JSON下载指定字段的数据工具-DynamicJsonDownloader
主要解析JSON,批量下载视频和图片
> json格式示例为:
> [
{
"video_id": "1",
"video_type": "1",
"video_play_url": "https://test.com/1.mp4"
}]格式是该格式,里面字段可随意。
> [
{
"a_id": "1",
"b_type": "1",
"c_play_url": "https://test.com/1.mp4"
}]