Skip to content

Commit

Permalink
docs: add intro for bilibili video
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Dec 9, 2023
1 parent 6bea14e commit 5a29106
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions _posts/2019-08-08-write-a-new-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,11 @@ Where `Platform` is the lowercase of the platform name, and `ID` is the video ID

The following table shows how to get the two parameters we need in a given video URL, and you can also know the currently supported video platforms.

| Video URL | Platform | ID |
|----------------------------------------------------------------------------------------------------|-----------|:--------------|
| [https://www.**youtube**.com/watch?v=**H-B46URT4mg**](https://www.youtube.com/watch?v=H-B46URT4mg) | `youtube` | `H-B46URT4mg` |
| [https://www.**twitch**.tv/videos/**1634779211**](https://www.twitch.tv/videos/1634779211) | `twitch` | `1634779211` |


| Video URL | Platform | ID |
| -------------------------------------------------------------------------------------------------- | ---------- | :------------- |
| [https://www.**youtube**.com/watch?v=**H-B46URT4mg**](https://www.youtube.com/watch?v=H-B46URT4mg) | `youtube` | `H-B46URT4mg` |
| [https://www.**twitch**.tv/videos/**1634779211**](https://www.twitch.tv/videos/1634779211) | `twitch` | `1634779211` |
| [https://www.**bilibili**.com/video/**BV1Q44y1B7Wf**](https://www.bilibili.com/video/BV1Q44y1B7Wf) | `bilibili` | `BV1Q44y1B7Wf` |

## Learn More

Expand Down

0 comments on commit 5a29106

Please sign in to comment.