Update README.md

pull/1/head
Trivernis 3 years ago committed by GitHub
parent 5fece11a17
commit 6e80db447b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,9 @@ Fetch simple YouTube Video metadata with ease.
## Example ## Example
```rust ```rust
use youtube_metadata::get_video_information;
let information = get_video_information("https://www.youtube.com/watch?v=dQw4w9WgXcQ") let information = get_video_information("https://www.youtube.com/watch?v=dQw4w9WgXcQ")
.await .await
.unwrap(); .unwrap();

Loading…
Cancel
Save