Imports NPC and item data by scraping Wowhead web pages.
More...
#include <WowheadImporter.h>
|
| std::string | extractSubString (const std::string &datas, const std::string &beginPattern, const std::string &endPattern={}) const |
| |
| std::string | getURLData (const std::string &inputUrl) const |
| |
Imports NPC and item data by scraping Wowhead web pages.
Definition at line 33 of file WowheadImporter.h.
◆ WowheadImporter()
| WowheadImporter::WowheadImporter |
( |
| ) |
|
|
default |
◆ ~WowheadImporter()
| WowheadImporter::~WowheadImporter |
( |
| ) |
|
|
default |
◆ acceptURL()
| bool WowheadImporter::acceptURL |
( |
const std::string & |
url | ) |
const |
|
virtual |
◆ extractSubString()
| std::string WowheadImporter::extractSubString |
( |
const std::string & |
datas, |
|
|
const std::string & |
beginPattern, |
|
|
const std::string & |
endPattern = {} |
|
) |
| const |
|
private |
◆ getURLData()
| std::string WowheadImporter::getURLData |
( |
const std::string & |
inputUrl | ) |
const |
|
private |
◆ importChar()
| CharInfos * WowheadImporter::importChar |
( |
const std::string & |
url | ) |
const |
|
inlinevirtual |
◆ importItem()
| ItemRecord * WowheadImporter::importItem |
( |
const std::string & |
url | ) |
const |
|
virtual |
◆ importNPC()
| NPCInfos * WowheadImporter::importNPC |
( |
const std::string & |
url | ) |
const |
|
virtual |
The documentation for this class was generated from the following files: