bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

I found bug in wget


From: address@hidden
Subject: I found bug in wget
Date: Sun, 7 Mar 2021 02:14:24 +0200

Здравствуйте, Bug-wget.

I have found one unpleasant particularity Wget.
Sometimes it can't completely copy recursive the site.
Since pages and directory of the site are generated dynamically on the grounds 
of Databasee (MySQL) and do not exist in realities.
As example of the page of the shop
https://modastori.prom.ua/g39944845-zhenskaya-obuv
https://modastori.prom.ua/g39944845-zhenskaya-obuv/page_2
When downloaded the second page it deletes first.
wget.exe -x -c --no-check-certificate -i getprom.txt -P ".\shop"

File getprom.txt contains links
https://modastori.prom.ua/g39944845-zhenskaya-obuv
https://modastori.prom.ua/g39944845-zhenskaya-obuv/page_2

It occur and when recursive download
wget.exe -x -r --no-check-certificate https://modastori.prom.ua/ -P ".\shop"
wget.exe -m --no-check-certificate https://modastori.prom.ua/ -P ".\shop"
In this case wget can't create full copy of site.

When download on the contrary
https://modastori.prom.ua/g39944845-zhenskaya-obuv/page_2
https://modastori.prom.ua/g39944845-zhenskaya-obuv
All are OK.
All files created.
I think not correct made function of the check of existence of the file.
OS: WinXP SP3 NTFS


-- 
С уважением,
 Kmb697                          mailto:kmb697@yandex.ru




reply via email to

[Prev in Thread] Current Thread [Next in Thread]