We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you don't put 'div' as a tag in the initializer like:
require 'rubygems' require 'readability' require 'open-uri' source = open('https://developers.google.com/custom-search/docs/tutorial/creatingcse').read puts Readability::Document.new(source, tags: []).content
it trows the error: NullPointerException: from nokogiri.internals.SaveContextVisitor.isHtmlScript(SaveContextVisitor.java:741)
you can put any tags you want, if you don't add 'div' the error happens
using jruby-9.1.6.0 [ x86_64 ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you don't put 'div' as a tag in the initializer like:
it trows the error:
NullPointerException:
from nokogiri.internals.SaveContextVisitor.isHtmlScript(SaveContextVisitor.java:741)
you can put any tags you want, if you don't add 'div' the error happens
using jruby-9.1.6.0 [ x86_64 ]
The text was updated successfully, but these errors were encountered: