代码拉取完成,页面将自动刷新
#ifndef USERRELATIONEXTRACTOR_H
#define USERRELATIONEXTRACTOR_H
#include <userrelation.h>
#include <htmlloader.h>
#include <string>
#include <pageproxy.h>
#include <json/json.h>
#include <boost/format.hpp>
class UserRelationExtractor
{
public:
UserRelationExtractor(std::string const& config_path);
void extract(UserRelation &relation);
void set_page_id(std::string const&);
void set_loader(std::shared_ptr<HtmlLoader> const& loader);
private:
std::shared_ptr<HtmlLoader> _loader;
std::string _page_id;
std::string _page_num_selector;
std::string _follow_list_selector;
std::string _fans_list_selector;
std::string _jq_code;
Json::Value _config;
void _extract_follow(UserRelation &relation);
void _do_extract_uids(std::vector<std::string> &relation, boost::format url_format);
void _extract_a_page_follow(std::vector<std::string> &relation, PageProxy & page);
void _extract_a_page_fans(UserRelation &relation, PageProxy &page);
void _extract_fans(UserRelation& relation);
void _page_import_jquery(PageProxy &page);
};
#endif // USERRELATIONEXTRACTOR_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。