Skip to content

Commit 844143f

Browse files
author
rs222kn
committed
fixed url problem that caused schedule to disappear
1 parent 40c8ef6 commit 844143f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scrape/urlBuilder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const scheduleUrl = 'ri.json?h=f&sid=3&p=0.m%2C12.n&objects=&ox=0&types=0&fe=0&h2=f';
3+
const scheduleUrl = 'ri.json?h=f&sid=3&objects=&ox=0&types=0&fe=0&h2=f';
44
const searchUrlExtension = 'objects.html?max=15&fr=t&partajax=t&im=f&sid=3&l=sv_SE&search_text=&types=';
55
const typeUrlExtension = 'ri1Q7.html';
66
const searchText = 'search_text=';

0 commit comments

Comments
 (0)