Skip to content

Commit 2cbbfa3

Browse files
added README.md
1 parent 9b59e32 commit 2cbbfa3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

YouTube-Scraper/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## YouTube
2+
3+
### Scrape Video Details
4+
5+
Create an instance of `Video` class.
6+
7+
```python
8+
video = Video(video_url="video_url")
9+
```
10+
11+
| Methods | Details |
12+
| --------------- | ------------------------ |
13+
| `.getDetails()` | Return the video details |

0 commit comments

Comments
 (0)