yanari / filmow_to_letterboxd

Importa os filmes assistidos no Filmow pra serem passados pro Letterboxd.
MIT License
39 stars 10 forks source link

Fixed overwriting csv #6

Closed Holzlsauer closed 5 years ago

Holzlsauer commented 5 years ago

I was getting the csv with only the ('Title', 'Directors', 'Year') row. In line 20 the code was overwriting the file generated by the parse function. I've changed to order, so the script first create the csv and then append the rows.

And make a few tweaks in the last lines to accept only input that start with 's' or 'n'