Advertisement
zeromega64twenty

Youtube URL Scraper

Aug 27th, 2023 (edited)
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.37 KB | Source Code | 0 0
  1. import scrapetube
  2.  
  3. videos = scrapetube.get_channel("UCfqUJ4rmk6W-ZAjDtkBZ1CA")
  4.  
  5. for video in videos:
  6.     print("https://www.youtube.com/watch?v=" + video['videoId'])
  7.  
  8. """
  9. Copyright (c) 2023 Zeromega
  10. Drop a link or a Sub on one of my videos if this script help you, copy the link below
  11. https://www.youtube.com/channel/UCfqUJ4rmk6W-ZAjDtkBZ1CA?sub_confirmation=1
  12. """
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement