Skip to content

Commit 6042d7e

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents c546137 + daa1abe commit 6042d7e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.en.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
- [Douyin App V3 data interface](https://api.tikhub.io/#/Douyin-App-V3-API)
1717
- [TikTok web version data interface](https://api.tikhub.io/#/TikTok-Web-API)
1818
- [TikTok App V2 data interface](https://api.tikhub.io/#/TikTok-App-V2-API)
19-
- [TikTok App V3数据接口](https://api.tikhub.io/#/TikTok-App-V3-API)
19+
- [TikTok App V3 data interface](https://api.tikhub.io/#/TikTok-App-V3-API)
2020
- [Xigua Video App V2 data interface](https://api.tikhub.io/#/Xigua-App-V2-API)
2121
- [Xiaohongshu web version data interface](https://api.tikhub.io/#/Xiaohongshu-Web-API)
2222
- [Kuaishou web version data interface](https://api.tikhub.io/#/Kuaishou-Web-API)
2323
- [Weibo web version data interface](https://api.tikhub.io/#/Weibo-Web-API)
2424
- [Instagram Web and APP data interface](https://api.tikhub.io/#/Instagram-Web-And-APP-API)
2525
- [YouTube web data interface](https://api.tikhub.io/#/YouTube-Web-API)
26+
- [NetEase Cloud Music App Data Interface](https://api.tikhub.io/#/NetEase-Cloud-Music-API)
2627
- [Verification code bypass interface](https://api.tikhub.io/#/Captcha-Solver)
2728
- [Temporary mailbox interface](https://api.tikhub.io/#/Temp-Mail-API)
2829
- Please report any issues or bugs to[Discord server](https://discord.gg/aMEAS8Xsvz)
@@ -60,7 +61,7 @@ The steps to obtain API Token are also very simple, you only need to log in to o
6061

6162
> Used on the API documentation web page
6263
63-
After you complete the above steps, you can copy your API Token, then return to our Swagger UI web page and click the green on the right side of the page`Authorize`, and then at the bottom of the pop-up window`Value`Paste the API Token in the input box to complete the authentication.
64+
When you complete the above steps, you can copy your API Token, then return to our Swagger UI web page and click the green on the right side of the page`Authorize`, and then at the bottom of the pop-up window`Value`Paste the API Token in the input box to complete the authentication.
6465

6566
> Used in HTTP requests
6667
@@ -74,7 +75,7 @@ If you want to carry the API Token in the HTTP request, please read the format b
7475

7576
> Remark
7677
77-
Please do not share your API Token, as this may cause you to lose property and other problems. We strongly recommend using a different API Token for each of your projects, and don’t forget to check the corresponding box when creating the API Token.`Scopes`, otherwise you will encounter insufficient permissions when requesting.
78+
Please do not share your API Token, as this may cause you property damage and other problems. We strongly recommend using a different API Token for each of your projects, and don’t forget to check the corresponding box when creating the API Token.`Scopes`, otherwise you will encounter insufficient permissions when requesting.
7879

7980
* * *
8081

@@ -169,6 +170,9 @@ self.KuaishouWeb = KuaishouWeb(self.client)
169170

170171
# YouTube Web | YouTube网页端
171172
self.YouTubeWeb = YouTubeWeb(self.client)
173+
174+
# 网易云音乐APP | NetEase Cloud Music APP
175+
self.NetEaseCloudMusicAppV1 = NetEaseCloudMusicAppV1(self.client)
172176
```
173177

174178
- use`DouyinAppV1`of`fetch_one_video`The method calls the interface to obtain single video data.

0 commit comments

Comments
 (0)