Anton
Anton
If I parse youtube link I have this error: **undefined method `image' for #** other links work my code: ``` def self.add_entries(entries, stream_id) entries.each do |entry| unless FeedEntry.where(guid: entry.id).exists? FeedEntry.create!(...
Is there any way that after the download you can add a description for the image?
I gets this errorRestClient::Forbidden: 403 Forbidden from /Users/ipatov/.rvm/gems/ruby-2.3.0/gems/rest-client-2.0.1/lib/restclient/abstract_response.rb:223:in `exception_with_response' from /Users/ipatov/.rvm/gems/ruby-2.3.0/gems/rest-client-2.0.1/lib/restclient/abstract_response.rb:103:in `return!' from /Users/ipatov/.rvm/gems/ruby-2.3.0/gems/rest-client-2.0.1/lib/restclient/request.rb:809:in `process_result' from /Users/ipatov/.rvm/gems/ruby-2.3.0/gems/rest-client-2.0.1/lib/restclient/request.rb:725:in `block in transmit' from /Users/ipatov/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/http.rb:853:in `start' from /Users/ipatov/.rvm/gems/ruby-2.3.0/gems/rest-client-2.0.1/lib/restclient/request.rb:715:in `transmit' from /Users/ipatov/.rvm/gems/ruby-2.3.0/gems/rest-client-2.0.1/lib/restclient/request.rb:145:in `execute' from...