diff --git a/build-data/BuildData.groovy b/build-data/BuildData.groovy index 282f0490..60245ec4 100755 --- a/build-data/BuildData.groovy +++ b/build-data/BuildData.groovy @@ -31,7 +31,7 @@ sortRegexList("${dir_data}/add-series-alias.txt") def reviews = [] new File("${dir_root}/reviews.tsv").eachLine('UTF-8'){ - def s = it.split(/\t/, 3)*.trim() + def s = it.split(/\t/, 3)*.trim()*.replaceAll('["]{2}', '"') reviews << [user: s[0], date: s[1], text: s[2]] } reviews = reviews.sort{ it.date } diff --git a/reviews.tsv b/reviews.tsv index 1ca93501..ea091c73 100644 --- a/reviews.tsv +++ b/reviews.tsv @@ -1,6 +1,6 @@ Amit Singhal 2010-05-23 One of the best tv-episode renamers out there! Kudos! To the author, rednoah. Lakis Koulourakis 2011-02-18 Best app on series renaming I could find. -Mark 2012-03-25 One of the most liked "must have" programs I use. Much thanks to the author! +Mark 2012-03-25 One of the most liked ""must have"" programs I use. Much thanks to the author! Jackson 2012-03-26 Stable and works. Milos Kaurin 2012-04-14 One of the best (if not the best) multi-platform episode renamer/subtitle downloader! Gillardino Boccacio 2012-05-12 Indispensable tool for people with a large library of videos. Through this program, I was able to restore order in films and serials. Thank you! diff --git a/website/index.html b/website/index.html index 24381cb6..f5fdc2d0 100644 --- a/website/index.html +++ b/website/index.html @@ -61,7 +61,7 @@