:tv: Chromecast Node.js module
added the option to use music.youtube links (which have the same id as normal youtube) by adding `(?:music\.)?` to the regex full new regex: ```js /http(?:s?):\/\/(?:www\.)?(?:music\.)?youtu(?:be\.com\/watch\?v=|\.be\/)([\w\-\_]*)(&(amp;)?[\w\?=]*)?/ ``` #### Example: this capture id `JYC8aINHFxc` from https://music.youtube.com/watch?v=JYC8aINHFxc&list=PLtkJ7CALZYL9rGWDQ7V_PX60Kth5Nq3Ry which is the same as https://www.youtube.com/watch?v=JYC8aINHFxc
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by Araxeus and has received 3 comments.