Bug 13: Use requests to download bridge descriptors
Because stem's remote DescriptorDownloader only downloads one bridge descriptor and stem's Collector download a whole archive tar file.
This patch uses requests to get the last day collector's bridge descriptor files.
It also parses the bridge descriptors file with the correct descriptor type.
Closes #13 (closed).