Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks, Does anybody know how to use WebService::Youtube module??What input to be given to dev_id field???? Thanks.

Replies are listed 'Best First'.
Re: How to use WebService::YouTube
by fod (Friar) on Jan 19, 2010 at 06:12 UTC
    According to the documentation of that module it won't work on the current YouTube API. I think what it's looking for is a developer key which you'd get from Google if you were developing an application that made use of the YouTube API. If you just want something that'll download videos this guy demonstrates how that can be done using WWW::Mechanize and provides a short script. He also mentions that the API changes fairly regularly and provides an updated script towards the end of his post to accommodate changes since he originally blogged it.
      Thanks a lot dear...Saved a lot of my time