Fix for last
This commit is contained in:
Shihaam Abdul Rahman
2021-10-04 21:11:49 +05:00
committed by GitHub
parent d3e5d50ed5
commit 03c1d8fd09

View File

@@ -1,6 +1,6 @@
#!/bin/bash
QUERY=$(echo $1$2$3$4$5$6$7$8$9 | sed "s/ /+/g")
QUERY=$(echo $1 $2 $3 $4 $5 $6 $7 $8 $9 | sed "s/ /+/g")
SEARCH=$(curl -s https://www.syair.info/search?q=${QUERY} \
| pup 'a.title json{}')