diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2017-12-03 10:36:07 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2017-12-03 10:36:07 +0100 |
commit | d6ce0f0b9aeb0b6700bf8199b50e38f208801b68 (patch) | |
tree | 4fa1e57c90061c760f27a7f294064e1b7039b4cc | |
parent | bf08dd3b8a981da860d532c98d04db932fce7c4d (diff) | |
download | crocoite-d6ce0f0b9aeb0b6700bf8199b50e38f208801b68.tar.gz crocoite-d6ce0f0b9aeb0b6700bf8199b50e38f208801b68.tar.bz2 crocoite-d6ce0f0b9aeb0b6700bf8199b50e38f208801b68.zip |
Add note about Range: requests
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ Caveats - Some fetch different scripts based on user agent. Example: youtube.com. - Requests containing randomly generated JavaScript callback function names won’t work. Example: weather.com. +- Range requests (Range: bytes=1-100) are captured as-is, making playback + difficult Most of these issues can be worked around by using the DOM snapshot, which is also saved. This causes its own set of issues though: |