<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: RegExMatch в UrlDownloadToFile]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=10414</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10414&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: RegExMatch в UrlDownloadToFile».]]></description>
		<lastBuildDate>Tue, 17 Feb 2015 00:43:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: RegExMatch в UrlDownloadToFile]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=91622#p91622</link>
			<description><![CDATA[<p><strong>Diman_Express</strong>, ваша &quot;Нужна помощь&quot; <a href="http://forum.script-coding.com/viewtopic.php?pid=44437#p44437">никому не нужна</a>. Отредактируйте заголовок ещё раз.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Tue, 17 Feb 2015 00:43:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=91622#p91622</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: RegExMatch в UrlDownloadToFile]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=91620#p91620</link>
			<description><![CDATA[<div class="codebox"><pre><code>FileRead, str, %A_AppData%\File.txt
RegExMatch(str, &quot;.*&gt;(\d+:\d+:\d+)&lt;.*&quot;, o)
lol := % o1
GuiControl,, Testg, %lol%</code></pre></div><p>Проблема решена. <strong>DD</strong>, спасибо</p>]]></description>
			<author><![CDATA[null@example.com (Diman_Express)]]></author>
			<pubDate>Tue, 17 Feb 2015 00:38:01 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=91620#p91620</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: RegExMatch в UrlDownloadToFile]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=91619#p91619</link>
			<description><![CDATA[<p>del</p>]]></description>
			<author><![CDATA[null@example.com (DD)]]></author>
			<pubDate>Tue, 17 Feb 2015 00:34:03 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=91619#p91619</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: RegExMatch в UrlDownloadToFile]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=91618#p91618</link>
			<description><![CDATA[<p><span style="color: green"><strong>Diman_Express</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте заголовок.</span></p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Tue, 17 Feb 2015 00:32:28 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=91618#p91618</guid>
		</item>
		<item>
			<title><![CDATA[AHK: RegExMatch в UrlDownloadToFile]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=91617#p91617</link>
			<description><![CDATA[<p>Здравствуйте ув. юзеры, прошу у вас помощи.<br />Мой скрипт скачивает шаблон сайта (UrlDownloadToFile) и выделяет от туда таймер <br /></p><div class="codebox"><pre><code>attr-expire=&quot;1424139877&quot; attr-maxreloaddelay=&quot;60000&quot;&gt;02:19:07&lt;/div&gt;&lt;/div&gt;</code></pre></div><p>В первый раз мне помог друг, шаблон сайта изменился и теперь я не знаю как вычленить &quot;02:19:07&quot;<br />Пытался вот так: </p><div class="codebox"><pre><code>RegExMatch(str, &quot;attr-maxreloaddelay=&quot;&quot;@ &quot;&quot;&gt;(.*?)&lt;/div&gt;&quot;, o)
lol := % o1
GuiControl,, Testg, %lol%</code></pre></div><p>Напрасно.. Помогите пожалуйста<br />Вот весь код функи: </p><div class="codebox"><pre><code>Timer:
hFunc := RegisterCallback(&quot;FuncName&quot;)
DllCall(&quot;CreateThread&quot;, UInt, 0, UInt, 0, UInt, hFunc, UInt, 0, UInt, 0, UInt, 0)
DllCall(&quot;TerminateThread&quot;, UInt, hFunc, UInt, 0)
DllCall(&quot;CloseHandle&quot;, UInt, hFunc)
FuncName() {
    UrlDownloadToFile, http://2015.yearbeast.com/l/ru, %A_AppData%\File.txt
}
FileRead, str, %A_AppData%\File.txt
RegExMatch(str, &quot;attr-maxreloaddelay=&quot;&quot;@ &quot;&quot;&gt;(.*?)&lt;/div&gt;&quot;, o)
lol := % o1
GuiControl,, Testg, %lol%
Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Diman_Express)]]></author>
			<pubDate>Tue, 17 Feb 2015 00:23:02 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=91617#p91617</guid>
		</item>
	</channel>
</rss>
