<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как изменить скрипт, чтобы получить список закачек uTorrent]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=15145</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15145&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как изменить скрипт, чтобы получить список закачек uTorrent».]]></description>
		<lastBuildDate>Sun, 26 Jan 2020 14:16:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как изменить скрипт, чтобы получить список закачек uTorrent]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=137487#p137487</link>
			<description><![CDATA[<p>Помогите, форумчане.</p>]]></description>
			<author><![CDATA[null@example.com (димитрий2)]]></author>
			<pubDate>Sun, 26 Jan 2020 14:16:34 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=137487#p137487</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Как изменить скрипт, чтобы получить список закачек uTorrent]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=137461#p137461</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (димитрий2)]]></author>
			<pubDate>Thu, 23 Jan 2020 18:09:56 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=137461#p137461</guid>
		</item>
	</channel>
</rss>
