updated to version 0.1.22
This commit is contained in:
parent
ff38ad761a
commit
95a906303e
@ -6,7 +6,7 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{ "name": "Robin Riis" }
|
{ "name": "Robin Riis" }
|
||||||
],
|
],
|
||||||
"version": "0.1.21",
|
"version": "0.1.22",
|
||||||
"socket": true,
|
"socket": true,
|
||||||
"minimumCoreVersion": 10,
|
"minimumCoreVersion": 10,
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
|
|||||||
@ -16,6 +16,6 @@ export class PuckoPruttApi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async dagens_lunch(spider) {
|
async dagens_lunch(spider) {
|
||||||
return await this._fetch_json(this.apiUrl + "/dagens_lunch/" + spider + "/?format=json");
|
return await this._fetch_json(this.apiUrl + "/spiders/dagens_lunch/" + spider + "/?format=json");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user