Charlotte-ER / timeforyoga

Play me a yoga video based on how much time I have available.
MIT License
0 stars 0 forks source link

Allow user to choose YouTube channel #1

Closed Charlotte-ER closed 1 year ago

Charlotte-ER commented 1 year ago

Default channel is 'yogawithadriene'. Allow user to enter optional parameter to supply different channel name.

Charlotte-ER commented 1 year ago

Waiting for support for handles on YouTube Data API. Handles do not always directly correspond with channel names and when this is the case, it makes it hard for the user to identify their chosen channel. https://developers.google.com/youtube/v3/revision_history

Charlotte-ER commented 1 year ago

Alternative channel name can now be specified as a command line argument. However, the fact remains that channel handles are not reliably the same as channel names, and where they differ it is difficult for a user to identify the channel name. Will open a separate issue to add functionality for handles.