You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,15 @@ pip install ytfetcher
46
46
47
47
## Basic Usage
48
48
49
+
**Note:** When specifying the channel, you must provide the exact **channel handle** without the `@` symbol, channel URL, or channel display name.
50
+
For example, use `TheOffice` instead of `@TheOffice` or `https://www.youtube.com/c/TheOffice`.
51
+
52
+
### How to find the channel handle for a YouTube channel
53
+
54
+
1. Go to the YouTube channel page.
55
+
2. Look at the URL in your browser's address bar.
56
+
3. The handle is the part that comes right after `https://www.youtube.com/@`
57
+
49
58
Ytfetcher uses **YoutubeV3 API** to get channel details and video id's so you have to create your API key from Google Cloud Console [In here](https://console.cloud.google.com/apis/api/youtube.googleapis.com).
50
59
51
60
Also keep in mind that you have a quota limit for **YoutubeV3 API**, but for basic usage quota isn't generally a concern.
0 commit comments