How do I fetch youtube title and description from given url using python code?
问题 How do I fetch youtube title and description from python code from the given url. Is it necessory to use youtube API for it? I am writing a program which need to find generate title and description from given url 回答1: It is not necessary , but it is probably significantly quicker and easier than writing your own. For more information, see https://developers.google.com/youtube/1.0/developers_guide_python After installing the gdata module, try import gdata.youtube import gdata.youtube.service