class CSDNSyncer
Public Instance Methods
_handle_node(node)
click to toggle source
# File lib/syncers/csdn_syncer.rb, line 10 def _handle_node(node) node.to_html end
get_article_xpath()
click to toggle source
# File lib/syncers/csdn_syncer.rb, line 6 def get_article_xpath '//div[contains(@id, "content_views")]' end