Skip to content

Commit db75875

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 590f35c + 0934fed commit db75875

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.en.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#### **Introduction**
77

8-
🎉「[TikHub.io](https://tikhub.io/)"Is a**A platform for out-of-the-box integration tools and services**, our goal is to help users quickly start business and support function customization. Our vision is to form a community entrepreneurship project. A single tree cannot grow into a forest, but cooperation can lead to a win-win situation.**Every community member has the opportunity to integrate the functions or interfaces they write into our platform and benefit from them**. We have accumulated a large number of registered users and community users, and in order to realize this vision, we are actively planning and implementing cooperation strategies to ensure the sustainable and healthy development of the ecosystem. Welcome everyone to join us[Discord](https://discord.gg/aMEAS8Xsvz)Community.
8+
🎉「[TikHub.io](https://tikhub.io/)"Is a**开箱即用的集成工具以及服务的平台**, our goal is to help users quickly start business and support function customization. Our vision is to form a community entrepreneurship project. A single tree cannot grow into a forest, but cooperation can lead to win-win results.**Every community member has the opportunity to integrate the functions or interfaces they write into our platform and benefit from them**. We have accumulated a large number of registered users and community users, and in order to realize this vision, we are actively planning and implementing cooperation strategies to ensure the sustainable and healthy development of the ecosystem. Welcome everyone to join us[Discord](https://discord.gg/aMEAS8Xsvz)Community.
99

1010
#### Remark
1111

@@ -65,7 +65,7 @@ After you complete the above steps, you can copy your API Token, then return to
6565

6666
> Used in HTTP requests
6767
68-
If you want to carry the API Token in the HTTP request, please read the format below carefully, and you need to carry an API token in the request header.`Authorization`Field, below I will give an example of JSON as header:
68+
If you want to carry the API Token in the HTTP request, please read the format below carefully, and you need to carry a called`Authorization`Field, below I will give an example of JSON as header:
6969

7070
{
7171

@@ -75,7 +75,7 @@ If you want to carry the API Token in the HTTP request, please read the format b
7575

7676
> Remark
7777
78-
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.
7979

8080
* * *
8181

@@ -173,6 +173,9 @@ self.YouTubeWeb = YouTubeWeb(self.client)
173173

174174
# 网易云音乐APP | NetEase Cloud Music APP
175175
self.NetEaseCloudMusicAppV1 = NetEaseCloudMusicAppV1(self.client)
176+
177+
# Hybrid Parsing
178+
self.HybridParsing = HybridParsing(self.client)
176179
```
177180

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

0 commit comments

Comments
 (0)