You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the latter will assume subregion "1", which is North America. Make sure you're also passing the correct subregion along,
20
+
if you want to scrape a profile in a different subregion. For a full mapping of regions, see `BnetScraper::Starcraft2::REGIONS`
21
+
19
22
There are several scrapers that pull various information. They are:
20
23
21
24
* BnetScraper::Starcraft2::ProfileScraper - collects basic profile information and an array of league URLs
@@ -26,6 +29,14 @@ There are several scrapers that pull various information. They are:
26
29
All scrapers have a `#scrape` method that triggers the scraping and storage. By default they will return the result,
27
30
but an additional `#output` method exists to retrieve the results subsequent times without re-scraping.
28
31
32
+
## Terminology
33
+
34
+
To clarify some of the confusion that might result from changing terminology and no general consensus, BnetScraper now uses naming relative to the battle.net URL scheme to avoid confusion, especially regarding "subregion" and "gateway":
0 commit comments