{"id":404,"date":"2016-09-24T12:19:57","date_gmt":"2016-09-24T09:19:57","guid":{"rendered":"https:\/\/burakcaliskan.org\/blog\/?p=404"},"modified":"2016-09-24T12:19:57","modified_gmt":"2016-09-24T09:19:57","slug":"php-youtube-file-get-contents","status":"publish","type":"post","link":"https:\/\/burakcaliskan.org\/blog\/php-youtube-file-get-contents\/","title":{"rendered":"PHP YouTube File Get Contents"},"content":{"rendered":"<pre class=\"lang:default decode:true \">header('Content-Type: text\/html; charset=utf-8');\r\n\r\nfunction get_string_between($string, $start, $end) \r\n{\r\n    preg_match_all( '\/' . preg_quote( $start, '\/') . '(.*?)' . preg_quote( $end, '\/') . '\/', $string, $matches);\r\n    return $matches[1];\r\n}\r\n$sayfa = file_get_contents(\"https:\/\/www.youtube.com\/results?search_query=deneme\");\r\n\r\necho \"&lt;pre&gt;\";\r\nprint_r(get_string_between($sayfa,\"&lt;a href=\\\"\/watch?v=\",\"\\\" class=\\\"yt-uix-sessionlink\"));\r\n\/\/print_r(get_string_between($sayfa,'title=\"','\" rel=\"spf-prefetch\"'));\r\n\/\/print_r(get_string_between($sayfa,'title=\"','\" rel=\"spf-prefetch\" aria-describedby=\"description-id-'));\r\n\r\n\r\nprint_r(get_string_between($sayfa,'&lt;div class=\"yt-lockup-description yt-ui-ellipsis yt-ui-ellipsis-2\" dir=\"ltr\"&gt;','&lt;\/div&gt;&lt;\/div&gt;'));\r\necho \"&lt;\/pre&gt;\";\r\n\r\n\r\n\r\n$d = fopen(\"html.txt\", \"w\") or die(\"d a\u00e7\u0131lam\u0131yor!\");\r\nfwrite($d, $sayfa);\r\nfclose($d);\r\n<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>header(&#8216;Content-Type: text\/html; charset=utf-8&#8217;); function get_string_between($string, $start, $end) { preg_match_all( &#8216;\/&#8217; . preg_quote( $start, &#8216;\/&#8217;) . &#8216;(.*?)&#8217; . preg_quote( $end, &#8216;\/&#8217;) . &#8216;\/&#8217;, $string, $matches); return $matches[1]; } $sayfa = file_get_contents(&#8220;https:\/\/www.youtube.com\/results?search_query=deneme&#8221;); echo &#8220;&lt;pre&gt;&#8221;; print_r(get_string_between($sayfa,&#8221;&lt;a href=\\&#8221;\/watch?v=&#8221;,&#8221;\\&#8221; class=\\&#8221;yt-uix-sessionlink&#8221;)); \/\/print_r(get_string_between($sayfa,&#8217;title=&#8221;&#8216;,'&#8221; rel=&#8221;spf-prefetch&#8221;&#8216;)); \/\/print_r(get_string_between($sayfa,&#8217;title=&#8221;&#8216;,'&#8221; rel=&#8221;spf-prefetch&#8221; aria-describedby=&#8221;description-id-&#8216;)); print_r(get_string_between($sayfa,'&lt;div class=&#8221;yt-lockup-description yt-ui-ellipsis yt-ui-ellipsis-2&#8243; dir=&#8221;ltr&#8221;&gt;&#8217;,'&lt;\/div&gt;&lt;\/div&gt;&#8217;)); echo &#8220;&lt;\/pre&gt;&#8221;; $d = fopen(&#8220;html.txt&#8221;, &#8220;w&#8221;) or die(&#8220;d a\u00e7\u0131lam\u0131yor!&#8221;); fwrite($d, [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":196,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[22],"tags":[239,237,240,238,25,236],"_links":{"self":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/404"}],"collection":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/comments?post=404"}],"version-history":[{"count":1,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/404\/revisions"}],"predecessor-version":[{"id":405,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/404\/revisions\/405"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media\/196"}],"wp:attachment":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media?parent=404"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/categories?post=404"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/tags?post=404"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}