File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ export async function posts(options: Rule34OptionsOptional) {
114114 options . pid = options . pid || 0
115115 options . limit = options . limit || 100
116116 if ( options . limit > 100 ) console . warn ( "rule34js: 100 is limit, using everything larger makes no sense" )
117- const url = `https://rule34.xxx/index.php?page=dapi&s=post&q=index&tags=${ options . tags . join ( "+" ) } &pid=${ options . pid } &limit=${ options . limit } `
117+ const url = `https://api. rule34.xxx/index.php?page=dapi&s=post&q=index&tags=${ options . tags . join ( "+" ) } &pid=${ options . pid } &limit=${ options . limit } `
118118 const obj = await fetchString ( url )
119119 const json = parse ( obj , parseroptions , true )
120120 if ( json . posts && json . posts . post && options . parse_tags ) {
You can’t perform that action at this time.
0 commit comments