1234567891011121314 |
- # Just YT channels ID's separated by comma
- CHANNELS = (
- "UCY9z_LHm2NMRJbqKl2H3Kdw",
- "UCYSvmuqB8zax0hyPkzYd5aQ",
- "UCC4C4KZM6s2LFvq45DQCHFA",
- "UCJAlTwrkQWgpIc5oRo-ryOw",
- "UCg8ss4xW9jASrqWGP30jXiw",
- "UC9MK8SybZcrHR3CUV4NMy2g",
- "UC-sAMvDe7gTmBbub-rWljZg",
- "wrong_id"
- )
- player = "mpv" # vlc or mpv or another video player
|