Save description of a number of youtube videos -


I need to save details of the YouTube video list. I want to feed the URL of the video (i.e.) and then youtube I want to get consistent information about the "About" section of the video. Is it possible that I do not even learn the basics of programming?

In Python 3, something like this:

  # - * - coding: UTF-8 - * - Beautiful suite from BS4 import: urlopen = Beautiful soup (read the page.) (Description), description_tag = soup.find (id = 'eow-description') upload_date_tag = soup.find (id = 'eow) print (link) print (' published ', upload_data.txt) (Details_tag.text) Print ()  

Type your URL in links.txt (one URL per line) .


Comments