Replies: 1 comment
-
If images are coming with a non-standard file extension, I'm not sure how httpx could detect them in any other way... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the best way to filter out static assets such as images? I have a giant list of urls and want to filter out ones that resolve to serving .jpg, .gif, etc. The list of URLs don't necessarily contain the strings
.jpg
,.gif
, etc, so it's not just a simple regex orgrep -v
to get rid of themBeta Was this translation helpful? Give feedback.
All reactions