Questions tagged [metainspector]

3 questions
2
votes
1 answer

How to get videos from rss feed entries

I am trying to get videos(urls) from feed entry url. I am using Feedjira and MetaInspector in my application to fetch and store articles along with images. Now I want to store videos of articles if any. Can anyone please tell me what could be the…
anusha
  • 2,087
  • 19
  • 31
0
votes
0 answers

Why can't I capture a MetaInspector::TimeoutError inside an Async block in Ruby 3 with Async 2.3.0 and MetaInspector 5.13.0?

I am using Ruby 3.0.0, MetaInspector 5.13.0, and socketry's Async 2.3.0 to scrape the meta from a list of urls. I set the connection and read timeouts as per the documentation for MetaInspector and test with httpbin's delay endpoint. MetaInspector's…
0
votes
1 answer

Parse Open Graph Data in Rails using Metainspector

I am working on an app where I am required to fetch and save the open graph data of a website. So far I have been able to grab properties such as title, description, url by using this code before_save :get_meta_from_link def check_link …
Rahul Lakhaney
  • 109
  • 1
  • 7