framework/replay: allow using local file for a download
There are two approaches possible:
- import
requests-file
, which introduces another dependency. - import one class, with a simple file reader. Since we don't need anything fancy, this is the approach I chose.
Edited by David Heidelberg