I am working on a bot that downloads videos from YouTube. The bot allows downloading videos by individual video links, playlists, and channels. For this task, I am using the pytube library. When working with playlists and regular video links, everything works fine. However, with the new format of channel links (youtube.com/@username), pytube does not work and gives an error of pattern search. I have come across a thread where it is mentioned that a few lines need to be modified in extract.py. However, I have been unsuccessful in making it work (most likely due to my limited coding experience).Is there a way to enable support for working with channels using the new link format? Alternatively, is there an updated version of the module that supports the new link format?
↧