Skip to content

Commit

Permalink
Update climages.js
Browse files Browse the repository at this point in the history
  • Loading branch information
10bits committed Jul 10, 2023
1 parent 0857fa2 commit 913b645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion climages.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for (let url of urls) {
let result = aR.getString("class.tpc_cont@img@ess-data")
pp(title)
pp(result)
title=title.replace("?","##")
title=title.replace("?","")
let output_dir=`/opt/catvod/output/"${title}"`
shell.run(`mkdir -p ${output_dir}`)
saveFile(`/opt/urls.txt`, result)
Expand Down

0 comments on commit 913b645

Please sign in to comment.