hjhart / the_rotten_pirate

Automatic torrent downloader (movie lists come from Rotten Tomatoes, torrents and ratings come from The Pirate Bay)
103 stars 12 forks source link

Appears to break if movie title has a "/" in it. #6

Open cbgrey opened 12 years ago

cbgrey commented 12 years ago

App aborts with "no such file" error if movie has a "/" character in it. E.g. "50/50".

I, [2012-02-03T01:02:03.765472 #7134] INFO -- : Searching for 50/50 I, [2012-02-03T01:02:03.765542 #7134] INFO -- : **** rake aborted! No such file or directory - tmp/searches/50/50_200_0.html

hjhart commented 12 years ago

I fixed this with an earlier issue. Try doing a git pull, bundle, and rake execute

cbgrey commented 12 years ago

Hm, I didn't see that change. OK, thanks. Nevermind :)