Skip to content

Commit cbe334f

Browse files
committed
Add todo
1 parent c680f12 commit cbe334f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

watcher.go

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,14 @@ import (
2424
)
2525

2626
const (
27-
youtubeHomeUrl = "https://www.youtube.com"
27+
youtubeHomeUrl = "https://www.youtube.com"
28+
29+
// REF: https://support.google.com/youtube/answer/6180214
2830
youtubeChannelUrlPrefix = youtubeHomeUrl + "/channel/"
31+
youtubeUserUrlPrefix = youtubeHomeUrl + "/user/"
32+
// @todo Support "Custom URL" channel identifiers in addition to Channel-IDs and Usernames
33+
// youtubeCustomUrlPrefix = youtubeHomeUrl + "/c/"
34+
2935
)
3036

3137
type watcher struct {

0 commit comments

Comments
 (0)