Can find a line with curl
ToddAndMargo via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <[email protected]> |
Hi All,
curl-8.2.1-4.fc39.x86_64
With Firefox:
view-source:https://semiconductor.samsung.com/consumer-storage/support/tools/
I find this line.
6219: <a
href="https://semiconductor.samsung.com/resources/software-resources/Samsung_Data_Migration_Setup_4.0.0.18.exe"
target="_blank" data-an-tr="hero banner" data-an-ca="outbound click"
data-an-ac="download file" data-an-la="data migration software">
But I can not find it with cURL:
$ curl -L
https://semiconductor.samsung.com/consumer-storage/support/tools/ -o - |
grep -i Samsung_Data_Migration_Setup
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
100 573k 0 573k 0 0 537k 0 --:--:-- 0:00:01 --:--:--
537k
$ curl -L
https://semiconductor.samsung.com/consumer-storage/support/tools/ -o - |
grep -i '18.exe'
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
100 573k 0 573k 0 0 652k 0 --:--:-- --:--:-- --:--:--
652k
If I store it to a file from cURL, I can find it searching though
the file either.
What am I doing wrong?
Many thanks,
-T
--
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquette: https://curl.se/mail/etiquette.html