R riken Client Регистрация 29.03.2012 Сообщения 118 Благодарностей 10 Баллы 18 29.11.2012 #1 Is there any way to download pictures from a page? thank you!
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 29.11.2012 #2 Right now you can download files with C# Check attachment. Посмотреть вложение 2883
P pwnflakes Client Регистрация 28.09.2012 Сообщения 4 Благодарностей 0 Баллы 0 29.11.2012 #3 i always use captchasaver for that.
H hotohori Client Регистрация 10.02.2012 Сообщения 154 Благодарностей 40 Баллы 28 03.12.2012 #4 Hi, I used C# as recommended. When it received a "the remote server returned an error (403) forbidden" error, it did not trigger the Bad End action. Is this a bug or is suppose to be like that? Thank you.
Hi, I used C# as recommended. When it received a "the remote server returned an error (403) forbidden" error, it did not trigger the Bad End action. Is this a bug or is suppose to be like that? Thank you.
H hotohori Client Регистрация 10.02.2012 Сообщения 154 Благодарностей 40 Баллы 28 03.12.2012 #5 Sorry for another question. Does it use proxy that I set in the template?
Hungry Bulldozer Moderator Регистрация 12.01.2011 Сообщения 3 441 Благодарностей 834 Баллы 113 03.12.2012 #6 I guess WebClient does it. To don't use them you can add this line: wc.Proxy = System.Net.GlobalProxySelection.GetEmptyWebProxy();
I guess WebClient does it. To don't use them you can add this line: wc.Proxy = System.Net.GlobalProxySelection.GetEmptyWebProxy();
H hotohori Client Регистрация 10.02.2012 Сообщения 154 Благодарностей 40 Баллы 28 04.12.2012 #7 Thanks, HB.