5 ms·
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).
by allisfine 15y 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).
- Bogdanp 15y agoI'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 https://github.com/Bogdanp/Pirate/blob/master/pirate.py#L27