Skip to content

Commit

Permalink
newsteller.sh: Add '/latest' to the link
Browse files Browse the repository at this point in the history
Add '/latest' to the link for larger output

Fixes NITDgpOS#28
  • Loading branch information
chetangargnitd committed Nov 21, 2016
1 parent 825c3ac commit 0007ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newsteller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ "$1" = "-f" ]; then
getLatestInfo "$line"
done <.fav
else
wget -o jump.txt -O index.html www.mangareader.net
wget -o jump.txt -O index.html www.mangareader.net/latest
grep 'chaptersrec' index.html > jump.txt
while read p;do
starti="$(echo $p | grep -aob '>' | grep -oE '[0-9]+' | sed "1q;d")"
Expand Down

0 comments on commit 0007ac7

Please sign in to comment.