diff options
Diffstat (limited to 'ldc-completer.js')
-rw-r--r-- | ldc-completer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldc-completer.js b/ldc-completer.js index 96db05a..5633501 100644 --- a/ldc-completer.js +++ b/ldc-completer.js @@ -178,7 +178,7 @@ let INFO = util.httpGet( URL, function (xhr) { - let xml = new XML(xhr.responseText.replace(/<\?.*?\?>\n/, '')); + let xml = new XML(xhr.responseText.replace(/<\?.*?\?>\n/, '').replace(/\n/g, '')); liberator.__xml = xml; withTransaction(importFromXML.bind(null, xml)); liberator.echo('Done: Livedoor Clip synchronization'); |