Jump to content

Recommended Posts

Posted
Hello.
#include <IE.au3>
#include <Array.au3>

 $oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
 $oHTTP.Open("GET", "https://tv.yandex.ru/213?date=2018-12-18&period=all-day", False);    
 $oHTTP.SetRequestHeader("User-Agent", "User-Agent=Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0")
 $oHTTP.SetRequestHeader("Referer", "https://tv.yandex.ru/213?date=2018-12-18&period=all-day") 
 ;$oHTTP.SetRequestHeader("Content-Type", "multipart/form-data; ") 
 $oHTTP.Send(); 
 $HeaderResponses = $oHTTP.GetAllResponseHeaders()

 $resp=$oHTTP.ResponseText
 ; HTML
 FileWrite("C:\Users\Administrator\Desktop\console.html", $resp); 

 ;cookies    in txt
 Sleep(1000)
 FileWriteLine("C:\Users\Administrator\Desktop\kuki.txt", $HeaderResponses);
 Sleep(1000)
Pictures jpeg in base64 Format.
  • Developers
Posted

That is something we will determine after you answer the simple question.
and: The previous thread was in violation with our forum rules as I pointed out so there is no discussion there.

So how is this different from the one I closed earlier?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Moderators
Posted

You have apparently not bothered to read those forum rules to which you were pointed, specifically:

Quote

7. Do not repost the same question if the previous thread has been locked - particularly if you merely reword the question to get around one of the prohibitions listed above

Hence my question, how is this one different. You explain absolutely nothing in your post, not what you are trying to accomplish, what problem you are running into, nothing,

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

  • Moderators
Posted

Not sure if it is a language barrier or you're just being thick. Once again, more slowly - you have not yet asked a question. You simply put in code and expected people to read your mind. You need to explain in detail what you are trying to do, and what problem you are having.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

  • Moderators
Posted

Ok, done pulling teeth. Thread locked as you seem to want folks to guess at what you're after.

Please read and follow this thread before you post again, our patience has its limits:

How to ask intelligent questions

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Guest
This topic is now closed to further replies.
×
×
  • Create New...