Skip to content

Commit

Permalink
Update locations and categories, and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwpenny committed Feb 21, 2021
1 parent e21b1b6 commit bfa2198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/
export const categories = {
id: 0,
KIJIJI_VILLAGE: { id: 36611001 },
BUY_AND_SELL: {
id: 10,
ARTS_AND_COLLECTIBLES: { id: 12 },
Expand Down Expand Up @@ -260,9 +259,11 @@ export const categories = {
NINTENDO_SWITCH: { id: 33035001 },
NINTENDO_WII: { id: 626 },
NINTENDO_WII_U: { id: 14654002 },
SONY_PLAYSTATION_5: { id: 39730002 },
SONY_PLAYSTATION_4: { id: 792 },
SONY_PLAYSTATION_3: { id: 627 },
SONY_PSP_AND_VITA: { id: 621 },
XBOX_SERIES_X_AND_S: { id: 39730001 },
XBOX_360: { id: 622 },
XBOX_ONE: { id: 793 },
OLDER_GENERATION: { id: 623 },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kijiji-scraper",
"version": "6.0.2",
"version": "6.1.0",
"description": "A scraper for Kijiji ads",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bfa2198

Please sign in to comment.