<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как изменить скрипт, чтобы получить список закачек uTorrent]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15145&amp;type=atom" />
	<updated>2020-01-26T14:16:34Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15145</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить скрипт, чтобы получить список закачек uTorrent]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137487#p137487" />
			<content type="html"><![CDATA[<p>Помогите, форумчане.</p>]]></content>
			<author>
				<name><![CDATA[димитрий2]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39571</uri>
			</author>
			<updated>2020-01-26T14:16:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137487#p137487</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как изменить скрипт, чтобы получить список закачек uTorrent]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137461#p137461" />
			<content type="html"><![CDATA[<p>Здравствуйте.<br />Есть такой код:</p><div class="codebox"><pre><code>
ip := &quot;192.168.0.150&quot;
port := &quot;8080&quot;
user := &quot;user&quot;
pass := &quot;pass&quot;
url := &quot;http://&quot; ip &quot;:&quot; port &quot;/gui/&quot;
tokenUrl := url &quot;token.html&quot;
action := &quot;?list=1&quot;
HTTP := ComObjCreate(&quot;WinHTTP.WinHTTPRequest.5.1&quot;)
HTTP.Open(&quot;GET&quot;, tokenUrl, false)
HTTP.SetCredentials(user, pass, 0)
HTTP.Send()
token := &quot;&amp;token=&quot; RegExReplace(HTTP.ResponseText, &quot;&lt;.+?&gt;&quot;)
HTTP.Open(&quot;GET&quot;, url action token, false)
HTTP.SetCredentials(user, pass, 0)
HTTP.Send()
msgbox % HTTP.ResponseText
</code></pre></div><p>Подскажите, как его изменить, чтобы он извлекал список закачек из программы uTorrent ?</p>]]></content>
			<author>
				<name><![CDATA[димитрий2]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39571</uri>
			</author>
			<updated>2020-01-23T18:09:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137461#p137461</id>
		</entry>
</feed>
