[rss2i.py] write files in binary feather-format with --feather using download
A .feather file is in general smaller than a.csv file, but it is binary, so it can't be viewed in a normal text editor. It can be read in again faster than a .csv file with the help of pandas(python).