Regular Expressions 101

Save & Share

  • Regex Version: ver. 1
  • Update Regex
    ctrl+⇧+s
  • Save new Regex
    ctrl+s
  • Add to Community Library

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression

/
/
g

Test String

Code Generator

Generated Code

#include <StringConstants.au3> ; to declare the Constants of StringRegExp #include <Array.au3> ; UDF needed for _ArrayDisplay and _ArrayConcatenate Local $sRegex = "(https[^<]+)" Local $sString = "" & @CRLF & _ "http://185.71.66.22:8000/get.php?username=lomantoiv&amp;password=BWUpMZTD&amp;type=m3uhttp://193.70.116.156:8080/get.php?username=LtPhlsMOOV&amp;password=2ze4l4Kedp&amp;type=m3u<br />" & @CRLF & _ "https://skystreaming.co/playlist/xg2vzwhdde/sky.m3u<br />" & @CRLF & _ "http://masteriptv.dnsfor.me:8000/get.php?username=teste&amp;password=teste&amp;type=m3u<br />" & @CRLF & _ "http://sutverduz.com:8080/get.php?username=UW7uRpPyNR&amp;password=xjysNTGuJ7&amp;type=m3u<br />" & @CRLF & _ "http://163.172.6.8:8000/get.php?username=3mad&amp;password=3mad&amp;type=m3u<br />" & @CRLF & _ "http://163.172.6.8:8000/get.php?username=alaa&amp;password=alaa&amp;type=m3u<br />" & @CRLF & _ "http://globiptv.com:8000/get.php?username=11&amp;password=n9Uuh1Cqbx&amp;type=m3u<br />" & @CRLF & _ "http://smart-iptv2016.com:9500/get.php?username=hamza&amp;password=hamza&amp;type=m3u<br />" & @CRLF & _ "http://hermess.myftp.org:4321/get.php?username=tablet&amp;password=tablet&amp;type=m3u<br />" & @CRLF & _ "http://cmskos.fastiptv.org:777/get.php?username=GzimSopi&amp;password=TbflPU0LzF&amp;type=m3u<br />" & @CRLF & _ "http://ipsatpro.info:8000/get.php?username=V5I0d1QDe5&amp;password=LarqAhFJBp&amp;type=m3u<br />" & @CRLF & _ "http://iptv-company.dyndns.org:19553/get.php?username=Giusy&amp;password=Giusy123&amp;type=m3u<br />" & @CRLF & _ "http://163.172.15.23:8000/get.php?username=ncxGSWShRz5&amp;password=NJCVhLk302p&amp;type=m3u<br />" & @CRLF & _ "http://tv.iptvsports.net:8080/get.php?username=4dayson&amp;password=free&amp;type=m3u<br />" & @CRLF & _ "http://149.202.93.187:8000/get.php?username=iUWMXk393L&amp;password=JHsiF0r1gI&amp;type=m3u<br />" & @CRLF & _ "http://163.172.15.23:8000/get.php?username=MEN7e4GTD40&amp;password=kljgYwEXGAh&amp;type=m3u<br />" & @CRLF & _ "http://lock.sacakiha.com:7444/get.php?username=Balkan&#8211;stalkerr&#8212;lines&amp;password=PwcIP9VYI3&amp;type=m3u<br />" & @CRLF & _ "http://163.172.15.23:8000/get.php?username=men7e4gtd40&amp;password=kljgywexgah&amp;type=m3u<br />" & @CRLF & _ "http://masteriptv.dnsfor.me:8000/get.php?username=ricardo&amp;password=ricardo&amp;type=m3u<br />" & @CRLF & _ "http://185.2.82.147:25461/get.php?username=bozo&amp;password=bozo&amp;type=m3u<br />" & @CRLF & _ "http://51.15.3.165:8000/get.php?username=teste&amp;password=teste&amp;type=m3u<br />" & @CRLF & _ "<br />" & @CRLF & _ "<br />" & @CRLF & _ "<br />" & @CRLF & _ "<a href="http://www.iptvbin.com/2017/02/iptvbin-playlist-simpletv-kodi-vlc-iptv.html" target="_blank">FEBRUARY HERE</a><br />" & @CRLF & _ "<br />" & @CRLF & _ "<br />" & @CRLF & _ "<br />" & @CRLF & _ "<br />" & @CRLF & _ "</div>" & @CRLF & _ "<div class='share'>" & @CRLF & _ "<span style='margin-top: 15px;align:center'>" & @CRLF & _ "<b>" & @CRLF & _ "<a class='home' href='/'><span style='font-size: x-large;'><i aria-hidden='true' class='fa fa-home'></i></span>" & @CRLF & _ " " & @CRLF & _ " Home &#187;" & @CRLF & _ " </a>" & @CRLF & _ "<div id='labelnya'>" & @CRLF & _ "<strong>" & @CRLF & _ "<i aria-hidden='true' class='fa fa-tag'></i>" & @CRLF & _ "</strong>" & @CRLF & _ "<a href='http://www.iptvbin.com/search/label/Playlist?max-results=18' rel='tag nofollow' title='Playlist'>" & @CRLF & _ "Playlist" & @CRLF & _ "</a>" & @CRLF & _ "<i aria-hidden='true' class='fa fa-tag'></i>" & @CRLF & _ "<a href='http://www.iptvbin.com/search/label/Sports?max-results=18' rel='tag nofollow' title='Sports'>" & @CRLF & _ "Sports" & @CRLF & _ "</a>" & @CRLF & _ "<i aria-hidden='true' class='fa fa-tag'></i>" & @CRLF & _ "<a href='http://www.iptvbin.com/search/label/VLC?max-results=18' rel='tag nofollow' title='VLC'>" & @CRLF & _ "VLC" & @CRLF & _ "</a>" & @CRLF & _ "</div>" & @CRLF & _ "<br/>" & @CRLF & _ "<span class='sombrashar'></span>" & @CRLF & _ "</b>" & @CRLF & _ "</span>" & @CRLF & _ "</div>" & @CRLF & _ "<div class='a2a_kit'>" & @CRLF & _ "<span style='color: #cccccc;'><span style='font-family: "roboto slab" , "times new roman" , serif;'><span style='font-size: xx-large;'><b><i aria-hidden='true' class='fa fa-share-alt-square'></i></b></span></span></span>" & @CRLF & _ "<a class='a2a_button_facebook'>" & @CRLF & _ "<img alt='Facebook' border='0' height='32' src='https://farm3.staticflickr.com/2863/12004329833_ddcd67ff4a_o.png' width='32'/>" & @CRLF & _ "</a>" & @CRLF & _ "<a class='a2a_button_twitter'>" & @CRLF & _ "<img alt='Twitter' border='0' height='32' src='https://farm3.staticflickr.com/2886/12004329883_8daa4af904_o.png' width='32'/>" & @CRLF & _ "</a>" & @CRLF & _ "<a class='a2a_button_google_plus'>" & @CRLF & _ "<img alt='Google+' border='0' height='32' src='https://farm4.staticflickr.com/3774/12004033365_8965d86637_o.png' width='32'/>" & @CRLF & _ "</a>" & @CRLF & _ "<a class='a2a_button_whatsapp'>" & @CRLF & _ "<img alt='Share' border='0' height='32' src='https://2.bp.blogspot.com/-ufGix4DQ64Y/WGA5R_lj7eI/AAAAAAAAA34/xkOsqYlSmV8ynyNQwv2EU6p_hj4ZKQtvgCLcB/s1600/WhatsApp_Log.png' width='32'/>" & @CRLF & _ "</a>" & @CRLF & _ "<a class='a2a_dd' href='https://www.addtoany.com/share'>" & @CRLF & _ "<img alt='Share' border='0' height='32' src='https://farm8.staticflickr.com/7326/12005120763_a44dc82111_o.png' width='32'/>" & @CRLF & _ "</a>" & @CRLF & _ "</div>" & @CRLF & _ "<div style='clear: both;'></div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class='blog-pager' id='blog-pager'>" & @CRLF & _ "<div class='pager-isi'>" & @CRLF & _ "<div id='blog-pager-newer-link'>" & @CRLF & _ "</div>" & @CRLF & _ "<div id='blog-pager-older-link'>" & @CRLF & _ "<i class='fa fa-long-arrow-left'>" & @CRLF & _ "<h6>" & @CRLF & _ "<span style='font-size: x-large;'>" & @CRLF & _ "</span></h6></i>" & @CRLF & _ "<a class='blog-pager-older-link' href='http://www.iptvbin.com/2016/04/iptv-bin-arena-klub.html' id='Blog1_blog-pager-older-link' title='Older Post'>" & @CRLF & _ "Older Post" & @CRLF & _ "</a>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "</div>" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ " $(document).ready(function(){" & @CRLF & _ " var olderLink = $("a.blog-pager-older-link").attr("href");" & @CRLF & _ " $("a.blog-pager-older-link").load(olderLink+" .post-title:first", function() {" & @CRLF & _ " var olderLinkTitle = $("a.blog-pager-older-link").text();" & @CRLF & _ " $("a.blog-pager-older-link").text(olderLinkTitle);//rgt" & @CRLF & _ " });" & @CRLF & _ " var newerLink = $("a.blog-pager-newer-link").attr("href");" & @CRLF & _ " $("a.blog-pager-newer-link").load(newerLink+" .post-title:first", function() {" & @CRLF & _ " var newerLinkTitle = $("a.blog-pager-newer-link:first").text();" & @CRLF & _ " $("a.blog-pager-newer-link").text(newerLinkTitle);" & @CRLF & _ " });" & @CRLF & _ " });</script>" & @CRLF & _ "</article>" & @CRLF & _ "<div id='related-posts'>" & @CRLF & _ "<script src='/feeds/posts/default/-/Playlist?alt=json-in-script&callback=related_results_labels_thumbs&max-results=4' type='text/javascript'></script>" & @CRLF & _ "<script src='/feeds/posts/default/-/Sports?alt=json-in-script&callback=related_results_labels_thumbs&max-results=4' type='text/javascript'></script>" & @CRLF & _ "<script src='/feeds/posts/default/-/VLC?alt=json-in-script&callback=related_results_labels_thumbs&max-results=4' type='text/javascript'></script>" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ " var currentposturl="http://www.iptvbin.com/2017/03/iptvbin-playlist-simpletv-kodi-vlc-iptv.html";" & @CRLF & _ " var maxresults=4;" & @CRLF & _ " var relatedpoststitle=" &#9654;&#9654;&#9654; Related Posts &#9664;&#9664;&#9664; ";" & @CRLF & _ " removeRelatedDuplicates_thumbs();" & @CRLF & _ " printRelatedLabels_thumbs();" & @CRLF & _ " </script>" & @CRLF & _ "</div>" & @CRLF & _ "<div style='clear:both'></div>" & @CRLF & _ "<style>" & @CRLF & _ " #ayudadeblogger-socialsub {" & @CRLF & _ " width:300px;" & @CRLF & _ " height:350px;" & @CRLF & _ " background:whitesmoke;" & @CRLF & _ " border:1px solid #eaeaea;" & @CRLF & _ " box-shadow:0 0 2px 2px #ccc;" & @CRLF & _ " margin: 0 auto;" & @CRLF & _ " margin-top:20px;" & @CRLF & _ " margin-bottom:20px;" & @CRLF & _ " " & @CRLF & _ " }" & @CRLF & _ " .ayudadeblogger-socialsub-title {" & @CRLF & _ " font-size:20px;" & @CRLF & _ " font-family: 'Oleo Script', cursive;" & @CRLF & _ " background:#DFDFDF;" & @CRLF & _ " padding:5px;" & @CRLF & _ " border-bottom: 2px solid #444;" & @CRLF & _ " color:#444;" & @CRLF & _ " text-align:center;" & @CRLF & _ " }" & @CRLF & _ " #ayudadeblogger-socialsub-icons{" & @CRLF & _ " padding-top: 8px;" & @CRLF & _ " padding-left: 50px;" & @CRLF & _ " padding-bottom: 15px;" & @CRLF & _ " border-bottom: 2px dotted hsl(0, 0%, 27%);" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " ul.ayudadeblogger-socialsub-icons{" & @CRLF & _ " margin:0;" & @CRLF & _ " padding:0;" & @CRLF & _ " list-style:none;" & @CRLF & _ " -webkit-perspective: 10000px;" & @CRLF & _ "" & @CRLF & _ " -moz-perspective: 10000px;" & @CRLF & _ " -o-perspective: 10000px;" & @CRLF & _ " perspective: 10000px;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " ul.ayudadeblogger-socialsub-icons li{" & @CRLF & _ " display: inline-block;" & @CRLF & _ " width: 55px;" & @CRLF & _ "" & @CRLF & _ " height: 50px;" & @CRLF & _ " margin-right: -px;" & @CRLF & _ "" & @CRLF & _ " background: none;" & @CRLF & _ " font: bold 36px Arial;" & @CRLF & _ "" & @CRLF & _ " text-transform: uppercase;" & @CRLF & _ " text-align: center;" & @CRLF & _ " cursor: pointer;" & @CRLF & _ " padding-left:10px;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " ul.ayudadeblogger-socialsub-icons li a{" & @CRLF & _ " display:block;" & @CRLF & _ " width: 100%;" & @CRLF & _ " height: 100%;" & @CRLF & _ " color: black;" & @CRLF & _ " text-decoration: none;" & @CRLF & _ " outline: none;" & @CRLF & _ " -webkit-transition:all 300ms ease-out 0.1s;" & @CRLF & _ "" & @CRLF & _ " -moz-transition:all 300ms ease-out 0.1s;" & @CRLF & _ " -o-transition:all 300ms ease-out 0.1s;" & @CRLF & _ " transition:all 300ms ease-out 0.1s;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " ul.ayudadeblogger-socialsub-icons li a span{" & @CRLF & _ " -moz-box-sizing: border-box;" & @CRLF & _ " -webkit-box-sizing: border-box;" & @CRLF & _ " box-sizing: border-box;" & @CRLF & _ " padding-top: 5px;" & @CRLF & _ "" & @CRLF & _ " display:block;" & @CRLF & _ " width: 100%;" & @CRLF & _ " height: 100%;" & @CRLF & _ " -webkit-transition:all 300ms ease-out 0.1s;" & @CRLF & _ " -moz-transition:all 300ms ease-out 0.1s;" & @CRLF & _ " -o-transition:all 300ms ease-out 0.1s;" & @CRLF & _ " transition:all 300ms ease-out 0.1s;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " ul.ayudadeblogger-socialsub-icons li a img{" & @CRLF & _ " border-width: 0;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " ul.ayudadeblogger-socialsub-icons li:hover a{" & @CRLF & _ " -moz-transform: rotateY(180deg);" & @CRLF & _ "" & @CRLF & _ " -webkit-transform: rotateY(180deg);" & @CRLF & _ " transform: rotateY(180deg);" & @CRLF & _ " background: none;" & @CRLF & _ "" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " ul.ayudadeblogger-socialsub-icons li:hover a span{" & @CRLF & _ " -moz-transform: rotateY(180deg);" & @CRLF & _ "" & @CRLF & _ " -webkit-transform: rotateY(180deg);" & @CRLF & _ " transform: rotateY(180deg);" & @CRLF & _ " }" & @CRLF & _ " .ayudadeblogger-socialemailsub {" & @CRLF & _ " font-size:14px;" & @CRLF & _ " padding:5px;" & @CRLF & _ " color:#444;" & @CRLF & _ " font-family: Arial;" & @CRLF & _ " font-family:bold;" & @CRLF & _ " }" & @CRLF & _ " .ayudadeblogger-socialemailsubname {" & @CRLF & _ " background:#DFDFDF url(http://2.bp.blogspot.com/-bNZePDihTPU/UZ-lhWAHXqI/AAAAAAAAJuo/aSVVE_A6HpE/s320/name.png) no-repeat 7px 4px;" & @CRLF & _ " border:1px solid #ddd;" & @CRLF & _ " font-family:Arial,sans-serif;" & @CRLF & _ " font-size:13px;" & @CRLF & _ " font-weight:bold;" & @CRLF & _ " color:#000000;" & @CRLF & _ " width:230px;" & @CRLF & _ " height:25px;" & @CRLF & _ " padding:5px 15px 5px 28px;" & @CRLF & _ " margin-left:15px;" & @CRLF & _ " display:inline-block;" & @CRLF & _ " transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;" & @CRLF & _ "" & @CRLF & _ " -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;" & @CRLF & _ "" & @CRLF & _ " -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;" & @CRLF & _ "" & @CRLF & _ " -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " }" & @CRLF & _ " .ayudadeblogger-socialemailsubemail {" & @CRLF & _ " background:#DFDFDF url(http://3.bp.blogspot.com/-Wf_IBW4cEts/UZ-li4SsnvI/AAAAAAAAJuw/qYAi9lghY1E/s320/email.png) no-repeat 7px 5px;" & @CRLF & _ " border:1px solid #ddd;" & @CRLF & _ " font-family:Arial,sans-serif;" & @CRLF & _ " font-size:13px;" & @CRLF & _ " font-weight:bold;" & @CRLF & _ " color:#000000;" & @CRLF & _ " width:230px;" & @CRLF & _ " height:25px;" & @CRLF & _ " margin-top:10px;" & @CRLF & _ " padding:5px 15px 5px 28px;" & @CRLF & _ " margin-left:15px;" & @CRLF & _ " display:inline-block;" & @CRLF & _ " transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;" & @CRLF & _ "" & @CRLF & _ " -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;" & @CRLF & _ "" & @CRLF & _ " -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;" & @CRLF & _ "" & @CRLF & _ " -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " }" & @CRLF & _ " .ayudadeblogger-socialemailsubname:hover,.ayudadeblogger-socialemailsubemail:hover {" & @CRLF & _ " border:1px solid #bebebe;" & @CRLF & _ " box-shadow:0.5px 1.5px 2px rgba(5,95,255,.1);" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " .ayudadeblogger-socialemailsubname:focus, .ayudadeblogger-socialemailsubemail:focus{" & @CRLF & _ " border-color: hsl(198, 100%, 49%);" & @CRLF & _ "" & @CRLF & _ " box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px hsl(198, 100%, 49%);" & @CRLF & _ "" & @CRLF & _ " -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px hsl(198, 100%, 49%);" & @CRLF & _ "" & @CRLF & _ " -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px hsl(198, 100%, 49%);" & @CRLF & _ "" & @CRLF & _ " outline: 0 none;" & @CRLF & _ "" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " .ayudadeblogger-socialemailsubbutton {" & @CRLF & _ "" & @CRLF & _ " -moz-box-shadow: 3px 4px 0px 0px #1564ad;" & @CRLF & _ " -webkit-box-shadow: 3px 4px 0px 0px #1564ad;" & @CRLF & _ " box-shadow: 3px 4px 0px 0px #1564ad;" & @CRLF & _ "" & @CRLF & _ " background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));" & @CRLF & _ " background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);" & @CRLF & _ " background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);" & @CRLF & _ " background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);" & @CRLF & _ " background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);" & @CRLF & _ " background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);" & @CRLF & _ " filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);" & @CRLF & _ "" & @CRLF & _ " background-color:#79bbff;" & @CRLF & _ " -moz-border-radius:5px;" & @CRLF & _ " -webkit-border-radius:5px;" & @CRLF & _ " border-radius:5px;" & @CRLF & _ " border:1px solid #337bc4;" & @CRLF & _ " display:inline-block;" & @CRLF & _ " color:#444;;" & @CRLF & _ " font-family:arial;" & @CRLF & _ " font-size:17px;" & @CRLF & _ " font-weight:bold;" & @CRLF & _ " padding:8px 70px;" & @CRLF & _ " text-decoration:none;" & @CRLF & _ " margin-top:10px;" & @CRLF & _ " margin-left:45px;" & @CRLF & _ " text-shadow:0px 1px 0px #528ecc;" & @CRLF & _ "" & @CRLF & _ " }" & @CRLF & _ " .ayudadeblogger-socialemailsubbutton:hover {" & @CRLF & _ "" & @CRLF & _ " background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));" & @CRLF & _ " background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);" & @CRLF & _ " background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);" & @CRLF & _ " background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);" & @CRLF & _ " background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);" & @CRLF & _ " background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);" & @CRLF & _ " filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);" & @CRLF & _ "" & @CRLF & _ " background-color:#378de5;" & @CRLF & _ " }" & @CRLF & _ " .ayudadeblogger-socialemailsubbutton:active {" & @CRLF & _ " position:relative;" & @CRLF & _ " top:1px;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ "</style>" & @CRLF & _ "<div id='ayudadeblogger-socialsub'>" & @CRLF & _ "<div class='ayudadeblogger-socialsub-title'>" & @CRLF & _ " Subscribe now !!!" & @CRLF & _ " </div>" & @CRLF & _ "<div id='ayudadeblogger-socialsub-icons'>" & @CRLF & _ "<ul class='ayudadeblogger-socialsub-icons'>" & @CRLF & _ "<li>" & @CRLF & _ "<a href='https://www.facebook.com/iptvbin'>" & @CRLF & _ "<img src='http://2.bp.blogspot.com/-AgyQH9kAnrM/UdP-9EcQaAI/AAAAAAAAHc8/EP0OBopISVw/s64/blueprint-social-03.png' title='Add to Facebook'/>" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "<li>" & @CRLF & _ "<a href='http://www.twitter.com/linksiptv'>" & @CRLF & _ "<img src='http://3.bp.blogspot.com/-gq8dCzL3Dy4/UdP-9CzuEQI/AAAAAAAAHck/GGXc5TAt1Qk/s64/blueprint-social-01.png' title='Add to Twitter'/>" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "<li>" & @CRLF & _ "<a href='http://feeds2.feedburner.com/iptvbin'>" & @CRLF & _ "<img src='http://2.bp.blogspot.com/-cc7iof0fHvc/UdP-9syxHOI/AAAAAAAAHcw/Sb0j29CP-EQ/s64/blueprint-social-10.png' title='Add RSS Feed'/>" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "</ul>" & @CRLF & _ "</div>" & @CRLF & _ "<div class='ayudadeblogger-socialemailsub'>" & @CRLF & _ "<p style='padding-top:5px;padding-bottom:10px;font-size: 14px;padding: 10px;font-family:Source Sans Pro;'>" & @CRLF & _ " Subscribe free to receive updates in your email " & @CRLF & _ " </p>" & @CRLF & _ "<form action='https://feedburner.google.com/fb/a/mailverify?uri=iptvbin' class='ayudadeblogger-subsbox-form' method='post' target='_new'>" & @CRLF & _ "<input class='ayudadeblogger-socialemailsubname' name='name' placeholder='Your name' type='text'/>" & @CRLF & _ "<input class='ayudadeblogger-socialemailsubemail' name='email' placeholder=' Your email address' type='text'/>" & @CRLF & _ "<input class='ayudadeblogger-socialemailsubbutton' type='submit' value='Login'/>" & @CRLF & _ "</form>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<br/><br/><br/>" & @CRLF & _ "<div class='comments' id='comments' itemscope='itemscope' itemtype='http://schema.org/Comment'>" & @CRLF & _ "<meta content='IPTVBIN Playlist Simpletv - KODI - VLC - IPTV PLAYERS - IPTV SERVERS MARCH 2017' itemprop='about'/>" & @CRLF & _ "<meta content='http://www.iptvbin.com/2017/03/iptvbin-playlist-simpletv-kodi-vlc-iptv.html' itemprop='discussionUrl'/>" & @CRLF & _ "<h5>" & @CRLF & _ "<span itemprop='interactionCount'>" & @CRLF & _ " 0" & @CRLF & _ " </span>" & @CRLF & _ " Comment in "" & @CRLF & _ " IPTVBIN Playlist Simpletv - KODI - VLC - IPTV PLAYERS - IPTV SERVERS MARCH 2017" & @CRLF & _ " "" & @CRLF & _ " " & @CRLF & _ "</h5>" & @CRLF & _ "<a class='click-comment' href='http://www.iptvbin.com/2017/03/iptvbin-playlist-simpletv-kodi-vlc-iptv.html#comment-form' title='Comments'><i aria-hidden='true' class='fa fa-comments-o'></i> Add Comments</a>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "<div id='comment_block'>" & @CRLF & _ "</div>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "<div class='comment_form'>" & @CRLF & _ "<div class='comment_emo_list'></div>" & @CRLF & _ "<div class='comment-form' id='comment-form'>" & @CRLF & _ "<b>" & @CRLF & _ "<p>" & @CRLF & _ " Leave your comments, your questions and your contributions Thank you !!!" & @CRLF & _ " <br/>" & @CRLF & _ "</p>" & @CRLF & _ "</b>" & @CRLF & _ "<br/>" & @CRLF & _ "<br/>" & @CRLF & _ "<a href='http://www.blogger.com/comment-iframe.g?blogID=6502533517677061418&amp;postID=5162952389882588814' id='comment-editor-src'></a>" & @CRLF & _ "<iframe class='blogger-iframe-colorize blogger-comment-from-post' height='410' id='comment-editor' name='comment-editor'></iframe>" & @CRLF & _ "<script type="text/javascript" src="https://www.blogger.com/static/v1/jsbin/3215126481-comment_from_post_iframe.js"></script>" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ " BLOG_CMT_createIframe('https://www.blogger.com/rpc_relay.html', '02404777940772361104');" & @CRLF & _ " </script>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class='thanks' style='float:right;margin-top:-45px;margin-right:125px;padding:7px 10px;border-bottom:1px solid #D9D9D9;border-radius:3px;position:relative;background:#E4E4E4'>Thanks for your comment</div>" & @CRLF & _ "</div>" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ " //<![CDATA[" & @CRLF & _ " if (typeof(jQuery) == 'undefined') {" & @CRLF & _ " //output the script (load it from google api)" & @CRLF & _ " document.write("<scr" + "ipt type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js\"></scr" + "ipt>");" & @CRLF & _ " }" & @CRLF & _ " //]]>" & @CRLF & _ " </script>" & @CRLF & _ "<script async='async' src='' type='text/javascript'></script>" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ " " & @CRLF & _ " var Items = {" & @CRLF & _ " };" & @CRLF & _ " var Msgs = {" & @CRLF & _ " };" & @CRLF & _ " var Config = {" & @CRLF & _ " '" & @CRLF & _ " maxThreadDepth'" & @CRLF & _ " :'" & @CRLF & _ " 0'" & @CRLF & _ " };" & @CRLF & _ " " & @CRLF & _ " //<![CDATA[" & @CRLF & _ " Config.maxThreadDepth = 2; " & @CRLF & _ " var Cur_Cform_Hdr='.comment_form';var Cur_Cform_Url=$('#comment-editor').attr('src');function trim(a){var b=' \n\r\t\f\x5b\x5d\x7c\x7d\x3c\x3e\x0b\xa0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000';for(var i=0;i<a.length;i++){if(b.indexOf(a.charAt(i))!=-1){a=a.substring(0,i);break}}return a}$('.comment_wrap .comment_body p').html(function(i,h){temp=h.toLowerCase();index=temp.indexOf('@<a href="#c');if(index!=-1){index_tail=temp.indexOf('</a>',index);if(index_tail!=-1){h=h.substring(0,index)+h.substring(index_tail+4)}}return h});function Valid_Par_Id(a){r=a.indexOf('c');if(r!=-1)a=a.substring(r+1);return a}function Cform_Ins_ParID(a){a='&parentID='+a+'#%7B';n_cform_url=Cur_Cform_Url.replace(/#%7B/,a);return n_cform_url}function Reset_Comment_Form(){html=$(Cur_Cform_Hdr).html();$(Cur_Cform_Hdr).html('');Cur_Cform_Hdr='.comment_form';$(Cur_Cform_Hdr).html(html);$('#comment-editor').attr('src',Cur_Cform_Url)}function Display_Reply_Form(e){par_id=$(e).attr('id');par_id=Valid_Par_Id(par_id);html=$(Cur_Cform_Hdr).html();if(Cur_Cform_Hdr=='.comment_form'){reset_html='<a href="#origin_cform" onclick="Reset_Comment_Form()">'+Msgs.addComment+'</a><a name="origin_cform"/>';$(Cur_Cform_Hdr).html(reset_html)}else{$(Cur_Cform_Hdr).html('')}Cur_Cform_Hdr='#r_f_c'+par_id;$(Cur_Cform_Hdr).html(html);$('#comment-editor').attr('src',Cform_Ins_ParID(par_id))}cur_url=window.location.href;search_formid='#comment-form_';search_index=cur_url.indexOf(search_formid);if(search_index!=-1){ret_id=cur_url.substring(search_index+search_formid.length);Display_Reply_Form('#rc'+ret_id)}for(var i=0;i<Items.length;i++){if('parentId'in Items[i]){var par_id=Items[i].parentId;var par_level=parseInt($('#c'+par_id+':first').attr('data-level'));$('#c'+par_id+' .comment_child:first').html(function(a,b){var c=Items[i].id;if(par_level>=Config.maxThreadDepth){$('#c'+c+':first .comment_reply').remove()}var d=$('#c'+c+':first').html();d='<div class="comment_wrap" id="c'+c+'" data-level="'+(par_level+1)+'">'+d+'</div>';$('#c'+c).remove();return(b+d)})}}var avatar=$("#comments");avatar.find('.comment_avatar img').each(function(){var a=$(this).attr('src');$(this).show().attr('src',a.replace(/\/s[0-9]+(\-c)?\//,"/s45-c/"))});" & @CRLF & _ " //]]>" & @CRLF & _ " </script>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ " </div></div>" & @CRLF & _ " " & @CRLF & _ "</div>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "<script type="text/javascript">window.___gcfg = {'lang': 'en_GB'};</script>" & @CRLF & _ "</div></div>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "</div>" & @CRLF & _ "<aside id='sdv-right'>" & @CRLF & _ "<div class='sidebar section' id='sidebar'><div class='widget HTML' data-version='1' id='HTML7'>" & @CRLF & _ "<div class='widget-content'>" & @CRLF & _ "<figure class="op-ad">" & @CRLF & _ " <iframe width="320" height="50" style="border:0; margin:0;" src="https://www.facebook.com/adnw_request?placement=621154888069688_623352794516564&adtype=banner320x50"></iframe>" & @CRLF & _ "</figure>" & @CRLF & _ "</div>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "<span class='widget-item-control'>" & @CRLF & _ "<span class='item-control blog-admin'>" & @CRLF & _ "<a class='quickedit' href='//www.blogger.com/rearrange?blogID=6502533517677061418&widgetType=HTML&widgetId=HTML7&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML7"));' target='configHTML7' title='Edit'>" & @CRLF & _ "<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "</span>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "</div><div class='widget HTML' data-version='1' id='HTML3'>" & @CRLF & _ "<div class='widget-content'>" & @CRLF & _ "<figure class="op-ad">" & @CRLF & _ " <iframe width="320" height="50" style="border:0; margin:0;" src="https://www.facebook.com/adnw_request?placement=621154888069688_621154898069687&adtype=banner320x50"></iframe>" & @CRLF & _ "</figure>" & @CRLF & _ "" & @CRLF & _ "<script>" & @CRLF & _ " window.fbAsyncInit = function() {" & @CRLF & _ " FB.init({" & @CRLF & _ " appId : '621154888069688'," & @CRLF & _ " xfbml : true," & @CRLF & _ " version : 'v2.8'" & @CRLF & _ " });" & @CRLF & _ " FB.AppEvents.logPageView();" & @CRLF & _ " };" & @CRLF & _ "" & @CRLF & _ " (function(d, s, id){" & @CRLF & _ " var js, fjs = d.getElementsByTagName(s)[0];" & @CRLF & _ " if (d.getElementById(id)) {return;}" & @CRLF & _ " js = d.createElement(s); js.id = id;" & @CRLF & _ " js.src = "//connect.facebook.net/en_US/sdk.js";" & @CRLF & _ " fjs.parentNode.insertBefore(js, fjs);" & @CRLF & _ " }(document, 'script', 'facebook-jssdk'));" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div style="display:none; position: relative;">" & @CRLF & _ " <iframe style="display:none;"></iframe>" & @CRLF & _ " <script type="text/javascript">" & @CRLF & _ " var data = {" & @CRLF & _ " placementid: '1209161585834351_1209162382500938'," & @CRLF & _ " format: '300x250'," & @CRLF & _ " testmode: false," & @CRLF & _ " onAdLoaded: function(element) {" & @CRLF & _ " console.log('Audience Network [1209161585834351_1209162382500938] ad loaded');" & @CRLF & _ " element.style.display = 'block';" & @CRLF & _ " }," & @CRLF & _ " onAdError: function(errorCode, errorMessage) {" & @CRLF & _ " console.log('Audience Network [1209161585834351_1209162382500938] error (' + errorCode + ') ' + errorMessage);" & @CRLF & _ " }" & @CRLF & _ " };" & @CRLF & _ " (function(w,l,d,t){var a=t();var b=d.currentScript||(function(){var c=d.getElementsByTagName('script');return c[c.length-1];})();var e=b.parentElement;e.dataset.placementid=data.placementid;var f=function(v){try{return v.document.referrer;}catch(e){}return'';};var g=function(h){var i=h.indexOf('/',h.indexOf('://')+3);if(i===-1){return h;}return h.substring(0,i);};var j=[l.href];var k=false;var m=false;if(w!==w.parent){var n;var o=w;while(o!==n){var h;try{m=m||(o.$sf&&o.$sf.ext);h=o.location.href;}catch(e){k=true;}j.push(h||f(n));n=o;o=o.parent;}}var p=l.ancestorOrigins;if(p){if(p.length>0){data.domain=p[p.length-1];}else{data.domain=g(j[j.length-1]);}}data.url=j[j.length-1];data.channel=g(j[0]);data.width=screen.width;data.height=screen.height;data.pixelratio=w.devicePixelRatio;data.placementindex=w.ADNW&&w.ADNW.Ads?w.ADNW.Ads.length:0;data.crossdomain=k;data.safeframe=!!m;var q={};q.iframe=e.firstElementChild;var r='https://www.facebook.com/audiencenetwork/web/?sdk=5.3';for(var s in data){q[s]=data[s];if(typeof(data[s])!=='function'){r+='&'+s+'='+encodeURIComponent(data[s]);}}q.iframe.src=r;q.tagJsInitTime=a;q.rootElement=e;q.events=[];w.addEventListener('message',function(u){if(u.source!==q.iframe.contentWindow){return;}u.data.receivedTimestamp=t();if(this.sdkEventHandler){this.sdkEventHandler(u.data);}else{this.events.push(u.data);}}.bind(q),false);q.tagJsIframeAppendedTime=t();w.ADNW=w.ADNW||{};w.ADNW.Ads=w.ADNW.Ads||[];w.ADNW.Ads.push(q);w.ADNW.init&&w.ADNW.init(q);})(window,location,document,Date.now||function(){return+new Date;});" & @CRLF & _ " </script>" & @CRLF & _ " <script type="text/javascript" src="https://connect.facebook.net/en_US/fbadnw.js" async></script>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "<span class='widget-item-control'>" & @CRLF & _ "<span class='item-control blog-admin'>" & @CRLF & _ "<a class='quickedit' href='//www.blogger.com/rearrange?blogID=6502533517677061418&widgetType=HTML&widgetId=HTML3&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML3"));' target='configHTML3' title='Edit'>" & @CRLF & _ "<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "</span>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "</div><div class='widget HTML' data-version='1' id='HTML5'>" & @CRLF & _ "<h2 class='title'><i aria-hidden='true' class='fa fa-share-alt-square'></i>" & @CRLF & _ "&#160;Share iptvbin" & @CRLF & _ "</h2>" & @CRLF & _ "<div class='widget-content'>" & @CRLF & _ "<div style="clear: left; float: center; margin-bottom: 0em; margin-left: 2em;">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<!-- AddToAny BEGIN -->" & @CRLF & _ "<div class="a2a_kit a2a_kit_size_32 a2a_default_style">" & @CRLF & _ "<a class="a2a_dd" href="https://www.addtoany.com/share"></a>" & @CRLF & _ "<a class="a2a_button_facebook"></a>" & @CRLF & _ "<a class="a2a_button_twitter"></a>" & @CRLF & _ "<a class="a2a_button_google_plus"></a>" & @CRLF & _ "<a class="a2a_button_email"></a>" & @CRLF & _ "<a class="a2a_button_line"></a>" & @CRLF & _ "<a class="a2a_button_whatsapp"></a>" & @CRLF & _ "</div>" & @CRLF & _ "<script async src="https://static.addtoany.com/menu/page.js"></script>" & @CRLF & _ "<!-- AddToAny END -->" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div style="clear: left; float: center; margin-bottom: 0em; margin-left: 4.5em;">" & @CRLF & _ "" & @CRLF & _ "<iframe allowtransparency="false" frameborder="0" scrolling="no" src="http://www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/pages/Iptv-Links/641500765959817" width="180" colorscheme="light" show_faces="false" stream="false" data-hide-cover="true" header="false" height=95" style="margin-top:10px;border: ridge; margin-left: 0em; background-color:#ffffff;border-radius: 20px 20px 20px 20px; box-shadow: 0px 0px 250px #004dff; /* sombra */ height: 95px; overflow: hidden; width: 180px;"></iframe>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<hr />" & @CRLF & _ "" & @CRLF & _ "<span style="color: blue;border-radius: 15px 15px 15px 15px; box-shadow: 0px 0px 30px #037DFF;margin-left:92px;margin-top:10px;"><b><a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/Linksiptv">Follow @iptvlinks</a></b></span>" & @CRLF & _ "" & @CRLF & _ "<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<hr />" & @CRLF & _ "</div>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "<span class='widget-item-control'>" & @CRLF & _ "<span class='item-control blog-admin'>" & @CRLF & _ "<a class='quickedit' href='//www.blogger.com/rearrange?blogID=6502533517677061418&widgetType=HTML&widgetId=HTML5&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML5"));' target='configHTML5' title='Edit'>" & @CRLF & _ "<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "</span>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "</div><div class='widget HTML' data-version='1' id='HTML4'>" & @CRLF & _ "<h2 class='title'>" & @CRLF & _ "Sponsored" & @CRLF & _ "</h2>" & @CRLF & _ "<div class='widget-content'>" & @CRLF & _ "<div class="separator" style="clear: both; text-align: center; margin-top:20px;">" & @CRLF & _ "" & @CRLF & _ "<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>" & @CRLF & _ "<!-- 300x250bin -->" & @CRLF & _ "<ins class="adsbygoogle"" & @CRLF & _ " style="display:inline-block;width:300px;height:250px"" & @CRLF & _ " data-ad-client="ca-pub-1260931715755490"" & @CRLF & _ " data-ad-slot="6145846588"></ins>" & @CRLF & _ "<script>" & @CRLF & _ "(adsbygoogle = window.adsbygoogle || []).push({});" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "<span class='widget-item-control'>" & @CRLF & _ "<span class='item-control blog-admin'>" & @CRLF & _ "<a class='quickedit' href='//www.blogger.com/rearrange?blogID=6502533517677061418&widgetType=HTML&widgetId=HTML4&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML4"));' target='configHTML4' title='Edit'>" & @CRLF & _ "<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "</span>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "</div><div class='widget HTML' data-version='1' id='HTML9'>" & @CRLF & _ "<h2 class='title'><i aria-hidden='true' class='fa fa-android'></i>" & @CRLF & _ "&#160;App IPTVBIN FOR ANDROID" & @CRLF & _ "</h2>" & @CRLF & _ "<div class='widget-content'>" & @CRLF & _ "<div class="separator" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: center;">" & @CRLF & _ "<img border="0" height="110" src="http://1.bp.blogspot.com/-qAJ4UOTcrzg/WGuWqfHa_rI/AAAAAAAAA-I/iQIRJTsv88Qypq-MzbM8tAMWq6KoV-K0ACK4B/s1600/IPTVLOGO100.png" width="110" /></div>" & @CRLF & _ "<br />" & @CRLF & _ "<b>App <span style="color: #38761d;">Android</span></b><br />" & @CRLF & _ "<b>IPTVBIN V1.9</b><br />" & @CRLF & _ "<br />" & @CRLF & _ "<a href="http://pool.apk.aptoide.com/enlacesiptv/com-iptvbin-4-23078292-f9e9928c8aa490acb2add89ba94b0927.apk" & @CRLF & _ "" class="btn btn-primary btn-lg active" role="button" aria-pressed="true"><i class="fa fa-cloud-download" aria-hidden="true"></i>&#160;Download</a>" & @CRLF & _ "</div>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "<span class='widget-item-control'>" & @CRLF & _ "<span class='item-control blog-admin'>" & @CRLF & _ "<a class='quickedit' href='//www.blogger.com/rearrange?blogID=6502533517677061418&widgetType=HTML&widgetId=HTML9&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML9"));' target='configHTML9' title='Edit'>" & @CRLF & _ "<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "</span>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "</div><div class='widget PopularPosts' data-version='1' id='PopularPosts1'>" & @CRLF & _ "<h2><i aria-hidden='true' class='fa fa-caret-square-o-up'></i>" & @CRLF & _ "&#160;TOP POSTS of the week&#160;<i aria-hidden='true' class='fa fa-caret-square-o-down'></i>" & @CRLF & _ "</h2>" & @CRLF & _ "<div class='widget-content popular-posts'>" & @CRLF & _ "<ul>" & @CRLF & _ "<li>" & @CRLF & _ "<a href='http://www.iptvbin.com/2016/04/iptv-bin-espana.html'>" & @CRLF & _ "IPTV BIN ESPAÑA Playlist m3u" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "<li>" & @CRLF & _ "<a href='http://www.iptvbin.com/2017/03/iptvbin-playlist-simpletv-kodi-vlc-iptv.html'>" & @CRLF & _ "IPTVBIN Playlist Simpletv - KODI - VLC - IPTV PLAYERS - IPTV SERVERS MARCH 2017" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "<li>" & @CRLF & _ "<a href='http://www.iptvbin.com/2016/08/iptvbin-spain-playlist-vlc-repeat.html'>" & @CRLF & _ "IPTVBIN SPAIN Playlist VLC + Repeat" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "<li>" & @CRLF & _ "<a href='http://www.iptvbin.com/2016/04/iptv-bin-latinos.html'>" & @CRLF & _ "IPTV BIN LATINOS Playlist" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "<li>" & @CRLF & _ "<a href='http://www.iptvbin.com/2017/03/iptv-bonus-march-2017.html'>" & @CRLF & _ "IPTV BONUS MARCH 2017" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "<li>" & @CRLF & _ "<a href='http://www.iptvbin.com/2016/06/iptv-bin-playlist-simpletv-kodi-vlc.html'>" & @CRLF & _ "IPTV BIN Playlist Simpletv - KODI - VLC - IPTV PLAYERS - IPTV SERVERS SEPTEMBER 2016" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "<li>" & @CRLF & _ "<a href='http://www.iptvbin.com/2016/04/iptv-bin-russia.html'>" & @CRLF & _ "IPTV BIN RUSSIA Playlist m3u" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "<li>" & @CRLF & _ "<a href='http://www.iptvbin.com/2016/04/iptv-bin-italia.html'>" & @CRLF & _ "IPTV BIN ITALIA" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "<li>" & @CRLF & _ "<a href='http://www.iptvbin.com/2016/08/iptv-italia-playlist-vlc-repeat.html'>" & @CRLF & _ "IPTV ITALIA PLAYLIST VLC + Repeat" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "<li>" & @CRLF & _ "<a href='http://www.iptvbin.com/2017/03/iptv-playlist-world-sports-only-for-vlc.html'>" & @CRLF & _ "IPTV PLAYLIST WORLD SPORTS ONLY FOR VLC - MARCH 2017" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "</ul>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "<span class='widget-item-control'>" & @CRLF & _ "<span class='item-control blog-admin'>" & @CRLF & _ "<a class='quickedit' href='//www.blogger.com/rearrange?blogID=6502533517677061418&widgetType=PopularPosts&widgetId=PopularPosts1&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("PopularPosts1"));' target='configPopularPosts1' title='Edit'>" & @CRLF & _ "<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "</span>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "</div>" & @CRLF & _ "</div><div class='widget Label' data-version='1' id='Label1'>" & @CRLF & _ "<h2><i aria-hidden='true' class='fa fa-tags'></i>" & @CRLF & _ "&#160;ZONE IPTV" & @CRLF & _ "</h2>" & @CRLF & _ "<div class='widget-content cloud-label-widget-content'>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Acestream'>" & @CRLF & _ "Acestream" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Africa'>" & @CRLF & _ "Africa" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Albania'>" & @CRLF & _ "Albania" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Android'>" & @CRLF & _ "Android" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Anime%2FCartoons'>" & @CRLF & _ "Anime/Cartoons" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Arabic'>" & @CRLF & _ "Arabic" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Argentina'>" & @CRLF & _ "Argentina" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Armenia'>" & @CRLF & _ "Armenia" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Asia'>" & @CRLF & _ "Asia" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Australia'>" & @CRLF & _ "Australia" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Austria'>" & @CRLF & _ "Austria" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Azerbaycan'>" & @CRLF & _ "Azerbaycan" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Balkans'>" & @CRLF & _ "Balkans" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Belarus'>" & @CRLF & _ "Belarus" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Bonus'>" & @CRLF & _ "Bonus" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/boxing'>" & @CRLF & _ "boxing" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Brasil'>" & @CRLF & _ "Brasil" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Bulgaria'>" & @CRLF & _ "Bulgaria" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Canada'>" & @CRLF & _ "Canada" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Cartoons'>" & @CRLF & _ "Cartoons" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Catalunya'>" & @CRLF & _ "Catalunya" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Catholic'>" & @CRLF & _ "Catholic" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/cccam'>" & @CRLF & _ "cccam" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Chile'>" & @CRLF & _ "Chile" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/China'>" & @CRLF & _ "China" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Croatia'>" & @CRLF & _ "Croatia" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Czech'>" & @CRLF & _ "Czech" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Dinamark'>" & @CRLF & _ "Dinamark" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Discovery'>" & @CRLF & _ "Discovery" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Documentaries'>" & @CRLF & _ "Documentaries" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Dreambox'>" & @CRLF & _ "Dreambox" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Ecuador'>" & @CRLF & _ "Ecuador" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Egypt'>" & @CRLF & _ "Egypt" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/eng'>" & @CRLF & _ "eng" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Exyu'>" & @CRLF & _ "Exyu" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/F1'>" & @CRLF & _ "F1" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Fight%20Sports'>" & @CRLF & _ "Fight Sports" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Film'>" & @CRLF & _ "Film" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Finland'>" & @CRLF & _ "Finland" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/France'>" & @CRLF & _ "France" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Games'>" & @CRLF & _ "Games" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Georgia'>" & @CRLF & _ "Georgia" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Germany'>" & @CRLF & _ "Germany" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Greece'>" & @CRLF & _ "Greece" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Holland'>" & @CRLF & _ "Holland" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Humor'>" & @CRLF & _ "Humor" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Hungary'>" & @CRLF & _ "Hungary" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/India'>" & @CRLF & _ "India" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Indonesia'>" & @CRLF & _ "Indonesia" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Iran'>" & @CRLF & _ "Iran" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Ireland'>" & @CRLF & _ "Ireland" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Israel'>" & @CRLF & _ "Israel" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Italia'>" & @CRLF & _ "Italia" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Jamaica'>" & @CRLF & _ "Jamaica" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Japan'>" & @CRLF & _ "Japan" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Kazakhstan'>" & @CRLF & _ "Kazakhstan" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Korea'>" & @CRLF & _ "Korea" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Kosovo'>" & @CRLF & _ "Kosovo" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Kurdistan'>" & @CRLF & _ "Kurdistan" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-4'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Latinos'>" & @CRLF & _ "Latinos" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Lithuania'>" & @CRLF & _ "Lithuania" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Macedonia'>" & @CRLF & _ "Macedonia" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Malta'>" & @CRLF & _ "Malta" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Mexico'>" & @CRLF & _ "Mexico" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Moldova'>" & @CRLF & _ "Moldova" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Motor'>" & @CRLF & _ "Motor" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-4'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Music'>" & @CRLF & _ "Music" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/NBA'>" & @CRLF & _ "NBA" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-4'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/News'>" & @CRLF & _ "News" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/NFL'>" & @CRLF & _ "NFL" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Norway'>" & @CRLF & _ "Norway" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Others'>" & @CRLF & _ "Others" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Pakistan'>" & @CRLF & _ "Pakistan" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Pastebin'>" & @CRLF & _ "Pastebin" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Peru'>" & @CRLF & _ "Peru" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Pink'>" & @CRLF & _ "Pink" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Playlist'>" & @CRLF & _ "Playlist" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Poland'>" & @CRLF & _ "Poland" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Portugal'>" & @CRLF & _ "Portugal" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Radio'>" & @CRLF & _ "Radio" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Romania'>" & @CRLF & _ "Romania" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/RTMP'>" & @CRLF & _ "RTMP" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Russia'>" & @CRLF & _ "Russia" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Serbia'>" & @CRLF & _ "Serbia" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Slovak'>" & @CRLF & _ "Slovak" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Soft'>" & @CRLF & _ "Soft" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Sopscast'>" & @CRLF & _ "Sopscast" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-4'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Spain'>" & @CRLF & _ "Spain" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-5'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Sports'>" & @CRLF & _ "Sports" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Status'>" & @CRLF & _ "Status" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Sweeden'>" & @CRLF & _ "Sweeden" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Switzerland'>" & @CRLF & _ "Switzerland" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Taiwan'>" & @CRLF & _ "Taiwan" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Thailand'>" & @CRLF & _ "Thailand" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Toros'>" & @CRLF & _ "Toros" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Turkey'>" & @CRLF & _ "Turkey" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Tutorial'>" & @CRLF & _ "Tutorial" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/uk'>" & @CRLF & _ "uk" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Ukraine'>" & @CRLF & _ "Ukraine" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-3'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Usa'>" & @CRLF & _ "Usa" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Uzbekistan'>" & @CRLF & _ "Uzbekistan" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Viasat'>" & @CRLF & _ "Viasat" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Vietnam'>" & @CRLF & _ "Vietnam" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-4'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/VLC'>" & @CRLF & _ "VLC" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Vod'>" & @CRLF & _ "Vod" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Webcams'>" & @CRLF & _ "Webcams" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-1'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/XML'>" & @CRLF & _ "XML" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<span class='label-size label-size-2'>" & @CRLF & _ "<a dir='ltr' href='http://www.iptvbin.com/search/label/Youtube'>" & @CRLF & _ "Youtube" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "<span class='widget-item-control'>" & @CRLF & _ "<span class='item-control blog-admin'>" & @CRLF & _ "<a class='quickedit' href='//www.blogger.com/rearrange?blogID=6502533517677061418&widgetType=Label&widgetId=Label1&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("Label1"));' target='configLabel1' title='Edit'>" & @CRLF & _ "<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "</span>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "</div>" & @CRLF & _ "</div><div class='widget HTML' data-version='1' id='HTML11'>" & @CRLF & _ "<h2 class='title'><i aria-hidden='true' class='fa fa-comments-o'></i>&#160;LATEST COMMENTS</h2>" & @CRLF & _ "<div class='widget-content'>" & @CRLF & _ "<style type="text/css">" & @CRLF & _ ".rc{padding-left:44px; padding-top: 6px;border-bottom: 1px dotted;padding: 7px 0;}" & @CRLF & _ ".rc a:hover {color: #F3903E;text-decoration: none;}" & @CRLF & _ ".rc-ico{margin-left:10px;margin-top:4px;float:left; margin-right:3px}" & @CRLF & _ ".rc-ico img {margin-top: -2px;margin-right:5px; border: 2px solid #fff;-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);box-shadow: 0 1px 2px rgba(0, 0, 0, .4);" & @CRLF & _ "-webkit-transition: all 1s ease-in-out;" & @CRLF & _ "-moz-transition: all 1s ease-in-out;" & @CRLF & _ "-o-transition: all 1s ease-in-out;" & @CRLF & _ "-ms-transition: all 1s ease-in-out; }" & @CRLF & _ ".rc-ico img:hover {-webkit-transform: rotate(360deg);" & @CRLF & _ "-moz-transform: rotate(360deg);" & @CRLF & _ "-o-transform: rotate(360deg);" & @CRLF & _ "-ms-transform: rotate(360deg);}" & @CRLF & _ ".rc-header{font-size: 13px;}" & @CRLF & _ ".rc-header a{}" & @CRLF & _ ".rc-body{font-style: italic; font-size:11px;padding: 0px 4px 1px 10px;border: 1px solid transparent;}" & @CRLF & _ ".rc-footer{font-size:11px; float: right;}" & @CRLF & _ "</style>" & @CRLF & _ "<script type="text/javascript">" & @CRLF & _ "var numRecentComments = 5;" & @CRLF & _ "var maxCommentChars = 67;" & @CRLF & _ "var trueAvatars = true;" & @CRLF & _ "var urlMyAvatar = '';" & @CRLF & _ "var urlMyProfile = '';" & @CRLF & _ "var cropAvatar = true;" & @CRLF & _ "var sizeAvatar = 50;" & @CRLF & _ "var urlNoAvatar = "http://1.bp.blogspot.com/-Brg9giyS1pU/VJRHIvX2OUI/AAAAAAAACwI/9uKDQCLEg9U/s1600/Anonymousc.jpg";" & @CRLF & _ "var urlAnoAvatar = 'http://www.gravatar.com/avatar/00000000000000000000000000000000?d=mm&s=' + sizeAvatar;" & @CRLF & _ "var txtMore = '';" & @CRLF & _ "var txtWrote = 'commented:';" & @CRLF & _ "var txtAnonymous = '';" & @CRLF & _ "var maxResultsComments = "";" & @CRLF & _ "var numPerPost = 2;" & @CRLF & _ "var maxPostTitleChars = 40;" & @CRLF & _ "var getTitles = true;" & @CRLF & _ "var maxResultsPosts = "";" & @CRLF & _ "var txtTooltip = '[user] on &quot;[title]&quot; - [date MM-dd-yyyy hh:mm]';" & @CRLF & _ "var urlToTitle = {};" & @CRLF & _ "function replaceVars(text, user, title, date) {" & @CRLF & _ "text = text.replace('[user]', user);" & @CRLF & _ "text = text.replace('[date]', date.toLocaleDateString());" & @CRLF & _ "text = text.replace('[datetime]', date.toLocaleString());" & @CRLF & _ "text = text.replace('[time]', date.toLocaleTimeString());" & @CRLF & _ "text = text.replace('[title]', title.replace(/\"/g,'&quot;'));" & @CRLF & _ "var i = text.indexOf("[date ");" & @CRLF & _ "if(i > -1) {" & @CRLF & _ "var format = /\[date\s+(.+?)\]/.exec(text)[1];" & @CRLF & _ "if(format != '') {" & @CRLF & _ "var txtDate = format.replace(/yyyy/i, date.getFullYear());" & @CRLF & _ "txtDate = txtDate.replace(/yy/i, date.getFullYear().toString().slice(-2));" & @CRLF & _ "txtDate = txtDate.replace("MM", String("0"+(date.getMonth()+1)).slice(-2));" & @CRLF & _ "txtDate = txtDate.replace("mm", String("0"+date.getMinutes()).slice(-2));" & @CRLF & _ "txtDate = txtDate.replace("ss", String("0"+date.getSeconds()).slice(-2));" & @CRLF & _ "txtDate = txtDate.replace("dd", String("0"+date.getDate()).slice(-2));" & @CRLF & _ "//or: txtDate = txtDate.replace("dd", date.getDate());" & @CRLF & _ "txtDate = txtDate.replace("hh", String("0"+date.getHours()).slice(-2));" & @CRLF & _ "//or: txtDate = txtDate.replace("hh", date.getHours());" & @CRLF & _ "text = text.replace(/\[date\s+(.+?)\]/, txtDate)" & @CRLF & _ "}" & @CRLF & _ "}" & @CRLF & _ "return text;" & @CRLF & _ "}" & @CRLF & _ "if(urlMyProfile == "") {" & @CRLF & _ "var elements = document.getElementsByTagName("*");" & @CRLF & _ "var expr = /(^| )profile-link( |$)/;" & @CRLF & _ "for(var i=0 ; i<elements.length ; i++)" & @CRLF & _ "if(expr.test(elements[i].className)) {" & @CRLF & _ "urlMyProfile = elements[i].href;" & @CRLF & _ "break;" & @CRLF & _ "}" & @CRLF & _ "}" & @CRLF & _ "function getPostUrlsForComments(json) {" & @CRLF & _ "for(var i = 0 ; i < json.feed.entry.length ; i++ ) {" & @CRLF & _ "var entry = json.feed.entry[i];" & @CRLF & _ "for (var k = 0; k < entry.link.length; k++ ) {" & @CRLF & _ "if (entry.link[k].rel == 'alternate') {" & @CRLF & _ "href = entry.link[k].href;" & @CRLF & _ "break;" & @CRLF & _ "}" & @CRLF & _ "}" & @CRLF & _ "urlToTitle[href] = entry.title.$t;" & @CRLF & _ "}" & @CRLF & _ "}" & @CRLF & _ "function showRecentComments(json) {" & @CRLF & _ "var postHandled = {};" & @CRLF & _ "var j = 0;" & @CRLF & _ "if(numPerPost) {" & @CRLF & _ "while(numPerPost < numRecentComments) {" & @CRLF & _ "for(var i = 0 ; i < json.feed.entry.length ; i++ ) {" & @CRLF & _ "var entry = json.feed.entry[i]; if(entry.author[0].name.$t=="user_") continue;" & @CRLF & _ "if(entry["thr$in-reply-to"]) {" & @CRLF & _ "if(!postHandled[entry["thr$in-reply-to"].href])" & @CRLF & _ "postHandled[entry["thr$in-reply-to"].href] = 1;" & @CRLF & _ "else" & @CRLF & _ "postHandled[entry["thr$in-reply-to"].href]++;" & @CRLF & _ "if(postHandled[entry["thr$in-reply-to"].href] <= numPerPost)" & @CRLF & _ "j++;" & @CRLF & _ "}" & @CRLF & _ "}" & @CRLF & _ "if(j >= numRecentComments)" & @CRLF & _ "break;" & @CRLF & _ "numPerPost++;" & @CRLF & _ "j = 0;" & @CRLF & _ "postHandled = {};" & @CRLF & _ "}" & @CRLF & _ "if(numRecentComments == numPerPost)" & @CRLF & _ "numPerPost = 0;" & @CRLF & _ "}" & @CRLF & _ "postHandled = {};" & @CRLF & _ "j = 0;" & @CRLF & _ "for(var i = 0 ; j < numRecentComments && i < json.feed.entry.length ; i++ ) {" & @CRLF & _ "var entry = json.feed.entry[i]; if(entry.author[0].name.$t=="user_") continue;" & @CRLF & _ "if(numPerPost && postHandled[entry["thr$in-reply-to"].href] && postHandled[entry["thr$in-reply-to"].href] >= numPerPost)" & @CRLF & _ "continue;" & @CRLF & _ "if(entry["thr$in-reply-to"]) {" & @CRLF & _ "if(!postHandled[entry["thr$in-reply-to"].href])" & @CRLF & _ "postHandled[entry["thr$in-reply-to"].href] = 1;" & @CRLF & _ "else" & @CRLF & _ "postHandled[entry["thr$in-reply-to"].href]++;" & @CRLF & _ "j++;" & @CRLF & _ "var href='';" & @CRLF & _ "for (var k = 0; k < entry.link.length; k++ ) {" & @CRLF & _ "if (entry.link[k].rel == 'alternate') {" & @CRLF & _ "href = entry.link[k].href;" & @CRLF & _ "break;" & @CRLF & _ "}" & @CRLF & _ "}" & @CRLF & _ "if(href=='') {j--; continue; }" & @CRLF & _ "var hrefPost = href.split("?")[0];" & @CRLF & _ "var comment = "";" & @CRLF & _ "if("content" in entry) comment = entry.content.$t;" & @CRLF & _ "else comment = entry.summary.$t;" & @CRLF & _ "comment = comment.replace(/<br[^>]*>/ig, " ");" & @CRLF & _ "comment = comment.replace(/<\S[^>]*>/g, "");" & @CRLF & _ "var postTitle="-";" & @CRLF & _ "if(urlToTitle[hrefPost]) postTitle=urlToTitle[hrefPost];" & @CRLF & _ "else {" & @CRLF & _ "if(hrefPost.match(/\/([^/]*)\.html/)) postTitle = hrefPost.match(/\/([^/]*)\.html/)[1].replace(/_\d{2}$/, "");" & @CRLF & _ "postTitle = postTitle.replace(/-/g," ");" & @CRLF & _ "postTitle = postTitle[0].toUpperCase() + postTitle.slice(1);" & @CRLF & _ "}" & @CRLF & _ "if(maxPostTitleChars && postTitle.length > maxPostTitleChars) {" & @CRLF & _ "postTitle = postTitle.substring(0, maxPostTitleChars);" & @CRLF & _ "var indexBreak = postTitle.lastIndexOf(" ");" & @CRLF & _ "postTitle = postTitle.substring(0, indexBreak) + "...";" & @CRLF & _ "}" & @CRLF & _ "" & @CRLF & _ "var authorName = entry.author[0].name.$t;" & @CRLF & _ "var authorUri = "";" & @CRLF & _ "if(entry.author[0].uri && entry.author[0].uri.$t != "")" & @CRLF & _ "authorUri = entry.author[0].uri.$t;" & @CRLF & _ "var avaimg = urlAnoAvatar;" & @CRLF & _ "var bloggerprofile = "http://www.blogger.com/profile/";" & @CRLF & _ "if(trueAvatars && entry.author[0].gd$image && entry.author[0].gd$image.src && authorUri.substr(0,bloggerprofile.length) == bloggerprofile)" & @CRLF & _ "avaimg = entry.author[0].gd$image.src;" & @CRLF & _ "else {" & @CRLF & _ "var parseurl = document.createElement('a');" & @CRLF & _ "if(authorUri != "") {" & @CRLF & _ "parseurl.href = authorUri;" & @CRLF & _ "avaimg = 'http://www.google.com/s2/favicons?domain=' + parseurl.hostname;" & @CRLF & _ "}" & @CRLF & _ "}" & @CRLF & _ "if(urlMyProfile != "" && authorUri == urlMyProfile && urlMyAvatar != "")" & @CRLF & _ "avaimg = urlMyAvatar;" & @CRLF & _ "if(avaimg == "http://img2.blogblog.com/img/b16-rounded.gif" && urlNoAvatar != "")" & @CRLF & _ "avaimg = urlNoAvatar;" & @CRLF & _ "var newsize="s"+sizeAvatar;" & @CRLF & _ "avaimg = avaimg.replace(/\/s\d\d+-c\//, "/"+newsize+"-c/");" & @CRLF & _ "if(cropAvatar) newsize+="-c";" & @CRLF & _ "avaimg = avaimg.replace(/\/s\d\d+(-c){0,1}\//, "/"+newsize+"/");" & @CRLF & _ "if(authorName == 'Anonymous' && txtAnonymous != '' && avaimg == urlAnoAvatar)" & @CRLF & _ "authorName = txtAnonymous;" & @CRLF & _ "var imgcode = '<img height="'+sizeAvatar+'" width="'+sizeAvatar+'" title="'+authorName+'" src="'+avaimg+'" />';" & @CRLF & _ "if (authorUri!="") imgcode = '<a href="'+authorUri+'">'+imgcode+'</a>';" & @CRLF & _ "var clsAdmin = "";" & @CRLF & _ "if(urlMyProfile != "" && authorUri == urlMyProfile)" & @CRLF & _ "clsAdmin = " rc-admin";" & @CRLF & _ "var datePart = entry.published.$t.match(/\d+/g); // assume ISO 8601" & @CRLF & _ "var cmtDate = new Date(datePart[0],datePart[1]-1,datePart[2],datePart[3],datePart[4],datePart[5]);" & @CRLF & _ "" & @CRLF & _ "var txtHeader = txtWrote;" & @CRLF & _ "if(txtWrote.indexOf('[')==-1)" & @CRLF & _ "txtHeader = authorName + ' ' + txtWrote;" & @CRLF & _ "else" & @CRLF & _ "txtHeader = replaceVars(txtHeader, authorName, postTitle, cmtDate);" & @CRLF & _ "" & @CRLF & _ "var tooltip = replaceVars(txtTooltip, authorName, postTitle, cmtDate);" & @CRLF & _ "if(!/#/.test(href)) href += "#comments";" & @CRLF & _ "document.write('<div title="'+tooltip+'" class="rc'+clsAdmin+'">');" & @CRLF & _ "document.write('<div title="'+tooltip+'" class="rc-header'+clsAdmin+'"><div title="'+tooltip+'" class="rc-ico'+clsAdmin+'">'+imgcode+'</div><a title="'+tooltip+'" href="' + href + '">' + txtHeader + ' </a></div>');" & @CRLF & _ "if(comment.length < maxCommentChars)" & @CRLF & _ "document.write('<div title="'+tooltip+'" class="rc-body'+clsAdmin+'">' + comment + '</div>');" & @CRLF & _ "else {" & @CRLF & _ "comment = comment.substring(0, maxCommentChars);" & @CRLF & _ "var indexBreak = comment.lastIndexOf(" ");" & @CRLF & _ "comment = comment.substring(0, indexBreak);" & @CRLF & _ "document.write('<div title="'+tooltip+'" class="rc-body'+clsAdmin+'">' + comment + '...</div>');" & @CRLF & _ "if(txtMore != "") {" & @CRLF & _ "var moretext = replaceVars(txtMore, authorName, postTitle, cmtDate);" & @CRLF & _ "document.write('<div title="'+tooltip+'" class="rc-footer'+clsAdmin+'"><a title="'+tooltip+'" href="' + href + '">' + moretext + '</a></div>');" & @CRLF & _ "}" & @CRLF & _ "}" & @CRLF & _ "document.write('<div style="clear:both;"></div></div>');" & @CRLF & _ "}" & @CRLF & _ "}" & @CRLF & _ "}" & @CRLF & _ "if(getTitles)" & @CRLF & _ "document.write('<script type="text/javascript" src="http://'+window.location.hostname+'/feeds/posts/summary?redirect=false'+maxResultsPosts+'&alt=json-in-script&callback=getPostUrlsForComments"></'+'script>');" & @CRLF & _ "document.write('<script type="text/javascript" src="http://'+window.location.hostname+'/feeds/comments/default?redirect=false'+maxResultsComments+'&alt=json-in-script&callback=showRecentComments"></'+'script>');" & @CRLF & _ "</script>" & @CRLF & _ "</div>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "<span class='widget-item-control'>" & @CRLF & _ "<span class='item-control blog-admin'>" & @CRLF & _ "<a class='quickedit' href='//www.blogger.com/rearrange?blogID=6502533517677061418&widgetType=HTML&widgetId=HTML11&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML11"));' target='configHTML11' title='Edit'>" & @CRLF & _ "<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "</span>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "</div><div class='widget PageList' data-version='1' id='PageList2'>" & @CRLF & _ "<h2><i aria-hidden='true' class='fa fa-times'></i>&#160;Remove content - DMCA</h2>" & @CRLF & _ "<div class='widget-content'>" & @CRLF & _ "<ul>" & @CRLF & _ "<li><a href='http://www.iptvbin.com/p/contact.html'>Contact</a></li>" & @CRLF & _ "</ul>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "<span class='widget-item-control'>" & @CRLF & _ "<span class='item-control blog-admin'>" & @CRLF & _ "<a class='quickedit' href='//www.blogger.com/rearrange?blogID=6502533517677061418&widgetType=PageList&widgetId=PageList2&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("PageList2"));' target='configPageList2' title='Edit'>" & @CRLF & _ "<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>" & @CRLF & _ "</a>" & @CRLF & _ "</span>" & @CRLF & _ "</span>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "</div>" & @CRLF & _ "</div><div class='widget ContactForm' data-version='1' id='ContactForm1'>" & @CRLF & _ "</div></div>" & @CRLF & _ "</aside>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "</div>" & @CRLF & _ "<footer id='credit' itemscope='itemscope' itemtype='http://schema.org/WPFooter'>" & @CRLF & _ " Copyright &#169; 2017 : " & @CRLF & _ " <a href='http://www.iptvbin.com/' itemprop='url' title='iptvbin'>" & @CRLF & _ "<span itemprop='copyrightHolder'>" & @CRLF & _ "iptvbin" & @CRLF & _ "</span>" & @CRLF & _ "</a>" & @CRLF & _ " - All Rights Reserved" & @CRLF & _ " <br/>" & @CRLF & _ "<!-- <span id='credits'> Template by <a href='http://kang-mousir.blogspot.com' target='_blank' title='Kang Mousir'> Kang Mousir </a> </span> - Published By <a href='http://gooyaabitemplates.com/' rel='dofollow' target='_blank' title='Blogger Templates'> Gooyaabi Templates - </a> -->" & @CRLF & _ " Powered by " & @CRLF & _ " <a href='http://www.blogger.com' target='_blank' title='Blogger'>" & @CRLF & _ " Blogger" & @CRLF & _ " </a>" & @CRLF & _ "</footer>" & @CRLF & _ "<div class='clear'></div>" & @CRLF & _ "</div>" & @CRLF & _ "<a href='#' id='top'>" & @CRLF & _ "<img alt='Back To Top' src='http://4.bp.blogspot.com/-ifgZkuwnPnE/U33PmO8aLpI/AAAAAAAAAoY/CXnILaXEP88/s1600/btp.png'/>" & @CRLF & _ "</a>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <!-- " & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ "<!-- 'Il est de votre responsabilité d\x27informer vos visiteurs à propos des cookies utilisés sur votre blog. Rendez-vous sur http://www.blogger.com/go/cookiechoices pour en savoir plus.' -->" & @CRLF & _ "<script src="/js/cookiechoices.js" defer></script>" & @CRLF & _ "<script>" & @CRLF & _ " document.addEventListener('DOMContentLoaded', function(event) {" & @CRLF & _ " window.cookieChoices && cookieChoices.showCookieConsentBar && cookieChoices.showCookieConsentBar(" & @CRLF & _ " (window.cookieOptions && cookieOptions.msg) || 'Ce site utilise des cookies provenant de Google afin de fournir ses services, personnaliser les annonces et analyser le trafic. Les informations relatives à votre utilisation du site sont partagées avec Google. En acceptant ce site, vous acceptez l\x27utilisation des cookies.'," & @CRLF & _ " (window.cookieOptions && cookieOptions.close) || 'OK !'," & @CRLF & _ " (window.cookieOptions && cookieOptions.learn) || 'En savoir plus'," & @CRLF & _ " (window.cookieOptions && cookieOptions.link) || 'https://www.blogger.com/go/blogspot-cookies');" & @CRLF & _ " });" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/2676103907-widgets.js"></script>" & @CRLF & _ "<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ "window['__wavt'] = 'AOuZoY5Ggkn4EATeNHKuvRlNG023pugk8g:1488786031308';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d6502533517677061418','//www.iptvbin.com/2017/03/iptvbin-playlist-simpletv-kodi-vlc-iptv.html','6502533517677061418');" & @CRLF & _ "_WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '6502533517677061418', 'bloggerUrl': 'https://www.blogger.com', 'title': 'iptvbin', 'pageType': 'item', 'postId': '5162952389882588814', 'url': 'http://www.iptvbin.com/2017/03/iptvbin-playlist-simpletv-kodi-vlc-iptv.html', 'canonicalUrl': 'http://www.iptvbin.com/2017/03/iptvbin-playlist-simpletv-kodi-vlc-iptv.html', 'homepageUrl': 'http://www.iptvbin.com/', 'searchUrl': 'http://www.iptvbin.com/search', 'canonicalHomepageUrl': 'http://www.iptvbin.com/', 'blogspotFaviconUrl': 'http://www.iptvbin.com/favicon.ico', 'hasCustomDomain': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'useUniversalAnalytics': false, 'pageName': 'IPTVBIN Playlist Simpletv - KODI - VLC - IPTV PLAYERS - IPTV SERVERS MARCH 2017', 'pageTitle': 'iptvbin: IPTVBIN Playlist Simpletv - KODI - VLC - IPTV PLAYERS - IPTV SERVERS MARCH 2017', 'encoding': 'UTF-8', 'locale': 'en_GB', 'localeUnderscoreDelimited': 'en_gb', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'languageDirection': 'ltr', 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22iptvbin - Atom\x22 href\x3d\x22http://www.iptvbin.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22iptvbin - RSS\x22 href\x3d\x22http://www.iptvbin.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22iptvbin - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/6502533517677061418/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22iptvbin - Atom\x22 href\x3d\x22http://www.iptvbin.com/feeds/5162952389882588814/comments/default\x22 /\x3e\n', 'meTag': '', 'openIdOpTag': '', 'postImageThumbnailUrl': 'https://2.bp.blogspot.com/-JICR0PPU7Zo/WAjwaqNJbCI/AAAAAAAAAfc/oPWI-XBdXxkEPq5TqzyB-MMMdnnKBahfgCPcB/s72-c/Playlist%2Bm3u%2Biptv.png', 'postImageUrl': 'https://2.bp.blogspot.com/-JICR0PPU7Zo/WAjwaqNJbCI/AAAAAAAAAfc/oPWI-XBdXxkEPq5TqzyB-MMMdnnKBahfgCPcB/s1600/Playlist%2Bm3u%2Biptv.png', 'mobileHeadScript': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/ee1eaee01dc013d3', 'plusOneApiSrc': 'https://apis.google.com/js/plusone.js', 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Google+', 'key': 'googlePlus', 'shareMessage': 'Share to Google+', 'target': 'googleplus'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'googlePlusShareButtonWidth': 300, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en_GB\x27};\x3c/script\x3e'}, 'jumpLinkMessage': 'Read more &#187;'}}, {'name': 'features', 'data': {'enhancedSourcesets': 'true', 'unsupported_browser_message': 'false'}}, {'name': 'messages', 'data': {'linkCopiedToClipboard': 'Link copied to clipboard', 'postLink': 'Post link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'IPTVBIN Playlist Simpletv - KODI - VLC - IPTV PLAYERS - IPTV SERVERS MARCH 2017', 'description': ' Servers IPTV + Playlist Pastebin&#160; Config VLC Playlist These playlist are compatible with most players , SimpleTV , VLC , Kodi ... a...', 'featuredImage': 'https://2.bp.blogspot.com/-JICR0PPU7Zo/WAjwaqNJbCI/AAAAAAAAAfc/oPWI-XBdXxkEPq5TqzyB-MMMdnnKBahfgCPcB/s1600/Playlist%2Bm3u%2Biptv.png', 'url': 'http://www.iptvbin.com/2017/03/iptvbin-playlist-simpletv-kodi-vlc-iptv.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 5162952389882588814}}]);" & @CRLF & _ "_WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'topTas1', null, document.getElementById('Header1'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'topTas2', null, document.getElementById('HTML2'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'ads-banner', null, document.getElementById('HTML1'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML8', 'ads-banner', null, document.getElementById('HTML8'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML6', 'main', null, document.getElementById('HTML6'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', null, document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/4236998001-lbx__en_gb.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/368954415-lightbox_bundle.css'}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML10', 'post-left', null, document.getElementById('HTML10'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML7', 'sidebar', null, document.getElementById('HTML7'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'sidebar', null, document.getElementById('HTML3'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML5', 'sidebar', null, document.getElementById('HTML5'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'sidebar', null, document.getElementById('HTML4'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML9', 'sidebar', null, document.getElementById('HTML9'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_PopularPostsView', new _WidgetInfo('PopularPosts1', 'sidebar', null, document.getElementById('PopularPosts1'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label1', 'sidebar', null, document.getElementById('Label1'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML11', 'sidebar', null, document.getElementById('HTML11'), {}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_PageListView', new _WidgetInfo('PageList2', 'sidebar', null, document.getElementById('PageList2'), {'title': '&#160;Remove content - DMCA', 'links': [{'isCurrentPage': false, 'href': 'http://www.iptvbin.com/p/contact.html', 'id': '4216753351740510351', 'title': 'Contact'}], 'mobile': false}, 'displayModeFull'));" & @CRLF & _ "_WidgetManager._RegisterWidget('_ContactFormView', new _WidgetInfo('ContactForm1', 'sidebar', null, document.getElementById('ContactForm1'), {'contactFormMessageSendingMsg': 'Sending...', 'contactFormMessageSentMsg': 'Your message has been sent.', 'contactFormMessageNotSentMsg': 'Message could not be sent. Please try again later.', 'contactFormInvalidEmailMsg': 'A valid email address is required.', 'contactFormEmptyMessageMsg': 'Message field cannot be empty.', 'title': 'Contact Form', 'blogId': '6502533517677061418', 'contactFormNameMsg': 'Name', 'contactFormEmailMsg': 'Email', 'contactFormMessageMsg': 'Message', 'contactFormSendMsg': 'Send', 'submitUrl': 'https://www.blogger.com/contact-form.do'}, 'displayModeFull'));" & @CRLF & _ "</script>" & @CRLF & _ "</body>" & @CRLF & _ " --></body>" & @CRLF & _ "</HTML>" Local $aArray = StringRegExp($sString, $sRegex, $STR_REGEXPARRAYGLOBALFULLMATCH) Local $aFullArray[0] For $i = 0 To UBound($aArray) -1 _ArrayConcatenate($aFullArray, $aArray[$i]) Next $aArray = $aFullArray ; Present the entire match result _ArrayDisplay($aArray, "Result")

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for AutoIt, please visit: https://www.autoitscript.com/autoit3/docs/functions/StringRegExp.htm