Skip to content

Commit

Permalink
Fixed NITDgpOS#28: Added '/latest' to newsteller.h for larger output
Browse files Browse the repository at this point in the history
  • Loading branch information
chetangargnitd committed Nov 22, 2016
1 parent 42ebf56 commit e0db69b
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 e0db69b

Please sign in to comment.