In diesem Post zeige ich euch wie ihr mit Python und Requests googeln könnt.
Funktionen
- Internationale Domains und URLs
- Browser-ähnliche SSL-Verifizierung
- Automatische Inhaltsdecodierung
- Authentifizierung
- Cookies
- Automatische Dekompression
- Unicode-Antwortkörper
- HTTP (S) -Proxy-Unterstützung
- Datei Uploads
- Streaming-Downloads
- Verbindungstimeouts
- ...
Installation
pip3 install requests
Programmieren
import requests
get_parameters = {'q':'irgendwas','start':0}
r2 = requests.get('https://www.google.de/search',get_parameters)
print(r2.text)
f = open('google-suche.html','w')
f.write(r2.text)
f.flush()
f.close()
Erklärung
In dem Dictionarie get_parameters = {'q':'irgendwas','start':0}
wird die Suchanfrage 'q':'irgendwas
und die Startseite von der Google-Suche 'start':0
(0 = 1. Seite; 10 Ergebnisse pro Seite) festgelegt.
Die Seite wird mit r2 = requests.get('https://www.google.de/search',get_parameters)
heruntergeladen.
Print output
<!doctype html><html itemscope="" itemtype="http://schema.org/SearchResultsPage" lang="de"><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"><link href="/images/branding/product/ico/googleg_lodp.ico" rel="shortcut icon"><title>irgendwas - Google-Suche</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}._yhd{font-size:11px}.j{width:34em}body,td,div,.p,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}._ITd,._JTd{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}._kgd{color:#e7711b}#_vBb{border:1px solid #e0e0e0;margin-left:-8px;margin-right:-8px;padding:15px 20px 5px}._m3b{font-size:32px}._eGc{color:#777;font-size:16px;margin-top:5px}._H0d{color:#777;font-size:14px;margin-top:5px}._HLh{border:1px solid #e0e0e0;padding-left:20px}._Tki{border:1px solid #e0e0e0;padding:5px 20px}#vob{border:1px solid #e0e0e0;padding:15px 15px}#_Nyc{font-size:22px;line-height:22px;padding-bottom:5px}#vob_st{line-height:1.24}._Tsb{border-width:1px;border-style:solid;border-color:#eee;background-color:#fff;position:relative;margin-bottom:26px}._Peb,._Qeb,._Usb{font-family:Arial;font-weight:lighter}._Peb{margin-bottom:5px}._Peb{font-size:xx-large}._Qeb{font-size:medium}._Usb{font-size:small}._Tsb{margin-left:-8px;margin-right:-15px;padding:20px 20px 24px}._rOc{border-spacing:0px 2px}._sOc{max-width:380px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:0px}._v9b{padding-left:15px;white-space:nowrap;color:#666}._pOc{padding-left:0px}._rkc{color:#212121}._HOb{color:#878787}._lMf{color:#093}._jMf{color:#c00}._kMf{padding:1px}._CKg{color:#dd4b39}.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}#_FQd{padding:0 8px}#subform_ctrl{font-size:11px;height:17px;margin:5px 3px 0 17px}.taf{padding-bottom:3px}._chd{padding:20px 0 3px}._bhd{padding:20px 0 3px}#topstuff .e{padding-bottom:6px}.slk .sld{width:250px}.slk{margin-bottom:-3px}.slk ._z3b{padding-bottom:5px;width:250px}.ac,.st{line-height:1.24}.mfr,#ofr{font-size:16px;margin:1em 0;padding:0 8px}._tLi{padding-bottom:25px}.s{color:#545454}.ac{color:#545454}a.fl,._cD 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}.kv{font-size:15px}.kvs{margin-top:1px}.kv,.kvs,.slp{display:block;margin-bottom:1px}.kt{border-spacing:2px 0;margin-top:1px}.f{color:#808080}._pJb{color:#093}h4.r{display:inline;font-size:small;font-weight:normal}.g{line-height:1.2}._sPb{display:inline-block;vertical-align:top;overflow:hidden;position:relative}._Gnc{margin:0 0 2em 1.3em}._Gnc li{list-style-type:disc}.osl{color:#777;margin-top:4px}.r{font-size:16px;margin:0}.spell{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 .sp_cnt{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}._mY{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}._UXb,a._UXb{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}._Ihd{border-bottom:3px solid #dd4b39;color:#dd4b39;font-weight:bold;margin:2px 8px 0}a._Jhd:hover{color:black;text-decoration:none;white-space:nowrap}body{margin:0;padding:0}._sxc{display:inline-block;float:left;margin-top:2px}._Hhd,a._Hhd{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}._nBb{display:inline;margin:0 3px;outline-color:transparent;overflow:hidden;position:relative}._nBb>div{outline-color:transparent}._O0{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}._O0{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}._Ykb{list-style:none;white-space:nowrap}._Ykb:hover{background-color:#eee}a._Zkb{color:#333;cursor:pointer;display:block;padding:7px 18px;text-decoration:none}#tads a._Zkb{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="/fGLTP30cFQIWqYV9Gns8w==">(function(){window.google={kEI:'jfCOWtr1O8f4kwXBiqKoAg',kEXPI:'1354277,1354688,1354915,1355219,1355458,1355528,1355675,1355762,1356040,1356180,1356690,1356779,1356854,1357033,1357208,1357219,1357326,1357808,3700248,3700439,3700521,4029815,4031109,4043492,4045841,4048347,4081038,4089201,4097153,4097469,4097922,4097929,4098733,4098740,4103209,4107683,4109316,4109489,4114597,4116279,4116731,4116926,4116935,4118798,4120660,4122511,4123645,4124850,4125837,4126204,4126754,4127086,4127418,4127744,4128586,4129001,4129520,4129633,4131247,4131836,4133878,4134717,4135025,4135307,4136073,4137467,4137597,4137646,4137727,4139722,4139730,4140279,4140325,4141160,4141174,4141241,4141390,4141468,4142071,4142328,4142834,4143278,4143676,4143817,4143972,4144284,4144545,4144803,4145088,4145461,4145485,4145772,4145836,4146146,4147442,4147900,4147943,4148061,4148267,4148279,4148304,4148521,4148571,4148608,4148947,4149017,4149271,4149304,4149337,4149372,4149918,4150005,4150017,4150184,4150429,4151013,4151016,4151048,4151296,4151352,4151354,4151389,4151699,4152044,4152048,4152195,4152943,4153062,4153222,4153366,4153368,4153545,4153616,4153625,4153643,4153952,4154203,4154340,4154377,4154510,4155194,4155384,4155445,4155569,4155610,4155624,4155684,4156008,4156123,10200083,10202524,15807764',authuser:0,kscs:'c9c918f0_jfCOWtr1O8f4kwXBiqKoAg',u:'c9c918f0',kGL:'DE'};google.kHL='de';})();(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.wl=function(a,b){try{google.ml(Error(a),!1,b)}catch(d){}};google.time=function(){return(new Date).getTime()};google.log=function(a,b,d,c,g){if(a=google.logUrl(a,b,d,c,g)){b=new Image;var e=google.lc,f=google.li;e[f]=b;b.onerror=b.onload=b.onabort=function(){delete e[f]};google.vel&&google.vel.lu&&google.vel.lu(a);b.src=a;google.li=f+1}};google.logUrl=function(a,b,d,c,g){var e="",f=google.ls||"";d||-1!=b.search("&ei=")||(e="&ei="+google.getEI(c),-1==b.search("&lei=")&&(c=google.getLEI(c))&&(e+="&lei="+c));c="";!d&&google.cshid&&-1==b.search("&cshid=")&&(c="&cshid="+google.cshid);a=d||"/"+(g||"gen_204")+"?atyp=i&ct="+a+"&cad="+b+e+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={gen204:"dcl",clearcut:4};var c=[function(){google.c&&google.tick("load",b)}];google.dcl=!1;google.dclc=function(a){google.dcl?a():c.push(a)};function d(){if(!google.dcl){google.dcl=!0;for(var a;a=c.shift();)a()}}window.addEventListener?(document.addEventListener("DOMContentLoaded",d,!1),window.addEventListener("load",d,!1)):window.attachEvent&&window.attachEvent("onload",d);}).call(this);</script><script type="text/javascript" nonce="/fGLTP30cFQIWqYV9Gns8w=="></script><script nonce="/fGLTP30cFQIWqYV9Gns8w==">(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 a=[];google.jsc={xx:a,x:function(b){a.push(b)}};}).call(this);</script></head><body class="hsrp" bgcolor="#ffffff" marginheight="0" marginwidth="0" topmargin="0"><div id=gbar><nobr><b class=gb1>Suche</b> <a class=gb1 href="https://www.google.de/search?hl=de&tbm=isch&source=og&tab=wi">Bilder</a> <a class=gb1 href="https://maps.google.de/maps?hl=de&tab=wl">Maps</a> <a class=gb1 href="https://play.google.com/?hl=de&tab=w8">Play</a> <a class=gb1 href="https://www.youtube.com/results?gl=DE&tab=w1">YouTube</a> <a class=gb1 href="https://news.google.de/nwshp?hl=de&tab=wn">News</a> <a class=gb1 href="https://mail.google.com/mail/?tab=wm">Gmail</a> <a class=gb1 href="https://drive.google.com/?tab=wo">Drive</a> <a class=gb1 style="text-decoration:none" href="https://www.google.de/intl/de/options/"><u>Mehr</u> »</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.de/history/optout?hl=de" class=gb4>Webprotokoll</a> | <a href="/preferences?hl=de" class=gb4>Einstellungen</a> | <a target=_top id=gb_70 href="https://accounts.google.com/ServiceLogin?hl=de&passive=true&continue=https://www.google.de/search%3Fq%3Dirgendwas%26start%3D0" class=gb4>Anmelden</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=de" style="background:url(/images/nav_logo229.png) no-repeat 0 -41px;height:37px;width:95px;display:block" 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" width="555" valign="bottom"><div style="position:relative;zoom:1"><input class="lst" value="irgendwas" title="Suche" autocomplete="off" id="sbhost" maxlength="2048" name="q" type="text"></div></td></tr></table></div></td><td><div class="ds"><div class="lsbb"><button class="lsb" value="Suche" name="btnG" type="submit"><span class="sbico" style="background:url(/images/nav_logo229.png) no-repeat -36px -111px;height:14px;width:13px;display:block"></span></button></div></div></td></tr></table></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="_UXb _Ihd _sxc _Hhd">Alle</div><div class="_sxc"><a class="_UXb _Jhd" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&source=lnms&tbm=isch&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ_AUIBQ">Bilder</a></div><div class="_sxc"><a class="_UXb _Jhd" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&source=lnms&tbm=vid&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ_AUIBg">Videos</a></div><div class="_sxc"><a class="_UXb _Jhd" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&source=lnms&tbm=nws&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ_AUIBw">News</a></div><div class="_sxc"><a class="_UXb _Jhd" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&source=lnms&tbm=shop&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ_AUICA">Shopping</a></div><div class="_sxc"><a class="_UXb _Jhd" href="https://maps.google.de/maps?q=irgendwas&um=1&ie=UTF-8&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ_AUICQ">Maps</a></div><div class="_sxc"><a class="_UXb _Jhd" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&source=lnms&tbm=bks&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ_AUICg">Bücher</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>._Bu,._Bu a:link,._Bu a:visited,a._Bu:link,a._Bu:visited{color:#808080}._kBb{color:#61C}.ellip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._uXc{border:1px solid #e0e0e0;font-size:13px;margin-right:-2px;}._o0d{margin:4px 10px}._Z8d{background:white;border-bottom:0;border-left:0;border-right:0;border-top:1px solid #e0e0e0;cursor:pointer;height:40px;outline:0;width:100%}._Azf{color:#777;font-size:11px}._Azf a{color:#777;text-decoration:none}.xpdclpsbtn{}.xpdxpndbtn{}.xpdclpsbtn ._FGf{background:url(/images/nav_logo229.png) no-repeat -50px -79px;height:22px;width:64px}.xpdxpndbtn ._FGf{background:url(/images/nav_logo229.png) no-repeat -50px -102px;height:22px;width:64px}._tXc{color:#222;font-size:15px;line-height:normal;margin:12px 0}._rvh{margin:4px 0}._U8d{padding-bottom:10px}._X8d{font-size:18px}._Y8d{font-size:14px;padding-top:10px}._Gri{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._V8d{background-color:rgba(0, 0, 0, 0.7);bottom:0;color:#fff;font-size:11px;font-weight:bold;line-height:21px;padding:1px 3px;position:absolute;right:0;text-decoration:none}._W8d{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA8BAMAAAADCSC/AAAAJFBMVEVMaXEAAAAAAAAAAAAAAADb29szMzP///+6urrz8/OWlpZnZ2fzXe86AAAADHRSTlMAKlGCmemm/9f3yLYMKNyhAAAA00lEQVR4Aa3WtRkDMQxA4cAEgT7YBwcIeIVw6xX8GdrAEJf2Rrj9woyvkOrfDFLqFPmO+hqdSuoWNfUz2ldXUH+idXYZ9TfKJ1j/Dweww3OXRQL7B9glcAhHPo6dZbDJpnicZJ3BQarL4JBDBeMVjim0Kwp9DKE1CYTWaQhtoNBuKbQLCu2GQh9DaH0CoTUaQus0hDai0C6kYSS8GKNlN9zHwpdiIXxxg/DjMonwB7AS+KRYyP+4/LPH6QMnJJzicNLkaZgldloq4OKDlzO8QMIl1x7m048r9nkEpwAAAABJRU5ErkJggg==) no-repeat center center;bottom:0;position:absolute;top:0;width:100%}._f8d{background:#000;overflow:hidden;position:relative}._f8d img{display:block;margin:0 auto;position:relative}._k0k{color:#212121;font-weight:bold}._gS{color:#212121}._tA{color:#777}._gS{font-weight:bold}._wwh{margin-left:10px}._tce._xwh{margin-right:10px}._Nqb{color:#222;font-size:18px;margin:20px 0 8px 0}._wvh{color:#222;font-size:18px;margin:20px 10px 8px 10px}._tce{display:-moz-inline-stack;display:inline-block;margin-bottom:10px;margin-right:21px;text-align:left;vertical-align:top;}._vgc{overflow:hidden}._sce{color:#777;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word}._wSe{margin:6px 0 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word}</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="lr_">Beliebiges Land</li><li class="tbou" id="ctr_countryDE"><a class="q" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&source=lnt&tbs=ctr:countryDE&cr=countryDE&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQpwUIDw">Land: Deutschland</a></li></ul></li><li><ul class="tbt"><li class="tbos" id="lr_">Beliebige Sprache</li><li class="tbou" id="lr_lang_1de"><a class="q" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&source=lnt&tbs=lr:lang_1de&lr=lang_de&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQpwUIDw">Seiten auf Deutsch</a></li></ul></li><li><ul class="tbt"><li class="tbos" id="qdr_">Beliebige Zeit</li><li class="tbou" id="qdr_h"><a class="q" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&source=lnt&tbs=qdr:h&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQpwUIDw"> Letzte Stunde</a></li><li class="tbou" id="qdr_d"><a class="q" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&source=lnt&tbs=qdr:d&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQpwUIDw"> Letzte 24 Std.</a></li><li class="tbou" id="qdr_w"><a class="q" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&source=lnt&tbs=qdr:w&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQpwUIDw"> Letzte Woche</a></li><li class="tbou" id="qdr_m"><a class="q" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&source=lnt&tbs=qdr:m&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQpwUIDw"> Letzter Monat</a></li><li class="tbou" id="qdr_y"><a class="q" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&source=lnt&tbs=qdr:y&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQpwUIDw"> Letztes Jahr</a></li></ul></li><li><ul class="tbt"><li class="tbos" id="li_">Alle Ergebnisse</li><li class="tbou" id="li_1"><a class="q" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&source=lnt&tbs=li:1&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQpwUIDw">Wortwörtlich</a></li></ul></li></ul></div></td><td valign="top"><div id="center_col"><div class="sd" id="resultStats">Ungefähr 13.900.000 Ergebnisse</div><div id="res"><div id="topstuff"></div><div id="search"><div id="ires"><ol><div class="g"><div class="_uXc hp-xpdbox"><div class="_o0d"> <div class="_U8d"> <div class="_f8d" style="height:312px"> <a href="/url?q=https://www.youtube.com/watch%3Fv%3DTug849TyYCE&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ3ywIGDAA&usg=AOvVaw027FvD9CWrXfYRC4KcXpHa"> <img src="https://img.youtube.com/vi/Tug849TyYCE/sddefault.jpg?h=416&w=555&sigh=__rhOVZI7Cuj4sQ_H5mNlz_dPMc1s=" style="top:-52px" width="555"> <span class="_W8d" style="background-size:auto 60px"> </span> <span class="_V8d"></span> </a> </div> <div class="_Y8d"> <h3 class="_X8d"> <a href="/url?q=https://www.youtube.com/watch%3Fv%3DTug849TyYCE&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQyCkIGTAA&usg=AOvVaw3v-lpcl6ZEJRdzBeNynmjw">Yvonne Catterfeld - <b>Irgendwas</b> feat. Bengio - YouTube</a> </h3> <cite class="kv _Gri">https://www.youtube.com/watch?v=Tug849TyYCE</cite> </div> </div> </div><div class="_o0d"><span class="_k0k">Text: </span>Sind auf der Suche nach irgendwas / Sind auf der Suche nach etwas mehr / Sind auf der Suche nach irgendwas / Nur was es ist, kann keiner erklären<span>… </span><a class="fl" href="https://play.google.com/music/preview/T6df2bdmhhl6wf6p6tm6hbtx5ve?lyrics=1&utm_source=google&utm_medium=search&utm_campaign=lyrics&pcampaignid=kp-songlyrics&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQr6QBCBwoADAB">Vollständiger Text bei Google Play Musik</a></div><div class="_o0d" style="display:none"></div><div class="_o0d"><span class="_gS">Künstlerin: </span><span class="_tA"><a class="_tA fl" href="/search?ie=UTF-8&q=Yvonne+Catterfeld&stick=H4sIAAAAAAAAAOPgE-LVT9c3NEw2rchIS7aMV-LUz9U3MLE0SkvSUspOttLPLS3OTNYvSk3OL0rJzEuPT84pLS5JLbJKLCrJLC4BAM90ksRAAAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQmxMIICgAMAM">Yvonne Catterfeld</a></span></div><div class="_o0d"><span class="_gS">Featured artist: </span><span class="_tA"><a class="_tA fl" href="/search?ie=UTF-8&q=Ben-Giacomo+Wortmann&stick=H4sIAAAAAAAAAOPgE-LVT9c3NEw2rchIS7aMV4Jwk8ozTAwq0k21tLOTrfRzS4szk_WLUpPzi1Iy89Ljk3NKi0tSi6zSUhNLSotSUxQSi0oyi0sABexlbE0AAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQmxMIIygAMAQ">Bengio</a></span></div><div class="_o0d"><span class="_gS">Album: </span><span class="_tA"><a class="_tA fl" href="/search?ie=UTF-8&q=Yvonne+Catterfeld+Guten+Morgen+Freiheit&stick=H4sIAAAAAAAAAOPgE-LVT9c3NEw2rchIS7aMV4JyjQpNsk2MS7TUs5Ot9HNLizOT9YtSk_OLUjLz0uOTc0qLS1KLrNIyi4pLFBJzkkpzAegBnjJJAAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQmxMIJigAMAU">Guten Morgen Freiheit</a></span></div><div class="_o0d"><span class="_gS">Veröffentlicht: </span><span class="_tA">2017</span></div><div class="_o0d"><span class="_gS">Genre: </span><span class="_tA">Pop</span></div><div class="_rvh"><div class="_wvh">Wird auch oft gesucht</div><div class="_wwh _tce" style="width:72px"><div class="_vgc" style="height:40px"><a class="_rce" href="/search?ie=UTF-8&q=yvonne+catterfeld+lieber+so&stick=H4sIAAAAAAAAAONgFuLVT9c3NEw2rchIS7aMV-IBcYsNTCvLK4wLtCSCUpPzi1Iy89Kdc0qLS1KLgjNTUssTK4sBJYrt1DkAAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQsQ4ILjAI"><img alt="Lieber so (Yvonne Catterfeld)" height="54px" src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSFmkgNxVEuYW6Wt4OQAbI7pFvn44s-v41dds62UTH7qedR1qqV6-_Qhg" style="margin-top:-7px" title="Lieber so (Yvonne Catterfeld)" width="72px"></a></div><div class="_wSe"><a class="fl" href="/search?ie=UTF-8&q=yvonne+catterfeld+lieber+so&stick=H4sIAAAAAAAAAONgFuLVT9c3NEw2rchIS7aMV-IBcYsNTCvLK4wLtCSCUpPzi1Iy89Kdc0qLS1KLgjNTUssTK4sBJYrt1DkAAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQxA0ILzAI" title="Lieber so (Yvonne Catterfeld)">Lieber so</a><div class="_sce" title="Lieber so (Yvonne Catterfeld)">Yvonne Catterfeld</div></div></div><div class="_tce" style="width:72px"><div class="_vgc" style="height:40px"><a class="_rce" href="/search?ie=UTF-8&q=yvonne+catterfeld+pendel&stick=H4sIAAAAAAAAAONgFuLVT9c3NEw2rchIS7aMV-IBcYsNTEuyzAwqtCSCUpPzi1Iy89Kdc0qLS1KLgjNTUssTK4sBUjCDmjkAAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQsQ4IMTAI"><img alt="Pendel (Yvonne Catterfeld)" height="54px" src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcR0IHxFwmfV5HW3aYImjhz6ADT1Tl-t3jN721xAv37oPHTPtTdak0kg0g" style="margin-top:-7px" title="Pendel (Yvonne Catterfeld)" width="72px"></a></div><div class="_wSe"><a class="fl" href="/search?ie=UTF-8&q=yvonne+catterfeld+pendel&stick=H4sIAAAAAAAAAONgFuLVT9c3NEw2rchIS7aMV-IBcYsNTEuyzAwqtCSCUpPzi1Iy89Kdc0qLS1KLgjNTUssTK4sBUjCDmjkAAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQxA0IMjAI" title="Pendel (Yvonne Catterfeld)">Pendel</a><div class="_sce" title="Pendel (Yvonne Catterfeld)">Yvonne Catterfeld</div></div></div><div class="_xwh _tce" style="width:72px"><div class="_vgc" style="height:40px"><a class="_rce" href="/search?ie=UTF-8&q=kalim+ja,+immer.&stick=H4sIAAAAAAAAAONgFuLVT9c3NEw2rchIS7aMV4JyDUvSK4tKTLQkglKT84tSMvPSnXNKi0tSi4IzU1LLEyuLAS-rzmI6AAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQsQ4INDAI"><img alt="Ja, immer. (Kalim)" height="54px" src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRoU7vLulQ4KAMjvD3iKqK-3YMiRrvOBWt1rSJC7VaZzxaThpOU-MZEqw" style="margin-top:-7px" title="Ja, immer. (Kalim)" width="72px"></a></div><div class="_wSe"><a class="fl" href="/search?ie=UTF-8&q=kalim+ja,+immer.&stick=H4sIAAAAAAAAAONgFuLVT9c3NEw2rchIS7aMV4JyDUvSK4tKTLQkglKT84tSMvPSnXNKi0tSi4IzU1LLEyuLAS-rzmI6AAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQxA0INTAI" title="Ja, immer. (Kalim)">Ja, immer.</a><div class="_sce" title="Ja, immer. (Kalim)">Kalim</div></div></div><br><div class="_wwh _tce" style="width:72px"><div class="_vgc" style="height:40px"><a class="_rce" href="/search?ie=UTF-8&q=yvonne+catterfeld+besser+werden&stick=H4sIAAAAAAAAAONgFuLVT9c3NEw2rchIS7aMV4Jyi4uLDKuK87QkglKT84tSMvPSnXNKi0tSi4IzU1LLEyuLAWJiWdQ6AAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQsQ4INzAI"><img alt="Besser werden (Yvonne Catterfeld)" height="54px" src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcRap73nFGyQr4F33I17N6QTmT5MPEJNrAKDunna1KJQQxRdPdZZGD9bIA" style="margin-top:-7px" title="Besser werden (Yvonne Catterfeld)" width="72px"></a></div><div class="_wSe"><a class="fl" href="/search?ie=UTF-8&q=yvonne+catterfeld+besser+werden&stick=H4sIAAAAAAAAAONgFuLVT9c3NEw2rchIS7aMV4Jyi4uLDKuK87QkglKT84tSMvPSnXNKi0tSi4IzU1LLEyuLAWJiWdQ6AAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQxA0IODAI" title="Besser werden (Yvonne Catterfeld)">Besser werden</a><div class="_sce" title="Besser werden (Yvonne Catterfeld)">Yvonne Catterfeld</div></div></div><div class="_tce" style="width:72px"><div class="_vgc" style="height:40px"><a class="_rce" href="/search?ie=UTF-8&q=max+giesinger+wenn+sie+tanzt&stick=H4sIAAAAAAAAAONgFuLVT9c3NEw2rchIS7aMV4JyjStMcy2KcrQkglKT84tSMvPSnXNKi0tSi4IzU1LLEyuLAVzh-MU6AAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQsQ4IOjAI"><img alt="Wenn sie tanzt (Max Giesinger)" height="54px" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT-joKZLrTWzHxI-bkat0QmVOW9z2l6bUUh9NW3HoI2z9wBnuIEdtq7eA" style="margin-top:-7px" title="Wenn sie tanzt (Max Giesinger)" width="72px"></a></div><div class="_wSe"><a class="fl" href="/search?ie=UTF-8&q=max+giesinger+wenn+sie+tanzt&stick=H4sIAAAAAAAAAONgFuLVT9c3NEw2rchIS7aMV4JyjStMcy2KcrQkglKT84tSMvPSnXNKi0tSi4IzU1LLEyuLAVzh-MU6AAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQxA0IOzAI" title="Wenn sie tanzt (Max Giesinger)">Wenn sie tanzt</a><div class="_sce" title="Wenn sie tanzt (Max Giesinger)">Max Giesinger</div></div></div><div class="_xwh _tce" style="width:72px"><div class="_vgc" style="height:40px"><a class="_rce" href="/search?ie=UTF-8&q=tay+schmedtmann+lauf+baby+lauf&stick=H4sIAAAAAAAAAONgFuLVT9c3NEw2rchIS7aMV4Jyi4GgqCRDSyIoNTm_KCUzL905p7S4JLUoODMltTyxshgA3NEyrDoAAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQsQ4IPTAI"><img alt="Lauf Baby lauf (Tay Schmedtmann)" height="54px" src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSiLZoPg9uWTeyG9eAAxgXGgywAua8zOjD2tynd3sM6GhVuUsBQp7zQ2g" style="margin-top:-7px" title="Lauf Baby lauf (Tay Schmedtmann)" width="72px"></a></div><div class="_wSe"><a class="fl" href="/search?ie=UTF-8&q=tay+schmedtmann+lauf+baby+lauf&stick=H4sIAAAAAAAAAONgFuLVT9c3NEw2rchIS7aMV4Jyi4GgqCRDSyIoNTm_KCUzL905p7S4JLUoODMltTyxshgA3NEyrDoAAAA&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQxA0IPjAI" title="Lauf Baby lauf (Tay Schmedtmann)">Lauf Baby lauf</a><div class="_sce" title="Lauf Baby lauf (Tay Schmedtmann)">Tay Schmedtmann</div></div></div><br></div></div></div><div class="g"><h3 class="r"><a href="/url?q=https://www.duden.de/rechtschreibung/irgendwas&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQFghCMAk&usg=AOvVaw2WbzeU9BPUP3ktk5TsFmvQ">Duden | <b>irgendwas</b> | Rechtschreibung, Bedeutung, Definition ...</a></h3><div class="s"><div class="kv" style="margin-bottom:2px"><cite>https://www.duden.de/rechtschreibung/<b>irgendwas</b></cite><div class="_nBb"><div style="display:inline" onclick="google.sham(this);" aria-expanded="false" aria-haspopup="true" tabindex="0" data-ved="0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ7B0IQzAJ"><span class="_O0"></span></div><div style="display:none" class="am-dropdown-menu" role="menu" tabindex="-1"><ul><li class="_Ykb"><a class="_Zkb" href="/url?q=http://webcache.googleusercontent.com/search%3Fq%3Dcache:Mn3NDSSNXCYJ:https://www.duden.de/rechtschreibung/irgendwas%252Birgendwas%26hl%3Dde%26ct%3Dclnk&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQIAhFMAk&usg=AOvVaw1uEaRrxygni8ulfZ4pL1Av">Im Cache</a></li></ul></div></div></div><span class="st">Definition, Rechtschreibung, Synonyme und Grammatik von '<b>irgendwas</b>' auf <br>
Duden online nachschlagen. Wörterbuch der deutschen Sprache.</span><br></div></div><div class="g"><h3 class="r"><a href="/url?q=https://de.wiktionary.org/wiki/irgendwas&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQFghHMAo&usg=AOvVaw3DKdKNCveKUSqRWmqFCDXP"><b>irgendwas</b> – Wiktionary</a></h3><div class="s"><div class="kv" style="margin-bottom:2px"><cite>https://de.wiktionary.org/wiki/<b>irgendwas</b></cite><div class="_nBb"><div style="display:inline" onclick="google.sham(this);" aria-expanded="false" aria-haspopup="true" tabindex="0" data-ved="0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ7B0ISDAK"><span class="_O0"></span></div><div style="display:none" class="am-dropdown-menu" role="menu" tabindex="-1"><ul><li class="_Ykb"><a class="_Zkb" href="/url?q=http://webcache.googleusercontent.com/search%3Fq%3Dcache:Bb2RdDYQcaIJ:https://de.wiktionary.org/wiki/irgendwas%252Birgendwas%26hl%3Dde%26ct%3Dclnk&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQIAhKMAo&usg=AOvVaw3z15_oeIHdqDzm0laeLX6r">Im Cache</a></li><li class="_Ykb"><a class="_Zkb" href="/search?ie=UTF-8&q=related:https://de.wiktionary.org/wiki/irgendwas+irgendwas&tbo=1&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQHwhLMAo">Ähnliche Seiten</a></li></ul></div></div></div><span class="st">Indefinitpronomen[Bearbeiten]. Worttrennung: ir·gend·was. Aussprache: IPA: [<br>
ˈɪʁɡn̩tˈvas]: Hörbeispiele: —. Bedeutungen: [1] umgangssprachlich: etwas <br>
Unbestimmtes; etwas nicht näher Spezifiziertes. Synonyme: [1] irgendetwas. <br>
Beispiele: [1] Lass uns heute <b>irgendwas</b> unternehmen! [1] Du bist so blass, ist <br>
<b>irgendwas</b> ...</span><br></div></div><div class="g"><h3 class="r"><a href="/url?q=https://genius.com/Yvonne-catterfeld-irgendwas-lyrics&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQFghNMAs&usg=AOvVaw2vDjhAyF36qzbqHUgHgcLB">Yvonne Catterfeld – <b>Irgendwas</b> Lyrics | Genius Lyrics</a></h3><div class="s"><div class="kv" style="margin-bottom:2px"><cite>https://genius.com/Yvonne-catterfeld-<b>irgendwas</b>-lyrics</cite><div class="_nBb"><div style="display:inline" onclick="google.sham(this);" aria-expanded="false" aria-haspopup="true" tabindex="0" data-ved="0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ7B0ITjAL"><span class="_O0"></span></div><div style="display:none" class="am-dropdown-menu" role="menu" tabindex="-1"><ul><li class="_Ykb"><a class="_Zkb" href="/url?q=http://webcache.googleusercontent.com/search%3Fq%3Dcache:T55OL1PpYz8J:https://genius.com/Yvonne-catterfeld-irgendwas-lyrics%252Birgendwas%26hl%3Dde%26ct%3Dclnk&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQIAhQMAs&usg=AOvVaw0tV6DWE5bQODz2Lq76NwAV">Im Cache</a></li><li class="_Ykb"><a class="_Zkb" href="/search?ie=UTF-8&q=related:https://genius.com/Yvonne-catterfeld-irgendwas-lyrics+irgendwas&tbo=1&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQHwhRMAs">Ähnliche Seiten</a></li></ul></div></div></div><span class="st">9. Dez. 2016 <b>...</b> [Strophe 1: Yvonne Catterfeld] <b>Irgendwas</b>, das bleibt, <b>irgendwas</b>, das reicht. <br>
<b>Irgendwas</b>, das zeigt, dass wir richtig sind. Bis wir etwas finden, was sich gut <br>
anfühlt. Was sich lohnt zu teil'n, würden gern sowas spür'n. Suchen überall, <br>
finden scheinbar nichts. Was uns halten kann, was uns das verspricht</span><br></div></div><div class="g"><h3 class="r"><a href="/url?q=https://de.wikipedia.org/wiki/Irgendwas_(Lied)&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQFghUMAw&usg=AOvVaw2gNFN2uCGpVwvtKwaNNnm9"><b>Irgendwas</b> (Lied) – Wikipedia</a></h3><div class="s"><div class="kv" style="margin-bottom:2px"><cite>https://de.wikipedia.org/wiki/<b>Irgendwas</b>_(Lied)</cite><div class="_nBb"><div style="display:inline" onclick="google.sham(this);" aria-expanded="false" aria-haspopup="true" tabindex="0" data-ved="0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ7B0IVTAM"><span class="_O0"></span></div><div style="display:none" class="am-dropdown-menu" role="menu" tabindex="-1"><ul><li class="_Ykb"><a class="_Zkb" href="/url?q=http://webcache.googleusercontent.com/search%3Fq%3Dcache:PXfTI-vQ8l8J:https://de.wikipedia.org/wiki/Irgendwas_(Lied)%252Birgendwas%26hl%3Dde%26ct%3Dclnk&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQIAhXMAw&usg=AOvVaw0yIs-U9g4q3WHKr3mSWGSb">Im Cache</a></li><li class="_Ykb"><a class="_Zkb" href="/search?ie=UTF-8&q=related:https://de.wikipedia.org/wiki/Irgendwas_(Lied)+irgendwas&tbo=1&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQHwhYMAw">Ähnliche Seiten</a></li></ul></div></div></div><span class="st"><b>Irgendwas</b> ist ein Lied der deutschen Pop- und Soulsängerin Yvonne Catterfeld <br>
und des Sängers Bengio. Es wurde am 9. Dezember 2016 als erste <br>
Singleauskopplung ihres am 10. März 2017 veröffentlichten siebten <br>
Studioalbums Guten Morgen Freiheit veröffentlicht. Catterfeld stellte die Single <br>
unter anderem in der ...</span><br></div></div><div class="g"><h3 class="r"><a href="/url?q=https://www.openthesaurus.de/synonyme/irgendwas&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQFghaMA0&usg=AOvVaw18qtRgEfcI9Z8I4MS57tHn"><b>irgendwas</b> - Synonyme bei OpenThesaurus</a></h3><div class="s"><div class="kv" style="margin-bottom:2px"><cite>https://www.openthesaurus.de/synonyme/<b>irgendwas</b></cite><div class="_nBb"><div style="display:inline" onclick="google.sham(this);" aria-expanded="false" aria-haspopup="true" tabindex="0" data-ved="0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ7B0IWzAN"><span class="_O0"></span></div><div style="display:none" class="am-dropdown-menu" role="menu" tabindex="-1"><ul><li class="_Ykb"><a class="_Zkb" href="/url?q=http://webcache.googleusercontent.com/search%3Fq%3Dcache:JRJL1kfe5qwJ:https://www.openthesaurus.de/synonyme/irgendwas%252Birgendwas%26hl%3Dde%26ct%3Dclnk&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQIAhdMA0&usg=AOvVaw0xA5J5IFgi4Lz2S_uoyU3g">Im Cache</a></li></ul></div></div></div><span class="st">Gefundene Synonyme: etwas, irgendetwas, <b>irgendwas</b>,</span><br></div></div><div class="g"><h3 class="r"><a href="/url?q=https://de.pons.com/%25C3%25BCbersetzung/deutsch-spanisch/irgendwas&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQFghfMA4&usg=AOvVaw0YMxnRczxEdqI7zHbpNpse"><b>irgendwas</b> : Spanisch » Deutsch | PONS</a></h3><div class="s"><div class="kv" style="margin-bottom:2px"><cite>https://de.pons.com/übersetzung/deutsch-spanisch/<b>irgendwas</b></cite><div class="_nBb"><div style="display:inline" onclick="google.sham(this);" aria-expanded="false" aria-haspopup="true" tabindex="0" data-ved="0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ7B0IYDAO"><span class="_O0"></span></div><div style="display:none" class="am-dropdown-menu" role="menu" tabindex="-1"><ul><li class="_Ykb"><a class="_Zkb" href="/url?q=http://webcache.googleusercontent.com/search%3Fq%3Dcache:DcbheArhqboJ:https://de.pons.com/%2525C3%2525BCbersetzung/deutsch-spanisch/irgendwas%252Birgendwas%26hl%3Dde%26ct%3Dclnk&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQIAhiMA4&usg=AOvVaw26VvTLDpfoAcXGubeyWANE">Im Cache</a></li><li class="_Ykb"><a class="_Zkb" href="/search?ie=UTF-8&q=related:https://de.pons.com/%25C3%25BCbersetzung/deutsch-spanisch/irgendwas+irgendwas&tbo=1&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQHwhjMA4">Ähnliche Seiten</a></li></ul></div></div></div><span class="st">Übersetzungen für <b>irgendwas</b> im Deutsch » Spanisch-Wörterbuch von PONS <br>
Online:<b>irgendwas</b>, fällt dir noch <b>irgendwas</b> ein?, falls du <b>irgendwas</b> brauchst ...</span><br></div></div><div class="g"><h3 class="r"><a href="/url?q=https://www.songtexte-lyrics.de/irgendwas-lyrics-yvonne-catterfeld/&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQFghlMA8&usg=AOvVaw3AuY4-7XruD0vZwbGPRv3z">Yvonne Catterfeld - <b>Irgendwas</b> Lyrics | Songtexte-Lyrics.de</a></h3><div class="s"><div class="kv" style="margin-bottom:2px"><cite>https://www.songtexte-lyrics.de/<b>irgendwas</b>-lyrics-yvonne-catterfeld/</cite><div class="_nBb"><div style="display:inline" onclick="google.sham(this);" aria-expanded="false" aria-haspopup="true" tabindex="0" data-ved="0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ7B0IZjAP"><span class="_O0"></span></div><div style="display:none" class="am-dropdown-menu" role="menu" tabindex="-1"><ul><li class="_Ykb"><a class="_Zkb" href="/url?q=http://webcache.googleusercontent.com/search%3Fq%3Dcache:aB8Vr0t7HSMJ:https://www.songtexte-lyrics.de/irgendwas-lyrics-yvonne-catterfeld/%252Birgendwas%26hl%3Dde%26ct%3Dclnk&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQIAhoMA8&usg=AOvVaw0hhfzLYsuH3I7Z-3Gbx4XV">Im Cache</a></li><li class="_Ykb"><a class="_Zkb" href="/search?ie=UTF-8&q=related:https://www.songtexte-lyrics.de/irgendwas-lyrics-yvonne-catterfeld/+irgendwas&tbo=1&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQHwhpMA8">Ähnliche Seiten</a></li></ul></div></div></div><span class="st">Lyrics zu '<b>Irgendwas</b>' von Yvonne Catterfeld. <b>Irgendwas</b>, das bleibt, <b>irgendwas</b>, <br>
das reicht / <b>Irgendwas</b>, das zeigt, dass wir richtig sind / Bis wir etwas.</span><br></div></div><div class="g"><h3 class="r"><a href="/url?q=https://dict.leo.org/englisch-deutsch/irgendwas&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQFghrMBA&usg=AOvVaw0KTc4XFeOv-fv4c-oGH3yx"><b>irgendwas</b> - LEO: Übersetzung im Englisch ⇔ Deutsch Wörterbuch</a></h3><div class="s"><div class="kv" style="margin-bottom:2px"><cite>https://dict.leo.org/englisch-deutsch/<b>irgendwas</b></cite><div class="_nBb"><div style="display:inline" onclick="google.sham(this);" aria-expanded="false" aria-haspopup="true" tabindex="0" data-ved="0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ7B0IbDAQ"><span class="_O0"></span></div><div style="display:none" class="am-dropdown-menu" role="menu" tabindex="-1"><ul><li class="_Ykb"><a class="_Zkb" href="/url?q=http://webcache.googleusercontent.com/search%3Fq%3Dcache:OlbLrwx0pVoJ:https://dict.leo.org/englisch-deutsch/irgendwas%252Birgendwas%26hl%3Dde%26ct%3Dclnk&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQIAhuMBA&usg=AOvVaw0UWI0dJF5znXuOiFxzlRGb">Im Cache</a></li></ul></div></div></div><span class="st">Übersetzung für '<b>irgendwas</b>' in LEOs Englisch ⇔ Deutsch Wörterbuch. Mit <br>
Flexionstabellen, Aussprache und vielem mehr.</span><br></div></div><div class="g"><h3 class="r"><a href="/url?q=http://www.myspass.de/shows/tvshows/luke-die-woche-und-ich/Yvonne-Catterfeld-und-Bengio-Irgendwas--/27630/&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQFghwMBE&usg=AOvVaw09ir9DhypellyfTAEUFRjw">Yvonne Catterfeld und Bengio - <b>Irgendwas</b> - MySpass</a></h3><div class="s"><div class="kv" style="margin-bottom:2px"><cite>www.myspass.de/shows/tvshows/luke...<b>Irgendwas</b>--/27630/</cite><div class="_nBb"><div style="display:inline" onclick="google.sham(this);" aria-expanded="false" aria-haspopup="true" tabindex="0" data-ved="0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ7B0IcTAR"><span class="_O0"></span></div><div style="display:none" class="am-dropdown-menu" role="menu" tabindex="-1"><ul><li class="_Ykb"><a class="_Zkb" href="/url?q=http://webcache.googleusercontent.com/search%3Fq%3Dcache:bdgEqg5VXl8J:http://www.myspass.de/shows/tvshows/luke-die-woche-und-ich/Yvonne-Catterfeld-und-Bengio-Irgendwas--/27630/%252Birgendwas%26hl%3Dde%26ct%3Dclnk&sa=U&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQIAhzMBE&usg=AOvVaw3_y8u7qDfnmKUTdaBjT6JP">Im Cache</a></li><li class="_Ykb"><a class="_Zkb" href="/search?ie=UTF-8&q=related:www.myspass.de/shows/tvshows/luke-die-woche-und-ich/Yvonne-Catterfeld-und-Bengio-Irgendwas--/27630/+irgendwas&tbo=1&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQHwh0MBE">Ähnliche Seiten</a></li></ul></div></div></div><span class="st">Auch beim Jahresrückblick darf es mal was Neues geben: Yvonne Catterfeld und <br>
Bengio präsentieren live im Studio ihren neuen Hit `<b>Irgendwas</b>´!</span><br></div></div></ol></div></div></div><div style="clear:both;margin-bottom:17px;overflow:hidden"><div style="font-size:16px;padding:0 8px 1px">Ähnliche Suchanfragen: <b>irgendwas</b></div><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top"><p class="_Bmc" style="margin:3px 8px"><a href="/search?ie=UTF-8&q=irgendwas+duden&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ1QIIdygA">irgendwas <b>duden</b></a></p></td><td valign="top" style="padding-left:10px"><p class="_Bmc" style="margin:3px 8px"><a href="/search?ie=UTF-8&q=irgendwas+silbermond&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ1QIIeCgB">irgendwas <b>silbermond</b></a></p></td></tr><tr><td valign="top"><p class="_Bmc" style="margin:3px 8px"><a href="/search?ie=UTF-8&q=irgendwas+oder+irgendetwas&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ1QIIeSgC">irgendwas <b>oder irgendetwas</b></a></p></td><td valign="top" style="padding-left:10px"><p class="_Bmc" style="margin:3px 8px"><a href="/search?ie=UTF-8&q=irgendwas+ist+immer&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ1QIIeigD">irgendwas <b>ist immer</b></a></p></td></tr><tr><td valign="top"><p class="_Bmc" style="margin:3px 8px"><a href="/search?ie=UTF-8&q=irgendwas+englisch&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ1QIIeygE">irgendwas <b>englisch</b></a></p></td><td valign="top" style="padding-left:10px"><p class="_Bmc" style="margin:3px 8px"><a href="/search?ie=UTF-8&q=irgendwas+synonym&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ1QIIfCgF">irgendwas <b>synonym</b></a></p></td></tr><tr><td valign="top"><p class="_Bmc" style="margin:3px 8px"><a href="/search?ie=UTF-8&q=irgendwas+fehlt&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ1QIIfSgG">irgendwas <b>fehlt</b></a></p></td><td valign="top" style="padding-left:10px"><p class="_Bmc" style="margin:3px 8px"><a href="/search?ie=UTF-8&q=irgendwas+chords&sa=X&ved=0ahUKEwia8Mmw-bnZAhVH_KQKHUGFCCUQ1QIIfigH">irgendwas <b>chords</b></a></p></td></tr></table></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=irgendwas&ie=UTF-8&prmd=ivns&ei=jfCOWtr1O8f4kwXBiqKoAg&start=10&sa=N"><span class="csb" style="background-position:-74px 0;width:20px"></span>2</a></td><td><a class="fl" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&ei=jfCOWtr1O8f4kwXBiqKoAg&start=20&sa=N"><span class="csb" style="background-position:-74px 0;width:20px"></span>3</a></td><td><a class="fl" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&ei=jfCOWtr1O8f4kwXBiqKoAg&start=30&sa=N"><span class="csb" style="background-position:-74px 0;width:20px"></span>4</a></td><td><a class="fl" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&ei=jfCOWtr1O8f4kwXBiqKoAg&start=40&sa=N"><span class="csb" style="background-position:-74px 0;width:20px"></span>5</a></td><td><a class="fl" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&ei=jfCOWtr1O8f4kwXBiqKoAg&start=50&sa=N"><span class="csb" style="background-position:-74px 0;width:20px"></span>6</a></td><td><a class="fl" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&ei=jfCOWtr1O8f4kwXBiqKoAg&start=60&sa=N"><span class="csb" style="background-position:-74px 0;width:20px"></span>7</a></td><td><a class="fl" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&ei=jfCOWtr1O8f4kwXBiqKoAg&start=70&sa=N"><span class="csb" style="background-position:-74px 0;width:20px"></span>8</a></td><td><a class="fl" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&ei=jfCOWtr1O8f4kwXBiqKoAg&start=80&sa=N"><span class="csb" style="background-position:-74px 0;width:20px"></span>9</a></td><td><a class="fl" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&ei=jfCOWtr1O8f4kwXBiqKoAg&start=90&sa=N"><span class="csb" style="background-position:-74px 0;width:20px"></span>10</a></td><td class="b" style="text-align:left"><a class="fl" href="/search?q=irgendwas&ie=UTF-8&prmd=ivns&ei=jfCOWtr1O8f4kwXBiqKoAg&start=10&sa=N" style="text-align:left"><span class="csb" style="background-position:-96px 0;width:71px"></span><span style="display:block;margin-left:53px">Weiter</span></a></td></tr></table><p class="_cD" id="bfl" style="margin:19px 0 0;text-align:center"><a href="/advanced_search?q=irgendwas&ie=UTF-8&prmd=ivns">Erweiterte Suche</a><a href="/support/websearch/bin/answer.py?answer=134479&hl=de">Hilfe zur Suche</a> <a href="/tools/feedback/survey/html?productId=196&query=irgendwas&hl=de">Feedback geben</a></p><div class="_cD" id="fll" style="margin:19px auto 19px auto;text-align:center"><a href="/">Google-Startseite</a> <a href="/intl/de/ads">Werbung</a> <a href="/intl/de/policies/privacy/">Datenschutzerklärung</a> <a href="/intl/de/policies/terms/">Nutzungsbedingungen</a> <a href="/intl/de/about.html">Über Google</a></div></div></td><td id="rhs_block" valign="top"></td></tr></tbody></table><script type="text/javascript" nonce="/fGLTP30cFQIWqYV9Gns8w==">(function(){var eventid='jfCOWtr1O8f4kwXBiqKoAg';google.kEI = eventid;})();</script><script src="/xjs/_/js/k=xjs.hp.en.TSpUc5CqeZc.O/m=sb_he,d/rt=j/d=1/t=zcms/rs=ACT90oGHfCz4kYxc85bptyNZ101bBqkdww" nonce="/fGLTP30cFQIWqYV9Gns8w=="></script><script type="text/javascript" nonce="/fGLTP30cFQIWqYV9Gns8w==">google.ac&&google.ac.c({"agen":true,"cgen":true,"client":"heirloom-serp","dh":true,"dhqt":true,"ds":"","fl":true,"host":"google.de","isbh":28,"jsonp":true,"lm":true,"msgs":{"cibl":"Suche löschen","dym":"Meintest du:","lcky":"Auf gut Glück!","lml":"Weitere Informationen","oskt":"Eingabetools","psrc":"Diese Suchanfrage wurde aus deinem \u003Ca href=\"/history\"\u003EWebprotokoll\u003C/a\u003E entfernt.","psrl":"Entfernen","sbit":"Bildersuche","srch":"Google-Suche"},"nds":true,"ovr":{},"pq":"irgendwas","refpd":true,"rfs":["irgendwas duden","irgendwas oder irgendetwas","irgendwas englisch","irgendwas fehlt","irgendwas silbermond","irgendwas ist immer","irgendwas synonym","irgendwas chords"],"sbpl":24,"sbpr":24,"scd":10,"sce":5,"stok":"H9JtF0g3ZRBmOgSdGZn9WNXE4GQ"})</script><script nonce="/fGLTP30cFQIWqYV9Gns8w==">(function(){window.google.cdo={height:0,width:0};(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>
Es wird also der komplette HTML-Code heruntergeladen.
Wenn man diesen dann mit dem Browser ausführt wird folgendes angezeigt:
Im folgenden Post zeige ich noch wie ihr den HTML-Code nach wichtigen Bestandteilen wie z.B. den URLs untersuchen könnt.
Weitere Informationen finden sie hier.
Congratulations @felix7d2! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
Award for the number of upvotes received
Click on any badge to view your own Board of Honor on SteemitBoard.
To support your work, I also upvoted your post!
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP