Что нового

Поиск и скачивание картинок из гугла

saraconor

Новичок
Сообщения
404
Репутация
3
Вы можете привести пример как можно допустим по слову "смайлик" скачать из гугла первые 5 картинок (500*500 пикселей) не открывая браузер, с помощью autoit ?
 

CreatoR

Must AutoIt!
Команда форума
Администратор
Сообщения
8,671
Репутация
2,481
Как то так:

Код:
#include <WinAPIShPath.au3>

$sDest_Dir = @DesktopDir
$sQuery = 'смайлик'
$iWidth = 500
$iHeight = 500
$iLimit = 5

$sRead = BinaryToString(InetRead(StringFormat('https://google.com/search?q=%s&tbm=isch&source=lnt&tbs=isz:ex,iszw:%i,iszh:%i', $sQuery, $iWidth, $iHeight)))

$aImages = StringRegExp($sRead, '<img height="\d+" src="(.*?)" width="\d+" alt=".*?"></a>
<cite dir="ltr".*?</cite>
<span dir="ltr">(.*?)</span>
<span dir="ltr">.*?- (.*?)</span>', 3)

For $i = 0 To UBound($aImages) - 1
	If Mod($i, 3) = 0 Then
		InetGet($aImages[$i], _WinAPI_PathYetAnotherMakeUniqueName($sDest_Dir & '\' & $aImages[$i + 1] & '.' & $aImages[$i + 2]))
	EndIf
	
	If ($i + 1) = ($iLimit * 3) Then
		ExitLoop
	EndIf
Next
 
Автор
S

saraconor

Новичок
Сообщения
404
Репутация
3
ничего не происходит (v3.3.14.5), скрипт отрабатывает, но картинок на столе не появляется
 

CreatoR

Must AutoIt!
Команда форума
Администратор
Сообщения
8,671
Репутация
2,481
saraconor [?]
ничего не происходит
А если так:
Код:
$aImages = StringRegExp($sRead, '<img .*?src="(.*?)".*?></a>
<cite.*?</cite>
<span dir="ltr">(.*?)</span>
<span dir="ltr">.*?- (.*?)</span>', 3)

Если тоже не работает, то хотелось бы увидеть что возвращается в $sRead.
 
Автор
S

saraconor

Новичок
Сообщения
404
Репутация
3
Тоже не работает, вот что возвращается:
HTML:
<!doctype html><html itemscope="" itemtype="http://schema.org/SearchResultsPage" lang="ru"><head><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"><meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itemprop="image"><noscript><meta content="0;url=/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;tbm=isch&amp;tbs=isz:ex,iszw:500,iszh:500&amp;ie=UTF-8&amp;gbv=1&amp;sei=rKrCXKegJceHwPAP0ae20Ak" http-equiv="refresh"><style>table,div,span,p{display:none}</style><div style="display:block">&#1053;&#1072;&#1078;&#1084;&#1080;&#1090;&#1077; <a href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;tbm=isch&amp;tbs=isz:ex,iszw:500,iszh:500&amp;ie=UTF-8&amp;gbv=1&amp;sei=rKrCXKegJceHwPAP0ae20Ak">&#1079;&#1076;&#1077;&#1089;&#1100;</a>, &#1077;&#1089;&#1083;&#1080; &#1087;&#1077;&#1088;&#1077;&#1072;&#1076;&#1088;&#1077;&#1089;&#1072;&#1094;&#1080;&#1103; &#1085;&#1077; &#1073;&#1091;&#1076;&#1077;&#1090; &#1074;&#1099;&#1087;&#1086;&#1083;&#1085;&#1077;&#1085;&#1072; &#1074; &#1090;&#1077;&#1095;&#1077;&#1085;&#1080;&#1077; &#1085;&#1077;&#1089;&#1082;&#1086;&#1083;&#1100;&#1082;&#1080;&#1093; &#1089;&#1077;&#1082;&#1091;&#1085;&#1076;.</div></noscript><title>смайлик - &#1055;&#1086;&#1080;&#1089;&#1082; &#1074; Google</title><style>#gbar,#guser{font-size:13px;padding-top:1px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}
</style><style>.star{float:left;margin-top:1px;overflow:hidden}.ybhkme{font-size:11px}.j{width:34em}body,td,div,a{font-family:arial,sans-serif;tap-highlight-color:rgba(255,255,255,0)}body{margin:0}a img{border:0}#gbar{float:left;height:22px;padding-left:2px;font-size:13px}.gsfi,.gsfs{font-size:17px}.w,.q:active,.q:visited,.tbotu{color:#11c}a.gl{text-decoration:none}#foot{padding:0 8px}#foot a{white-space:nowrap}h3{font-size:16px;font-weight:normal;margin:0;padding:0}#res h3{display:inline}.hd{height:1px;position:absolute;top:-1000em}.g,body,html,table,.std{font-size:13px}.g{margin-bottom:23px;margin-top:0;zoom:1}ol li,ul li{list-style:none}h1,ol,ul,li{margin:0;padding:0}.e{margin:2px 0 0.75em}#leftnav a{text-decoration:none}#leftnav h2{color:#767676;font-weight:normal;margin:0}#nav{border-collapse:collapse;margin-top:17px;text-align:left}#nav td{text-align:center}.nobr{white-space:nowrap}.ts{border-collapse:collapse}.s br{display:none}.csb{display:block;height:40px}.images_table td{line-height:17px;padding-bottom:16px}.images_table img{border:1px solid #ccc;padding:1px}#tbd,#abd{display:block;min-height:1px}#abd{padding-top:3px}#tbd li{display:inline}.TIrJXe,.UU5df{margin-bottom:8px}#tbd .tbt li{display:block;font-size:13px;line-height:1.2;padding-bottom:3px;padding-left:8px;text-indent:-8px}.tbos,.b{font-weight:bold}em{font-weight:bold;font-style:normal}.mime{color:#1a0dab;font-weight:bold;font-size:x-small}.soc a{text-decoration:none}.soc{color:#808080}.ul7Gbc{color:#e7711b}#Db7kif{border:1px solid #e0e0e0;margin-left:-8px;margin-right:-8px;padding:15px 20px 5px}.mrH1y{font-size:32px}.PZ6wOb{color:#777;font-size:16px;margin-top:5px}.gwrItc{color:#777;font-size:14px;margin-top:5px}.SVob4e{border:1px solid #e0e0e0;padding-left:20px}.mYu5Hb{border:1px solid #e0e0e0;padding:5px 20px}#vob{border:1px solid #e0e0e0;padding:15px 15px}#ZjIC2e{font-size:22px;line-height:22px;padding-bottom:5px}#vob_st{line-height:1.24}.DfLGHd{border-width:1px;border-style:solid;border-color:#eee;background-color:#fff;position:relative;margin-bottom:26px}.uRIxYb,.NjTIc,.PftIHd,.DXoZmb{font-family:Arial;font-weight:lighter}.uRIxYb{margin-bottom:5px}.uRIxYb{font-size:xx-large}.NjTIc{font-size:medium}.PftIHd{font-size:large}.DXoZmb{font-size:small}.DfLGHd{margin-left:-8px;margin-right:-15px;padding:20px 20px 24px}.ernfsc{border-spacing:0px 2px}.D3VFNd{max-width:380px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:0px}.c1Ujmc{padding-left:15px;white-space:nowrap;color:#666}.EjZtie{padding-left:0px}.SFt5jb{color:#212121}.Pt7r9e{color:#878787}.bkcGhd{color:#093}.fIP9ce{color:#c00}.LDBB9d{padding:1px}.gssb_a{padding:0 10px !important}.gssb_c{left:132px !important;right:295px !important;top:78px !important;width:572px !important}.gssb_c table{font-size:16px !important}.gssb_e{border:1px solid #ccc !important;border-top-color:#d9d9d9 !important}.gssb_i{background:#eee !important}#res{padding:0 8px}#rhs_block{padding-top:43px}#MCN7mf{padding:0 8px}#subform_ctrl{font-size:11px;height:17px;margin:5px 3px 0 17px}.taf{padding-bottom:3px}.WIkLp{padding:20px 0 3px}.FuZzl{padding:20px 0 3px}#topstuff .e{padding-bottom:6px}.slk .sld{width:250px}.slk{margin-bottom:-3px}.slk .zaHRAf{padding-bottom:5px;width:250px}.ac,.st{line-height:1.24}.a1DBFd,#ofr{font-size:16px;margin:1em 0;padding:0 8px}.tZz6cc{padding-bottom:25px}.s{color:#545454}.ac{color:#545454}a.fl,.A8ul6 a,.osl a{color:#1a0dab;text-decoration:none}a:link{color:#1a0dab;cursor:pointer}#tads a:link{color:#1a0dab}#tads .soc a:link{color:#808080}a:visited{color:#61C}.blg a{text-decoration:none}cite,cite a:link{color:#006621;font-style:normal}#tads cite{color:#006621}.hJND5c{font-size:15px}.kvs{margin-top:1px}.hJND5c,.kvs,.slp{display:block;margin-bottom:1px}.kt{border-spacing:2px 0;margin-top:1px}.f{color:#808080}.L4Zeue{color:#093}h4.r{display:inline;font-size:small;font-weight:normal}.g{line-height:1.2}.NpC9Hd{display:inline-block;vertical-align:top;overflow:hidden;position:relative}.COi8F{margin:0 0 2em 1.3em}.COi8F li{list-style-type:disc}.osl{color:#777;margin-top:4px}.r{font-size:16px;margin:0}.gL9Hy{font-size:16px}.spell_orig{font-size:13px}.spell_orig a{text-decoration:none}.spell_orig b i{font-style:normal;font-weight:normal}.th{border:1px solid #ebebeb}.ts td{padding:0}.videobox{padding-bottom:3px}.slk a{text-decoration:none}#leftnav a:hover,#leftnav .tbou a:hover,.slk h3 a,a:hover{text-decoration:underline}#mn{table-layout:fixed;width:100%}#leftnav a{color:#222;font-size:13px}#leftnav{padding:43px 4px 4px 0}.tbos{color:#dd4b39}.tbt{margin-bottom:28px}#tbd{padding:0 0 0 16px}.tbou a{color:#222}#center_col{border:0;padding:0 8px 0 0}#topstuff .e{padding-top:3px}#topstuff .p64x9c{padding-top:6px}#ab_name{color:#dd4b39;font:20px "Arial";margin-left:15px}#resultStats{color:#999;font-size:13px;overflow:hidden;white-space:nowrap}.mslg>td{padding-right:1px;padding-top:2px}.slk .sld{margin-top:2px;padding:5px 0 5px 5px}.fmp{padding-top:3px}.close_btn{overflow:hidden}#fll a,#bfl a{color:#1a0dab !important;margin:0 12px;text-decoration:none !important}.ng{color:#dd4b39}#mss{margin:.33em 0 0;padding:0;display:table}.NYKCib{display:inline-block;float:left;white-space:nowrap;padding-right:16px}#mss p{margin:0;padding-top:5px}.tn{border-bottom:1px solid #ebebeb;display:block;float:left;height:59px;line-height:54px;min-width:980px;padding:0;position:relative;white-space:nowrap}.qrSWbe,a.qrSWbe{color:#777;cursor:pointer;display:inline-block;font-family:arial,sans-serif;font-size:small;height:54px;line-height:54px;margin:0 8px;padding:0 8px;text-decoration:none;white-space:nowrap}.tnuiC{border-bottom:3px solid #dd4b39;color:#dd4b39;font-weight:bold;margin:2px 8px 0}a.KDZjCd:hover{color:black;text-decoration:none;white-space:nowrap}body{margin:0;padding:0}.sFTC8c{display:inline-block;float:left;margin-top:2px}.pqkqJe,a.pqkqJe{margin-left:1px}.sd{line-height:43px;padding:0 8px 0 9px}a:active,.osl a:active,.tbou a:active,#leftnav a:active{color:#dd4b39}#bfl a:active{color:#dd4b39 !important}.csb{background:url(/images/nav_logo229.png) no-repeat;overflow:hidden}.close_btn{background:url(/images/nav_logo229.png) no-repeat -138px -84px;height:14px;width:14px;display:block}.star{background:url(/images/nav_logo229.png) no-repeat -94px -245px;height:13px;width:65px;display:block}.star div,.star span{background:url(/images/nav_logo229.png) no-repeat 0 -245px;height:13px;width:65px;display:block}.Pj9hGd{display:inline;margin:0 3px;outline-color:transparent;overflow:hidden;position:relative}.Pj9hGd>div{outline-color:transparent}.CiacGf{border-color:transparent;border-style:solid dashed dashed;border-top-color:green;border-width:4px 4px 0 4px;cursor:pointer;display:inline-block;font-size:0;height:0;left:4px;line-height:0;outline-color:transparent;position:relative;top:-3px;width:0}.CiacGf{margin-top:-4px}.am-dropdown-menu{display:block;background:#fff;border:1px solid #dcdcdc;font-size:13px;left:0;padding:0;position:absolute;right:auto;white-space:nowrap;z-index:3}.mUpfKd{list-style:none;white-space:nowrap}.mUpfKd:hover{background-color:#eee}a.imx0m{color:#333;cursor:pointer;display:block;padding:7px 18px;text-decoration:none}#tads a.imx0m{color:#333}.sfbgg{background:#f1f1f1;border-bottom:1px solid #e5e5e5;height:71px}#logocont{z-index:1;padding-left:4px;padding-top:4px}#logo{display:block;height:49px;margin-top:12px;margin-left:12px;overflow:hidden;position:relative;width:137px}#logo img{left:0;position:absolute;top:-41px}.lst-a{background:white;border:1px solid #d9d9d9;border-top-color:silver;width:570px}.lst-a:hover{border:1px solid #b9b9b9;border-top:1px solid #a0a0a0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.lst-td{border:none;padding:0}.tia input{border-right:none;padding-right:0}.tia{padding-right:0}.lst{background:none;border:none;color:#000;font:16px arial,sans-serif;float:left;height:22px;margin:0;padding:3px 6px 2px 9px;vertical-align:top;width:100%;word-break:break-all}.lst:focus{outline:none}.lst-b{background:none;border:none;height:26px;padding:0 6px 0 12px}.ds{border-right:1px solid #e7e7e7;position:relative;height:29px;margin-left:17px;z-index:100}.lsbb{background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);border:1px solid #3079ed;border-radius:2px;background-color:#4d90fe;height:27px;width:68px}.lsbb:hover{background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-color:#357ae8;background-image:linear-gradient(top,#4d90fe,#357ae8);border:1px solid #2f5bb7}.lsb{background:transparent;background-position:0 -343px;background-repeat:repeat-x;border:none;color:#000;cursor:default;font:15px arial,sans-serif;height:29px;margin:0;vertical-align:top;width:100%}.lsb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);background:transparent;color:transparent;overflow:hidden;position:relative;width:100%}.sbico{color:transparent;display:inline-block;height:15px;margin:0 auto;margin-top:2px;width:15px;overflow:hidden}</style><script nonce="DA6RKQdqnZQ6nHOMtDSE0g==">(function(){window.google={kEI:'rKrCXKegJceHwPAP0ae20Ak',kEXPI:'0,1353747,57,1957,2423,697,528,591,140,223,528,695,352,1257,1895,56,19,509,351,891,413,2332938,329548,1294,12383,4855,32692,2074,13173,867,12415,14073,2196,364,3319,5505,2442,260,1028,3176,903,575,835,284,2,1306,2432,1361,284,4041,4966,773,2247,5898,2,1965,2595,3601,669,1050,1808,1397,81,7,491,620,29,2373,6722,48,1161,1288,2,3107,900,796,1221,37,920,746,8,119,1217,1213,151,1611,1643,1050,43,48,1510,1503,2,631,732,1830,2,4,2,573,97,44,3745,913,125,1161,1446,632,2228,656,20,90,227,1566,416,142,724,523,476,304,370,1013,300,578,29,98,756,98,392,30,78,321,579,413,456,117,534,10,168,8,296,831,82,58,95,78,365,367,450,174,48,464,51,150,3,14,241,597,11,15,9,413,160,1086,839,7,50,5,14,583,315,9,27,175,129,194,5,55,423,313,268,103,91,66,474,155,144,124,200,54,141,447,82,278,179,26,60,65,1,35,24,161,58,9,44,25,26,327,320,654,406,350,187,142,10,60,25,112,226,210,119,200,92,335,378,365,431,16,13,280,653,319,292,348,11,4,33,219,35,46,513,15,2,24,367,876,152,445,2,5940680,2553,333,5997499,49,31,10,4',authuser:0,kscs:'c9c918f0_rKrCXKegJceHwPAP0ae20Ak',kGL:'RU'};google.sn='images';google.kHL='ru';})();(function(){google.lc=[];google.li=0;google.getEI=function(a){for(var b;a&&(!a.getAttribute||!(b=a.getAttribute("eid")));)a=a.parentNode;return b||google.kEI};google.getLEI=function(a){for(var b=null;a&&(!a.getAttribute||!(b=a.getAttribute("leid")));)a=a.parentNode;return b};google.https=function(){return"https:"==window.location.protocol};google.ml=function(){return null};google.time=function(){return(new Date).getTime()};google.log=function(a,b,e,c,g){if(a=google.logUrl(a,b,e,c,g)){b=new Image;var d=google.lc,f=google.li;d[f]=b;b.onerror=b.onload=b.onabort=function(){delete d[f]};google.vel&&google.vel.lu&&google.vel.lu(a);b.src=a;google.li=f+1}};google.logUrl=function(a,b,e,c,g){var d="",f=google.ls||"";e||-1!=b.search("&ei=")||(d="&ei="+google.getEI(c),-1==b.search("&lei=")&&(c=google.getLEI(c))&&(d+="&lei="+c));c="";!e&&google.cshid&&-1==b.search("&cshid=")&&"slh"!=a&&(c="&cshid="+google.cshid);a=e||"/"+(g||"gen_204")+"?atyp=i&ct="+a+"&cad="+b+d+f+"&zx="+google.time()+c;/^http:/i.test(a)&&google.https()&&(google.ml(Error("a"),!1,{src:a,glmm:1}),a="");return a};}).call(this);(function(){google.y={};google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};}).call(this);google.f={};(function(){var b=[function(){google.tick&&google.tick("load","dcl")}];google.dclc=function(a){b.length?b.push(a):a()};function c(){for(var a;a=b.shift();)a()}window.addEventListener?(document.addEventListener("DOMContentLoaded",c,!1),window.addEventListener("load",c,!1)):window.attachEvent&&window.attachEvent("onload",c);}).call(this);</script><script type="text/javascript" nonce="DA6RKQdqnZQ6nHOMtDSE0g=="></script><script nonce="DA6RKQdqnZQ6nHOMtDSE0g==">(function(){google.sham=function(c){for(var d=c.parentElement,a=null,b=0;b<d.childNodes.length;b++){var e=d.childNodes[b];-1<(" "+e.className+" ").indexOf(" am-dropdown-menu ")&&(a=e)}"none"==a.style.display?(a.style.display="",google.log("hpam","&ved="+c.getAttribute("data-ved"))):a.style.display="none"};}).call(this);(function(){var b=[];google.jsc={xx:b,x:function(a){b.push(a)},mm:[],m:function(a){google.jsc.mm.length||(google.jsc.mm=a)}};}).call(this);</script></head><body class="hsrp" bgcolor="#ffffff" marginheight="0" marginwidth="0" topmargin="0"><div id=gbar><nobr><a class=gb1 href="https://www.google.ru/search?tab=iw">&#1055;&#1086;&#1080;&#1089;&#1082;</a> <b class=gb1>&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080;</b> <a class=gb1 href="https://maps.google.ru/maps?hl=ru&tab=il">&#1050;&#1072;&#1088;&#1090;&#1099;</a> <a class=gb1 href="https://play.google.com/?hl=ru&tab=i8">Play</a> <a class=gb1 href="https://www.youtube.com/results?gl=RU&tab=i1">YouTube</a> <a class=gb1 href="https://news.google.ru/nwshp?hl=ru&tab=in">&#1053;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080;</a> <a class=gb1 href="https://mail.google.com/mail/?tab=im">&#1055;&#1086;&#1095;&#1090;&#1072;</a> <a class=gb1 href="https://drive.google.com/?tab=io">&#1044;&#1080;&#1089;&#1082;</a> <a class=gb1 style="text-decoration:none" href="https://www.google.ru/intl/ru/about/products?tab=ih"><u>&#1045;&#1097;&#1105;</u> &raquo;</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><span id=gbe></span><a href="http://www.google.ru/history/optout?hl=ru" class=gb4>&#1048;&#1089;&#1090;&#1086;&#1088;&#1080;&#1103; &#1074;&#1077;&#1073;-&#1087;&#1086;&#1080;&#1089;&#1082;&#1072;</a> | <a  href="/preferences?hl=ru" class=gb4>&#1053;&#1072;&#1089;&#1090;&#1088;&#1086;&#1081;&#1082;&#1080;</a> | <a target=_top id=gb_70 href="https://accounts.google.com/ServiceLogin?hl=ru&passive=true&continue=https://www.google.com/search%3Fq%3D%25F1%25EC%25E0%25E9%25EB%25E8%25EA%26tbm%3Disch%26source%3Dlnt%26tbs%3Disz:ex,iszw:500,iszh:500" class=gb4>&#1042;&#1086;&#1081;&#1090;&#1080;</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div><table id="mn" border="0" cellpadding="0" cellspacing="0" style="position:relative"><tr><th width="132"></th><th width="573"></th><th width="278"></th><th></th></tr><tr><td class="sfbgg" valign="top"><div id="logocont"><h1><a href="/webhp?hl=ru" style="background-image:url(/images/nav_logo229.png);background-repeat:no-repeat;height:37px;width:95px;display:block;background-position:0 -41px" id="logo" title="Go to Google Home"></a></h1></div></td><td class="sfbgg" colspan="2" valign="top" style="padding-left:0px"><form style="display:block;margin:0;background:none" action="/search" id="tsf" method="GET" name="gs"><table border="0" cellpadding="0" cellspacing="0" style="margin-top:20px;position:relative"><tr><td><div class="lst-a"><table cellpadding="0" cellspacing="0"><tr><td class="lst-td tia" width="526" valign="bottom"><div style="position:relative;zoom:1"><input class="lst" value="смайлик" title="&#1055;&#1086;&#1080;&#1089;&#1082;" autocomplete="off" id="sbhost" maxlength="2048" name="q" type="text"></div></td><td class="lst-td"><div class="lst-b"><img style="padding-top:2px" data-script-url="/textinputassistant/11/ru_tia.js" src="/textinputassistant/tia.png" alt="" height="23" onclick="var s=document.createElement('script');s.src=this.getAttribute('data-script-url');(document.getElementById('xjsc')||document.body).appendChild(s);" width="27"></div></td></tr></table></div></td><td><div class="ds" style="margin-left:16px"><div class="lsbb"><button class="lsb" value="&#1055;&#1086;&#1080;&#1089;&#1082;" name="btnG" type="submit"><span class="sbico" style="background-image:url(/images/nav_logo229.png);background-repeat:no-repeat;height:14px;width:13px;display:block;background-position:-36px -111px"></span></button></div></div></td></tr></table><input name="tbs" value="isz:ex,iszw:500,iszh:500" type="hidden"><input name="tbm" value="isch" type="hidden"></form></td><td class="sfbgg"> </td></tr><tr style="position:relative"><td><div style="border-bottom:1px solid #ebebeb;height:59px"></div></td><td colspan="2"><div class="tn"><div class="sFTC8c"><a class="qrSWbe KDZjCd pqkqJe" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;source=lnms&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQ_AUIBA">&#1042;&#1089;&#1077;</a></div><div class="qrSWbe tnuiC sFTC8c">&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080;</div><div class="sFTC8c"><a class="qrSWbe KDZjCd" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbm=vid&amp;source=lnms&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQ_AUIBg">&#1042;&#1080;&#1076;&#1077;&#1086;</a></div><div class="sFTC8c"><a class="qrSWbe KDZjCd" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbm=nws&amp;source=lnms&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQ_AUIBw">&#1053;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080;</a></div><div class="sFTC8c"><a class="qrSWbe KDZjCd" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbm=shop&amp;source=lnms&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQ_AUICA">&#1055;&#1086;&#1082;&#1091;&#1087;&#1082;&#1080;</a></div><div class="sFTC8c"><a class="qrSWbe KDZjCd" href="https://maps.google.com/maps?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;um=1&amp;ie=UTF-8&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQ_AUICQ">&#1050;&#1072;&#1088;&#1090;&#1099;</a></div><div class="sFTC8c"><a class="qrSWbe KDZjCd" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbm=bks&amp;source=lnms&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQ_AUICg">&#1050;&#1085;&#1080;&#1075;&#1080;</a></div></div><div style="border-bottom:1px solid #ebebeb;height:59px"></div></td><td><div style="border-bottom:1px solid #ebebeb;height:59px"></div></td></tr><tbody id="desktop-search"><style>.pCA4Bd,.pCA4Bd a:link,.pCA4Bd a:visited,a.pCA4Bd:link,a.pCA4Bd:visited{color:#808080}.AzrInc{color:#61C}.ellip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}</style><tr><td id="leftnav" valign="top"><div><h2 class="hd">Search Options</h2><ul class="med" id="tbd"><li><ul class="tbt"><li class="tbos" id="isz_">&#1051;&#1102;&#1073;&#1086;&#1075;&#1086; &#1088;&#1072;&#1079;&#1084;&#1077;&#1088;&#1072;</li><li class="tbou" id="isz_l"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=iszw:500,iszh:500,isz:l&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1041;&#1086;&#1083;&#1100;&#1096;&#1080;&#1077;</a></li><li class="tbou" id="isz_m"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=iszw:500,iszh:500,isz:m&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1057;&#1088;&#1077;&#1076;&#1085;&#1080;&#1077;</a></li><li class="tbou" id="isz_i"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=iszw:500,iszh:500,isz:i&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1052;&#1072;&#1083;&#1077;&#1085;&#1100;&#1082;&#1080;&#1077;</a></li></ul></li><li><ul class="tbt"><li class="tbos" id="ic_">&#1051;&#1102;&#1073;&#1086;&#1075;&#1086; &#1094;&#1074;&#1077;&#1090;&#1072;</li><li class="tbou" id="ic_color"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,ic:color&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1062;&#1074;&#1077;&#1090;&#1085;&#1099;&#1077;</a></li><li class="tbou" id="ic_gray"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,ic:gray&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1063;&#1077;&#1088;&#1085;&#1086;-&#1073;&#1077;&#1083;&#1099;&#1077;</a></li><li class="tbou" id="ic_trans"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,ic:trans&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1055;&#1088;&#1086;&#1079;&#1088;&#1072;&#1095;&#1085;&#1099;&#1077;</a></li></ul></li><li><ul class="tbt"><li class="tbos" id="sur_">&#1057; &#1083;&#1102;&#1073;&#1086;&#1081; &#1083;&#1080;&#1094;&#1077;&#1085;&#1079;&#1080;&#1077;&#1081;</li><li class="tbou" id="sur_fmc"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,sur:fmc&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1057; &#1083;&#1080;&#1094;&#1077;&#1085;&#1079;&#1080;&#1077;&#1081; &#1085;&#1072; &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085;&#1080;&#1077; &#1080; &#1080;&#1079;&#1084;&#1077;&#1085;&#1077;&#1085;&#1080;&#1077;</a></li><li class="tbou" id="sur_fc"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,sur:fc&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1057; &#1083;&#1080;&#1094;&#1077;&#1085;&#1079;&#1080;&#1077;&#1081; &#1085;&#1072; &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085;&#1080;&#1077;</a></li><li class="tbou" id="sur_fm"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,sur:fm&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1057; &#1083;&#1080;&#1094;&#1077;&#1085;&#1079;&#1080;&#1077;&#1081; &#1085;&#1072; &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085;&#1080;&#1077; &#1080; &#1080;&#1079;&#1084;&#1077;&#1085;&#1077;&#1085;&#1080;&#1077; &#1074; &#1085;&#1077;&#1082;&#1086;&#1084;&#1084;&#1077;&#1088;&#1095;&#1077;&#1089;&#1082;&#1080;&#1093; &#1094;&#1077;&#1083;&#1103;&#1093;</a></li><li class="tbou" id="sur_f"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,sur:f&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1057; &#1083;&#1080;&#1094;&#1077;&#1085;&#1079;&#1080;&#1077;&#1081; &#1085;&#1072; &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085;&#1080;&#1077; &#1074; &#1085;&#1077;&#1082;&#1086;&#1084;&#1084;&#1077;&#1088;&#1095;&#1077;&#1089;&#1082;&#1080;&#1093; &#1094;&#1077;&#1083;&#1103;&#1093;</a></li></ul></li><li><ul class="tbt"><li class="tbos" id="itp_">&#1051;&#1102;&#1073;&#1086;&#1075;&#1086; &#1090;&#1080;&#1087;&#1072;</li><li class="tbou" id="itp_face"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,itp:face&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1051;&#1080;&#1094;&#1072;</a></li><li class="tbou" id="itp_photo"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,itp:photo&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1060;&#1086;&#1090;&#1086;&#1075;&#1088;&#1072;&#1092;&#1080;&#1080;</a></li><li class="tbou" id="itp_clipart"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,itp:clipart&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1050;&#1083;&#1080;&#1087;-&#1072;&#1088;&#1090;</a></li><li class="tbou" id="itp_lineart"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,itp:lineart&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1063;/&#1073; &#1088;&#1080;&#1089;&#1091;&#1085;&#1082;&#1080;</a></li><li class="tbou" id="itp_animated"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,itp:animated&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw">&#1040;&#1085;&#1080;&#1084;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1085;&#1099;&#1077;</a></li></ul></li><li><ul class="tbt"><li class="tbos" id="qdr_">&#1047;&#1072; &#1074;&#1089;&#1105; &#1074;&#1088;&#1077;&#1084;&#1103;</li><li class="tbou" id="qdr_d"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,qdr:d&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw"> &#1047;&#1072; 24 &#1095;&#1072;&#1089;&#1072;</a></li><li class="tbou" id="qdr_w"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,qdr:w&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw"> &#1047;&#1072; &#1085;&#1077;&#1076;&#1077;&#1083;&#1102;</a></li><li class="tbou" id="qdr_m"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,qdr:m&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw"> &#1047;&#1072; &#1084;&#1077;&#1089;&#1103;&#1094;</a></li><li class="tbou" id="qdr_y"><a class="q" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500,qdr:y&amp;tbm=isch&amp;source=lnt&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQpwUIDw"> &#1047;&#1072; &#1075;&#1086;&#1076;</a></li></ul></li></ul><a class="q" style="padding-left:16px" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbm=isch&amp;tbas=0&amp;sa=X&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQuAsIEA">&#1057;&#1073;&#1088;&#1086;&#1089;&#1080;&#1090;&#1100; &#1085;&#1072;&#1089;&#1090;&#1088;&#1086;&#1081;&#1082;&#1080;</a></div></td><td colspan="2" valign="top"><div id="center_col"><div class="sd" id="resultStats">&#1056;&#1077;&#1079;&#1091;&#1083;&#1100;&#1090;&#1072;&#1090;&#1086;&#1074;: &#1087;&#1088;&#1080;&#1084;&#1077;&#1088;&#1085;&#1086; 22</div><div id="res"><div id="topstuff"></div><div id="search"><div id="ires"><table class="images_table" style="table-layout:fixed" width="100%"><tr><td style="width:25%;word-wrap:break-word"><a href="/url?q=https://forum.muse.mu/topic/725-russian-musers-thread/%3Fdo%3DfindComment%26comment%3D284205&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IFjAA&amp;usg=AOvVaw0NHVKTYQupWAye7-IK-cmD"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcReGP2URO-81e9dHCtxwQyYmHbaych_tzo7LwT6VHTVNlblDPfUG7kthxZ7" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="forum.muse.mu">forum.muse.mu</cite>
Russian Musers Thread - Page 308 - International - Muse
500 &#1061; 500; 13 &#1050;&#1041; - png</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=https://forum.muse.mu/topic/725-russian-musers-thread/%3Fdo%3DfindComment%26comment%3D284205&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IGDAB&amp;usg=AOvVaw3nQdLlsoMbGglE-1nPWkq-"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQqsssdjNpmEikACewGOeUJ41o18wserrYeKWoAR_SpS36axLmzUVNp51XA" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="forum.muse.mu">forum.muse.mu</cite>
Russian Musers Thread - Page 308 - International - Muse
500 &#1061; 500; 3 &#1050;&#1041; - png</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=https://forum.muse.mu/topic/725-russian-musers-thread/%3Fdo%3DfindComment%26comment%3D284205&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IGjAC&amp;usg=AOvVaw3D7_QwMzyWRy1jVMLDb6HM"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQYUPoNmTF3w0D4S4zSQTyke5fHUXT3nSQ91nqsLtSXyKn2GANIfHcswW9r" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="forum.muse.mu">forum.muse.mu</cite>
Russian Musers Thread - Page 308 - International - Muse
500 &#1061; 500; 11 &#1050;&#1041; - png</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=https://forum.muse.mu/topic/725-russian-musers-thread/%3Fdo%3DfindComment%26comment%3D284205&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IHDAD&amp;usg=AOvVaw0MWaf8t2y9gMyOQKsQHQ4n"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGleDaThmGAJbJ84gYChL5brqqJBIrvfra9oBJ-MTrCTZNhu69pF_IugsMZQ" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="forum.muse.mu">forum.muse.mu</cite>
Russian Musers Thread - Page 308 - International - Muse
500 &#1061; 500; 12 &#1050;&#1041; - png</td></tr><tr><td style="width:25%;word-wrap:break-word"><a href="/url?q=https://forum.muse.mu/topic/725-russian-musers-thread/%3Fdo%3DfindComment%26comment%3D284205&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IHjAE&amp;usg=AOvVaw2SvFBcVlb-rqkLGOJe0DEq"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTawzE9zReQg2rpnah9Oo9b8--m3TJzr2upjLK-A9nL7FTBH5Nt13BfhV_M" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="forum.muse.mu">forum.muse.mu</cite>
Russian Musers Thread - Page 308 - International - Muse
500 &#1061; 500; 3 &#1050;&#1041; - png</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=https://forum.muse.mu/topic/725-russian-musers-thread/%3Fdo%3DfindComment%26comment%3D284205&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IIDAF&amp;usg=AOvVaw0AD8LRdCEoHgy075antIaZ"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSCnVzXxB1pLOy6FYtRqfpgVDdnWaqvdh2QBncvIu6efWNw0jpE3alsjWfd" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="forum.muse.mu">forum.muse.mu</cite>
Russian Musers Thread - Page 308 - International - Muse
500 &#1061; 500; 9 &#1050;&#1041; - png</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=http://vsetutonline.com/forum/showthread.php%3Fp%3D201043%26langid%3D1&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IIjAG&amp;usg=AOvVaw1Jl6qe1tHmw8cI3xes_eOG"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSsMagqIUyiVvCZvJJRX4yigARBlLKQvQmSMVxf5YS7wCBeEmZzvSvtrUGWSg" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="vsetutonline.com">vsetutonline.com</cite>
Various Artists - Союз 41-59 [20 CD] (2007-2016) Lossless - Все ...
500 &#1061; 500; 193 &#1050;&#1041; - jpg</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=http://vsetutonline.com/forum/showthread.php%3Fp%3D168491%26langid%3D1&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IJDAH&amp;usg=AOvVaw3BKw3G6jOR8edrvu7VV3Wj"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTiyG1vvD7pF4oZv3AzgD8I6YTnEyjcCnl1quueILZWydlROGTlhEXwgZw" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="vsetutonline.com">vsetutonline.com</cite>
VA - XXXL Максимальный (7 CD) (2010-2013) Lossless - Все Тут Online
500 &#1061; 500; 225 &#1050;&#1041; - jpg</td></tr><tr><td style="width:25%;word-wrap:break-word"><a href="/url?q=http://vsetutonline.com/forum/showthread.php%3Fp%3D168491%26langid%3D1&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IJjAI&amp;usg=AOvVaw3jBFE_kPU_iPZECmJppi2x"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRlosXmEqYaakzUbCmOqoVFMhsQDdkosuRZtsLe5q3V33DBqk3qJm6o1CQY" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="vsetutonline.com">vsetutonline.com</cite>
VA - XXXL Максимальный (7 CD) (2010-2013) Lossless - Все Тут Online
500 &#1061; 500; 37 &#1050;&#1041; - jpg</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=https://forum.muse.mu/topic/725-russian-musers-thread/%3Fdo%3DfindComment%26comment%3D284205&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IKDAJ&amp;usg=AOvVaw35FdGUov_gaNdioV2jfa38"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRDsTripiDdWMOgwamstP02Qk5-gkCzhrrJS4FxwhtlfpBf1a9-hkY8HB4MlQ" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="forum.muse.mu">forum.muse.mu</cite>
Russian Musers Thread - Page 308 - International - Muse
500 &#1061; 500; 12 &#1050;&#1041; - png</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=http://vsetutonline.com/forum/showthread.php%3Fp%3D201043%26langid%3D1&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IKjAK&amp;usg=AOvVaw0VDABYEjh0_KZpmpzyy0yS"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSlQK5hfx-w-RWvtg70e4V6Ydwj9e6JLidyCXNhqgJkAWKxyu-oYN94V-nTXA" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="vsetutonline.com">vsetutonline.com</cite>
Various Artists - Союз 41-59 [20 CD] (2007-2016) Lossless - Все ...
500 &#1061; 500; 184 &#1050;&#1041; - jpg</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=http://vsetutonline.com/forum/showthread.php%3Fp%3D168491%26langid%3D1&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4ILDAL&amp;usg=AOvVaw1dgwBqvDLJlwAbANV23eDh"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSUmIaSe1Q-pIgou6vuPPTyb-iEffYf3ghSFRqW7PtJue-K4irjAN6ZgAsv" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="vsetutonline.com">vsetutonline.com</cite>
VA - XXXL Максимальный (7 CD) (2010-2013) Lossless - Все Тут Online
500 &#1061; 500; 213 &#1050;&#1041; - jpg</td></tr><tr><td style="width:25%;word-wrap:break-word"><a href="/url?q=http://vsetutonline.com/forum/showthread.php%3Fp%3D168491%26langid%3D1&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4ILjAM&amp;usg=AOvVaw0Ls6af-RhjWSXBYmRctS-4"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQMGkoiJpLvT79E7MaY4bBACTRJKg3pg3crSQseEdBUqat773feNrJIx-xyKg" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="vsetutonline.com">vsetutonline.com</cite>
VA - XXXL Максимальный (7 CD) (2010-2013) Lossless - Все Тут Online
500 &#1061; 500; 242 &#1050;&#1041; - jpg</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=http://vsetutonline.com/forum/showthread.php%3Fp%3D168491%26langid%3D1&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IMDAN&amp;usg=AOvVaw0n0pj0qwc9tXTqS1fp6sHn"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTb6mYT8P8Zg1hB524VWxF35o0AKjtXLt5cCBEDNE6ccVOMjasnqAHutyqz" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="vsetutonline.com">vsetutonline.com</cite>
VA - XXXL Максимальный (7 CD) (2010-2013) Lossless - Все Тут Online
500 &#1061; 500; 29 &#1050;&#1041; - jpg</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=http://vsetutonline.com/forum/showthread.php%3Fp%3D168491%26langid%3D1&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IMjAO&amp;usg=AOvVaw1_HqMdJqvQ_3A-0siGwfKt"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT4sxt-HkSA3nJSoggK7Vra33T-4AUYww9iW_1JIva89xDl2M_lu96anIcS" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="vsetutonline.com">vsetutonline.com</cite>
VA - XXXL Максимальный (7 CD) (2010-2013) Lossless - Все Тут Online
500 &#1061; 500; 273 &#1050;&#1041; - jpg</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=http://www.forum.arhum.ru/forum/showthread.php%3Ft%3D2710%26page%3D23%26langid%3D1&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4INDAP&amp;usg=AOvVaw2ryDLI6-tt9eGVVfMz25e5"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRBiYzozmDaNty-6ZhlkBnOAB2X1a8jzPURZZDRNt1JIvwZhkOVLlsLhQIClA" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="forum.arhum.ru">forum.arhum.ru</cite>
Забавно и прикольно - Page 23 - Arhum.ru - Forums
500 &#1061; 500; 55 &#1050;&#1041; - jpg</td></tr><tr><td style="width:25%;word-wrap:break-word"><a href="/url?q=http://www.ruslegion.com/smf-new/index.php%3Faction%3Dprofile%3Bu%3D457%3Bsa%3DshowPosts%3Bstart%3D15&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4INjAQ&amp;usg=AOvVaw3wCnve0wxC9K42ovp4Zy2r"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQBM_fdl7Ab2_91h1OZ5xUlZmJGV_GihLgZ0LG7Z2WHtQ2EWN7x5vO-ubCZYg" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="ruslegion.com">ruslegion.com</cite>
Latest posts of: Juicy
500 &#1061; 500; 67 &#1050;&#1041; - jpg</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=http://vsetutonline.com/forum/showthread.php%3Fp%3D168491%26langid%3D1&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IODAR&amp;usg=AOvVaw0Am-mKG_CQM_Sz1QVC71zW"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRUewL1f4zb7cqpUU88-7yQfBBQvY69AdnvPOKg7_Kv7mV8xxLzKhgjHmdL" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="vsetutonline.com">vsetutonline.com</cite>
VA - XXXL Максимальный (7 CD) (2010-2013) Lossless - Все Тут Online
500 &#1061; 500; 41 &#1050;&#1041; - jpg</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=https://audiko.kr/ringtones/%25C3%25B0%25C3%25B3%25C3%25AA%25C3%25A8-%25C3%25A2%25C3%25A2%25C3%25A5%25C3%25B0%25C3%25B5/%25C3%25AF%25C3%25AB%25C3%25A0-%25C3%25A5%25C3%25B8%25C3%25BC-%25C3%25A2-%25C3%25B2%25C3%25A5%25C3%25AC%25C3%25AD%25C3%25AE%25C3%25B2%25C3%25A5%3Fring%3D42426376&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IOjAS&amp;usg=AOvVaw1BlVSj5N3HvsWOvM2uew9i"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSMDuDRRV5sTF3wvC2MYXi4PGg2zl2pZXpt-vvu1TCOSahVVD3ePV6cI2KCHg" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="audiko.kr">audiko.kr</cite>
&#50504;&#46300;&#47196;&#51060;&#46300;IOS &#55092;&#45824;&#54256;&#51012; &#50948;&#54620; &#47924;&#47308; mp3 &#48296;&#49548;&#47532; Плачешь В Темноте ...
500 &#1061; 500; 68 &#1050;&#1041; - jpg</td><td style="width:25%;word-wrap:break-word"><a href="/url?q=https://audiko.kr/ringtones/%25C3%25A4%25C3%25A8%25C3%25B1%25C3%25AA%25C3%25AE%25C3%25B2%25C3%25A5%25C3%25AA%25C3%25A0-%25C3%25A0%25C3%25A2%25C3%25A0%25C3%25B0%25C3%25A8%25C3%25BF/%25C3%25AA-%25C3%25B3-%25C3%25AA-%25C3%25AB-%25C3%25A0-vk-com-vivanightclub%3Fring%3D26358693&amp;sa=U&amp;ved=0ahUKEwinpqGGlu3hAhXHAxAIHdGTDZoQwW4IPDAT&amp;usg=AOvVaw0H4Eq2Vfe3t1ogjBFAiu_-"><img height="130" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSF7I6sTZjA5F58UxauWS2fkSGjpTdW18_-qEQuB2JPDmEAW3s6xfBR4xdA" width="130" alt="&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1080; &#1087;&#1086; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;&#1091; смайлик"></a>
<cite title="audiko.kr">audiko.kr</cite>
&#50504;&#46300;&#47196;&#51060;&#46300;IOS &#55092;&#45824;&#54256;&#51012; &#50948;&#54620; &#47924;&#47308; mp3 &#48296;&#49548;&#47532; К..У..К..Л..А ...
500 &#1061; 500; 41 &#1050;&#1041; - jpg</td></tr></table><ol></ol></div></div></div></div><div id="foot"><table align="center" border="0" cellpadding="0" cellspacing="0" id="nav"><tr valign="top"><td align="left" class="b"><span class="csb" style="background-position:-24px 0;width:28px"></span><b></b></td><td><span class="csb" style="background-position:-53px 0;width:20px"></span><b>1</b></td><td><a class="fl" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500&amp;tbm=isch&amp;ei=rKrCXKegJceHwPAP0ae20Ak&amp;start=20&amp;sa=N"><span class="csb" style="background-position:-74px 0;width:20px"></span>2</a></td><td class="b" style="text-align:left"><a class="fl" href="/search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;ie=UTF-8&amp;tbs=isz:ex,iszw:500,iszh:500&amp;tbm=isch&amp;ei=rKrCXKegJceHwPAP0ae20Ak&amp;start=20&amp;sa=N" style="text-align:left"><span class="csb" style="background-position:-96px 0;width:71px"></span><span style="display:block;margin-left:53px">&#1057;&#1083;&#1077;&#1076;&#1091;&#1102;&#1097;&#1072;&#1103;</span></a></td></tr></table><p class="A8ul6" id="bfl" style="margin:19px 0 0;text-align:center"><a href="https://www.google.com/advanced_image_search?q=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA&amp;tbs=isz:ex,iszw:500,iszh:500&amp;tbm=isch">&#1056;&#1072;&#1089;&#1096;&#1080;&#1088;&#1077;&#1085;&#1085;&#1099;&#1081; &#1087;&#1086;&#1080;&#1089;&#1082;</a><a href="https://www.google.com/imghp?hl=ru">&#1053;&#1072; &#1075;&#1083;&#1072;&#1074;&#1085;&#1091;&#1102; &#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1086;&#1082; Google</a> <a href="http://images.google.com/support/?hl=ru">&#1057;&#1087;&#1088;&#1072;&#1074;&#1082;&#1072;</a> <a href="/tools/feedback/survey/html?productId=196&amp;hl=ru&amp;query=%C3%B1%C3%AC%C3%A0%C3%A9%C3%AB%C3%A8%C3%AA">&#1054;&#1090;&#1087;&#1088;&#1072;&#1074;&#1080;&#1090;&#1100; &#1086;&#1090;&#1079;&#1099;&#1074;</a></p><div class="A8ul6" id="fll" style="margin:19px auto 19px auto;text-align:center"><a href="/">&#1043;&#1083;&#1072;&#1074;&#1085;&#1072;&#1103; &#1089;&#1090;&#1088;&#1072;&#1085;&#1080;&#1094;&#1072; Google</a> <a href="/intl/ru/ads">&#1056;&#1077;&#1082;&#1083;&#1072;&#1084;&#1085;&#1099;&#1077; &#1087;&#1088;&#1086;&#1075;&#1088;&#1072;&#1084;&#1084;&#1099;</a> <a href="/intl/ru/policies/privacy/">&#1050;&#1086;&#1085;&#1092;&#1080;&#1076;&#1077;&#1085;&#1094;&#1080;&#1072;&#1083;&#1100;&#1085;&#1086;&#1089;&#1090;&#1100;</a> <a href="/intl/ru/policies/terms/">&#1059;&#1089;&#1083;&#1086;&#1074;&#1080;&#1103;</a> <a href="/intl/ru/about.html">&#1054; Google</a></div></div></td><td id="rhs_block" valign="top"></td></tr></tbody></table><script type="text/javascript" nonce="DA6RKQdqnZQ6nHOMtDSE0g==">(function(){var eventid='rKrCXKegJceHwPAP0ae20Ak';google.kEI = eventid;})();</script><script src="/xjs/_/js/k=xjs.hp.en.A_DQpcYhv1Q.O/m=sb_he,d/rt=j/d=1/rs=ACT90oEFWKrz2-G_1Y4SvVZgAAx8GtboQA" nonce="DA6RKQdqnZQ6nHOMtDSE0g=="></script><script type="text/javascript" nonce="DA6RKQdqnZQ6nHOMtDSE0g==">google.ac&&google.ac.c({"agen":true,"cgen":true,"client":"img","dh":true,"dhqt":true,"ds":"i","ffql":"ru","host":"google.com","isbh":28,"jsonp":true,"msgs":{"cibl":"&#1059;&#1076;&#1072;&#1083;&#1080;&#1090;&#1100; &#1087;&#1086;&#1080;&#1089;&#1082;&#1086;&#1074;&#1099;&#1081; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089;","dym":"&#1042;&#1086;&#1079;&#1084;&#1086;&#1078;&#1085;&#1086;, &#1074;&#1099; &#1080;&#1084;&#1077;&#1083;&#1080; &#1074; &#1074;&#1080;&#1076;&#1091;:","lcky":"&#1052;&#1085;&#1077; &#1087;&#1086;&#1074;&#1077;&#1079;&#1105;&#1090;!","lml":"&#1055;&#1086;&#1076;&#1088;&#1086;&#1073;&#1085;&#1077;&#1077;...","oskt":"&#1069;&#1082;&#1088;&#1072;&#1085;&#1085;&#1072;&#1103; &#1082;&#1083;&#1072;&#1074;&#1080;&#1072;&#1090;&#1091;&#1088;&#1072;","psrc":"&#1069;&#1090;&#1086;&#1090; &#1079;&#1072;&#1087;&#1088;&#1086;&#1089; &#1073;&#1099;&#1083; &#1091;&#1076;&#1072;&#1083;&#1077;&#1085; &#1080;&#1079; &#1074;&#1072;&#1096;&#1077;&#1081; \u003Ca href=\"/history\"\u003E&#1080;&#1089;&#1090;&#1086;&#1088;&#1080;&#1080; &#1074;&#1077;&#1073;-&#1087;&#1086;&#1080;&#1089;&#1082;&#1072;\u003C/a\u003E","psrl":"&#1059;&#1076;&#1072;&#1083;&#1080;&#1090;&#1100;","sbit":"&#1055;&#1086;&#1080;&#1089;&#1082; &#1087;&#1086; &#1082;&#1072;&#1088;&#1090;&#1080;&#1085;&#1082;&#1077;","srch":"&#1055;&#1086;&#1080;&#1089;&#1082; &#1074; Google"},"ovr":{},"pq":"смайлик","sbpl":24,"sbpr":24,"scd":10,"sce":5,"stok":"sKFqpxmVHGHhTU_PRalInZqwz5U","uhde":false})</script><script nonce="DA6RKQdqnZQ6nHOMtDSE0g==">(function(){window.google.cdo={height:905,width:1450};(function(){var a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d="CSS1Compat"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a&&b&&(a!=google.cdo.width||b!=google.cdo.height)&&google.log("","","/client_204?&atyp=i&biw="+a+"&bih="+b+"&ei="+google.kEI);}).call(this);})();</script></body></html>
 

joiner

Модератор
Локальный модератор
Сообщения
3,556
Репутация
628
скорее всего нужно через winhttp. смотрел через отладчик IE, работа идет через GET запросы
 

CreatoR

Must AutoIt!
Команда форума
Администратор
Сообщения
8,671
Репутация
2,481
saraconor [?]
вот что возвращается
Тогда так:

Код:
$aImages = StringRegExp($sRead, '<img height="130" .*?src="(.*?)".*?></a>
<cite.*?</cite>
(.*?)
.*?- (.*?)</td>', 3)

Но это нестабильно, теги могут меняться, смотря для какой цели это нужно.
 
Автор
S

saraconor

Новичок
Сообщения
404
Репутация
3
С последним примером получается вот что:
по поиску "смайлик", светху реальная выборка из гугла, снизу то что схватил скрипт.
3d47191b986ea1a281ce020c87f6be22.jpg


по поиску "мозг", тут скрипт нашел только 4 картинки почему-то.
082c4fc457dcad91f33bf5fd9ed06288.jpg

в обоих примерах размеры картинок получились 130*130

вот что показывает просмотр элементов в браузере, не знаю как это может пригодиться.
bedde175171a8804567eb3cf6320d75b.jpg

src="data:image/jpeg;base64,/9j…KFVyqrFFEJKlpWY8UrKMUUUo/9k="
 

CreatoR

Must AutoIt!
Команда форума
Администратор
Сообщения
8,671
Репутация
2,481
saraconor
То что выдаёт браузер отличается от того что получит скрипт, т.к в браузере есть персональные настройки.
Чем не подходит вариант с использованием IE?
 
Автор
S

saraconor

Новичок
Сообщения
404
Репутация
3
CreatoR сказал(а):
saraconor
То что выдаёт браузер отличается от того что получит скрипт, т.к в браузере есть персональные настройки.
Чем не подходит вариант с использованием IE?
Я не знаю как в IE посмотреть нужный элемент
Ну так что в итоге, не получится вытащить те 5 картинок?
 

CreatoR

Must AutoIt!
Команда форума
Администратор
Сообщения
8,671
Репутация
2,481
saraconor [?]
как в IE посмотреть нужный элемент
F12.

Пробуйте:

Код:
#include <IE.au3>
#include <WinAPIShPath.au3>

$sDest_Dir = FileSelectFolder('Save images to:', '')
If @error Then Exit

$sQuery = BinaryToString(StringToBinary('смайлик', 4))
$iWidth = 500
$iHeight = 500
$iLimit = 5
$iCount = 0

$oIE = _IECreate(StringFormat('https://google.com/search?q=%s&tbm=isch&source=lnt&tbs=isz:ex,iszw:%i,iszh:%i', $sQuery, $iWidth, $iHeight), 0, 0, 1, 0)
$oURLs = _IELinkGetCollection($oIE)

For $oURL In $oURLs
	If $oURL.GetAttribute('jsaction') = 'fire.ivg_o;mouseover:str.hmov;mouseout:str.hmou' Then
		$iCount += 1
		
		$sURL = _Encoding_URIDecode(StringRegExpReplace($oURL.href, '.*?\?imgurl=(.*?)&imgrefurl=.*', '\1'))
		$sExt = StringRegExpReplace($sURL, '^.*\.(\w{3,4}).*', '\1')
		$sExt = ($sExt = 'com' ? 'jpg' : $sExt)
		$sTitle = StringRegExpReplace($oURL.NextSibling.ChildNodes.Item(0).InnerText, '/\\:\*"<>\?\|', '')
		
		InetGet($sURL, _WinAPI_PathYetAnotherMakeUniqueName($sDest_Dir & '\' & $sTitle & '.' & $sExt))
		
		If $iCount = $iLimit Then
			ExitLoop
		EndIf
	EndIf
Next

_IEQuit($oIE)

Func _Encoding_URIDecode($sString)
	Local $sRet = '', $iDec
	Local $aSplit = StringSplit($sString, '')
	
	If @error Then
		Return SetError(1, 0, '')
	EndIf
	
	For $i = 1 To $aSplit[0]
		If $aSplit[$i] = '%' And $i + 2 <= $aSplit[0] Then
			$i += 2
			$iDec = Dec($aSplit[$i - 1] & $aSplit[$i])
			
			If Not @error Then
				$sRet &= Chr($iDec)
			Else
				$sRet &= $aSplit[$i - 2]
			EndIf
		Else
			$sRet &= $aSplit[$i]
		EndIf
	Next
	
	Return $sRet
EndFunc
 
Автор
S

saraconor

Новичок
Сообщения
404
Репутация
3
Работает, скрипт использует IE, и размер 500*500. Правда первые пару раз скрипт пытался пользоваться основным браузером (maxthon) в итоге получалось странное.
Скажите, вот эти функции "GetAttribute NextSibling.ChildNodes.Item" их ведь в справке нет, где про них можно почитать?
 
Автор
S

saraconor

Новичок
Сообщения
404
Репутация
3
Вот небольшая выборка сколько картинок скрипт находит по разным словам:
змея - 3
лейка - 5
песок - 5
национализм - 4
дискредитация - 3
интеграл - 5
гриб - 3
пестицид - 2
Причем если открыт основной браузер, скрипт пытается его использовать и в итоге некоторое количество найденных картинок становятся битыми.
И допустим искомое слово "пряник"
при $iLimit = 4 находит 1 картинку, при 6 находит 2, и при 12 тоже 2, а при 21 находит 7.
А при слове "молоко" и количестве 21 находит 15.
Какая-то проблема в маске поиска?
 

CreatoR

Must AutoIt!
Команда форума
Администратор
Сообщения
8,671
Репутация
2,481
Верх