0
HELP !!! With PageBuilder...
Hi.......
When i try
./PageBuilder.sh /volume1/Comics/Marvel/Daredevil/"Daredevil V2015"/cvinfo
I have,
Downloading comic data
parse error: Invalid numeric literal at line 1, column 10
parse error: Invalid numeric literal at line 1, column 10
parse error: Invalid numeric literal at line 1, column 10
parse error: Invalid numeric literal at line 1, column 10
parse error: Invalid numeric literal at line 1, column 10
Building comic page
Comic:
Date:
Usage: ./imageGet.sh -c 'Comic Name' [-d 'Comic Year'] [-r 'Which result to save']
my cvinfo as the following url
https://comicvine.gamespot.com/daredevil/4050-86343/
What is wrong ?
Customer support service by UserEcho
add s to https
rawDesc=`curl -s "https://comicvine.gamespot.com/api/issues/api_key="$apikey"&field_list=description&format=json&filter=issue_number:1,volume:"${url[4]##*-} | $my_dir/jq '.results[0].description'`
description=`echo "${rawDesc#\"}" | awk -F'<h4>List of covers' '{print $1}' | sed -e 's/<[^>]*>//g' -e 's/"$//' -e 's/[”“]/\"/g' | sed 's/[\]//g'` pubinfo=`curl -s "https://comicvine.gamespot.com/api/volume/"4050-${url[4]##*-}"/?api_key="$apikey"&field_list=name,start_year,publisher,image&format=json"`