tillieho

Results 2 comments of tillieho

I still have issues: ``` import scrapetube from pytubefix import YouTube path = 'C:/Users/jefre/Desktop/Youtube/Videos/Scripp/' channelid = input("Type YouTube channel ID:\n") list = [] url = "https://www.youtube.com/shorts/" videos = scrapetube.get_channel(channelid, content_type="shorts")...