-
|
Hi! I'm using Scrapling to bypass Cloudflare, but I need to download a video file (.mp4). Does Scrapling support returning the raw binary data (Buffer or Stream) instead of just the page HTML? |
Beta Was this translation helpful? Give feedback.
Answered by
D4Vinci
Mar 6, 2026
Replies: 1 comment
-
|
Yes, use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
D4Vinci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, use
response.body. There's an example for that on the website