* try making tsv standard compliant (for github)
This commit is contained in:
parent
871b7438e7
commit
f885761628
|
@ -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 }
|
||||
|
|
|
@ -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!
|
||||
|
|
Can't render this file because it contains an unexpected character in line 3 and column 39.
|
|
@ -61,7 +61,7 @@
|
|||
<ul>
|
||||
<li><a href="https://www.filebot.net/forums/">Forums</a></li>
|
||||
<li><a href="https://www.filebot.net/forums/viewtopic.php?f=3&t=7#p7">FAQ</a></li>
|
||||
<li><a href="https://www.filebot.net/#download">Download</a></li>
|
||||
<li><a href="#download">Download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue