We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4de629 commit 1212e66Copy full SHA for 1212e66
bgg_thread_import.sh
@@ -10,12 +10,13 @@ read_dom () {
10
11
title='subject'
12
13
-curl https://www.boardgamegeek.com/xmlapi2/thread -d id=$1 -d count=1 | while read_dom; do
+curl "https://boardgamegeek.com/xmlapi2/thread?id=$1&count=1" | while read_dom; do
14
if [[ $ENTITY = $title ]]; then
15
echo "---
16
layout: post
17
-title: '$2—$CONTENT'
+title: '$2: $CONTENT'
18
tags: game review
19
+comments: yes
20
---
21
22
[Originally published on Board Game
0 commit comments