Hacker News new | ask | show | jobs
by allisfine 5238 days ago
Great!

Just one thing: I see you are splitting by |, and some torrents (very few, but some) have | in their name (I didn't bother with escaping that).

1 comments

I've accounted for that by grabbing all the other fields before grabbing the title. `python pirate.py -l | grep '|'` seems to yield correct results :).

https://github.com/Bogdanp/Pirate/blob/master/pirate.py#L27