-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to captured image when I used Readability::Document.new(source).content? #80
Comments
You can do |
If you mean you want the images to be embedded inside the content you can also try setting the option: {
tags: YOUR_TAGS + %w(img),
remove_empty_nodes: false
} You may need to add |
When importing content from medium.com you need to add "figure" to allowed tags |
@haluan, is it solved for you? |
I have the same problem. Adde img and remove_empty_nodes: false are doing nothing and still the images are still being removed from content.
|
No description provided.
The text was updated successfully, but these errors were encountered: