kkdai / youtube

Download Youtube Video in Golang
MIT License
3.3k stars 430 forks source link

how to get list of upcoming lives on a youtube channel? #292

Open shoce opened 1 year ago

shoce commented 1 year ago

sorry i understand this is probably offtopic but i guess it is a good place to ask because people involved into the project know some undercovers of youtube. and also it would be a great addition to the library.

so the problem i have is that to get list of upcoming lives on a youtube channel i need to use search/list api that costs 100 quotas and i easily reach the limit of 10'000 quotas per day. is there any good way to get upcoming lives without using the api i.e. for free? would appreciate any help!

fizzywhizbang commented 1 year ago

you can check the RSS feed https://www.youtube.com/feeds/videos.xml?channel_id=

shoce commented 1 year ago

@fizzywhizbang yes it works, scheduled lives are listed there (could check on NASA channel id UCLA_DiR1FfKNvjuUpBHmylQ) but the scheduled lives entries look exactly the same as normal uploaded videos, there is no any attribute showing it is a scheduled live and actual start time too.