kylejginavan / youtube_it

An object-oriented Ruby wrapper for the YouTube GData API
http://groups.google.com/group/ruby-youtube-library
595 stars 223 forks source link

rescue ResourceNotFoundException #141

Closed niksan closed 11 years ago

niksan commented 11 years ago

Rescue exception when uploaded video was deleted from youtube.

chebyte commented 11 years ago

thanks for the advise I added this in a single line like

return condition rescue nil

thanks!