Regular Expressions 101

Save & Share

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
No Match

r"
"
gm

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 = "(?m)var url_play = '(.+?)'" Local $sString = "" & @CRLF & _ "" & @CRLF & _ "<!DOCTYPE html>" & @CRLF & _ "<html lang="en-US">" & @CRLF & _ "<head>" & @CRLF & _ "<meta charset="UTF-8">" & @CRLF & _ "<meta name="viewport" content="width=device-width, initial-scale=1">" & @CRLF & _ "<link rel="profile" href="http://gmpg.org/xfn/11">" & @CRLF & _ "<link rel="pingback" href="http://oomovie.net/xmlrpc.php">" & @CRLF & _ "" & @CRLF & _ "<title>Burnley vs Aston Villa Stream - NBA Streams</title>" & @CRLF & _ "" & @CRLF & _ "<!-- This site is optimized with the Yoast SEO plugin v12.7.1 - https://yoast.com/wordpress/plugins/seo/ -->" & @CRLF & _ "<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1"/>" & @CRLF & _ "<link rel="canonical" href="http://oomovie.net/burnley-vs-aston-villa-stream/" />" & @CRLF & _ "<meta property="og:locale" content="en_US" />" & @CRLF & _ "<meta property="og:type" content="article" />" & @CRLF & _ "<meta property="og:title" content="Burnley vs Aston Villa Stream - NBA Streams" />" & @CRLF & _ "<meta property="og:url" content="http://oomovie.net/burnley-vs-aston-villa-stream/" />" & @CRLF & _ "<meta property="og:site_name" content="NBA Streams" />" & @CRLF & _ "<meta property="article:section" content="England - Premier League" />" & @CRLF & _ "<meta property="article:published_time" content="2019-12-25T22:34:03+00:00" />" & @CRLF & _ "<meta property="article:modified_time" content="2019-12-31T23:45:37+00:00" />" & @CRLF & _ "<meta property="og:updated_time" content="2019-12-31T23:45:37+00:00" />" & @CRLF & _ "<meta name="twitter:card" content="summary_large_image" />" & @CRLF & _ "<meta name="twitter:title" content="Burnley vs Aston Villa Stream - NBA Streams" />" & @CRLF & _ "<script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"http://oomovie.net/#website","url":"http://oomovie.net/","name":"NBA Streams","description":"High quality free live streams","potentialAction":{"@type":"SearchAction","target":"http://oomovie.net/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"http://oomovie.net/burnley-vs-aston-villa-stream/#webpage","url":"http://oomovie.net/burnley-vs-aston-villa-stream/","inLanguage":"en-US","name":"Burnley vs Aston Villa Stream - NBA Streams","isPartOf":{"@id":"http://oomovie.net/#website"},"datePublished":"2019-12-25T22:34:03+00:00","dateModified":"2019-12-31T23:45:37+00:00","author":{"@id":"http://oomovie.net/#/schema/person/1695ea5da3ba4cb20d298a899e16d125"}},{"@type":["Person"],"@id":"http://oomovie.net/#/schema/person/1695ea5da3ba4cb20d298a899e16d125","name":"oomovie","image":{"@type":"ImageObject","@id":"http://oomovie.net/#authorlogo","url":"http://0.gravatar.com/avatar/3b56635bdc7a2128d03f705aef667575?s=96&d=mm&r=g","caption":"oomovie"},"sameAs":[]}]}</script>" & @CRLF & _ "<!-- / Yoast SEO plugin. -->" & @CRLF & _ "" & @CRLF & _ "<link rel='dns-prefetch' href='//oomovie.net' />" & @CRLF & _ "<link rel='dns-prefetch' href='//fonts.googleapis.com' />" & @CRLF & _ "<link rel='dns-prefetch' href='//s.w.org' />" & @CRLF & _ "<link rel="alternate" type="application/rss+xml" title="NBA Streams &raquo; Feed" href="http://oomovie.net/feed/" />" & @CRLF & _ "<link rel="alternate" type="application/rss+xml" title="NBA Streams &raquo; Comments Feed" href="http://oomovie.net/comments/feed/" />" & @CRLF & _ "<link rel="alternate" type="application/rss+xml" title="NBA Streams &raquo; Burnley vs Aston Villa Stream Comments Feed" href="http://oomovie.net/burnley-vs-aston-villa-stream/feed/" />" & @CRLF & _ " <script type="text/javascript">" & @CRLF & _ " window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/oomovie.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.3.2"}};" & @CRLF & _ " !function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340])}return!1}function d(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(i=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},o=0;o<i.length;o++)t.supports[i[o]]=l(i[o]),t.supports.everything=t.supports.everything&&t.supports[i[o]],"flag"!==i[o]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[i[o]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(r=t.source||{}).concatemoji?d(r.concatemoji):r.wpemoji&&r.twemoji&&(d(r.twemoji),d(r.wpemoji)))}(window,document,window._wpemojiSettings);" & @CRLF & _ " </script>" & @CRLF & _ " <style type="text/css">" & @CRLF & _ "img.wp-smiley," & @CRLF & _ "img.emoji {" & @CRLF & _ " display: inline !important;" & @CRLF & _ " border: none !important;" & @CRLF & _ " box-shadow: none !important;" & @CRLF & _ " height: 1em !important;" & @CRLF & _ " width: 1em !important;" & @CRLF & _ " margin: 0 .07em !important;" & @CRLF & _ " vertical-align: -0.1em !important;" & @CRLF & _ " background: none !important;" & @CRLF & _ " padding: 0 !important;" & @CRLF & _ "}" & @CRLF & _ "</style>" & @CRLF & _ " <link rel='stylesheet' id='flash-fonts-css' href='https://fonts.googleapis.com/css?family=Montserrat%3A400%2C700&#038;subset=latin%2Clatin-ext' type='text/css' media='all' />" & @CRLF & _ "<link rel='stylesheet' id='font-awesome-css' href='http://oomovie.net/wp-content/themes/flash/css/font-awesome.min.css?ver=5.3.2' type='text/css' media='' />" & @CRLF & _ "<link rel='stylesheet' id='flash-style-css' href='http://oomovie.net/wp-content/themes/flash/style.css?ver=5.3.2' type='text/css' media='all' />" & @CRLF & _ "<style id='flash-style-inline-css' type='text/css'>" & @CRLF & _ "" & @CRLF & _ " /* Site Title */" & @CRLF & _ " .site-branding {" & @CRLF & _ " margin: 0 auto 0 0;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " .site-branding .site-title," & @CRLF & _ " .site-description {" & @CRLF & _ " clip: rect(1px, 1px, 1px, 1px);" & @CRLF & _ " position: absolute !important;" & @CRLF & _ " height: 1px;" & @CRLF & _ " width: 1px;" & @CRLF & _ " overflow: hidden;" & @CRLF & _ " }" & @CRLF & _ " .logo .logo-text{" & @CRLF & _ " padding: 0;" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ "</style>" & @CRLF & _ "<link rel='stylesheet' id='responsive-css' href='http://oomovie.net/wp-content/themes/flash/css/responsive.min.css?ver=5.3.2' type='text/css' media='' />" & @CRLF & _ "<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js?ver=1.12.4'></script>" & @CRLF & _ "<link rel='https://api.w.org/' href='http://oomovie.net/wp-json/' />" & @CRLF & _ "<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://oomovie.net/xmlrpc.php?rsd" />" & @CRLF & _ "<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://oomovie.net/wp-includes/wlwmanifest.xml" /> " & @CRLF & _ "<meta name="generator" content="WordPress 5.3.2" />" & @CRLF & _ "<link rel='shortlink' href='http://oomovie.net/?p=24476' />" & @CRLF & _ "<link rel="alternate" type="application/json+oembed" href="http://oomovie.net/wp-json/oembed/1.0/embed?url=http%3A%2F%2Foomovie.net%2Fburnley-vs-aston-villa-stream%2F" />" & @CRLF & _ "<link rel="alternate" type="text/xml+oembed" href="http://oomovie.net/wp-json/oembed/1.0/embed?url=http%3A%2F%2Foomovie.net%2Fburnley-vs-aston-villa-stream%2F&#038;format=xml" />" & @CRLF & _ "<style>" & @CRLF & _ " #category-posts-76-internal .cat-post-thumbnail .cat-post-crop img {width: 150px;}" & @CRLF & _ "#category-posts-76-internal .cat-post-thumbnail .cat-post-crop img {height: 150px;}" & @CRLF & _ "#category-posts-76-internal .cat-post-thumbnail .cat-post-crop img {object-fit: cover;max-width:100%;}" & @CRLF & _ "#category-posts-76-internal .cat-post-thumbnail .cat-post-crop-not-supported img {width:100%;}" & @CRLF & _ "#category-posts-76-internal .cat-post-thumbnail {max-width:100%;}" & @CRLF & _ "#category-posts-76-internal .cat-post-item img {margin: initial;}" & @CRLF & _ "#category-posts-76-internal .cat-post-thumbnail {float:left;}" & @CRLF & _ "#category-posts-6-internal .cat-post-thumbnail .cat-post-crop img {width: 150px;}" & @CRLF & _ "#category-posts-6-internal .cat-post-thumbnail .cat-post-crop img {height: 150px;}" & @CRLF & _ "#category-posts-6-internal .cat-post-thumbnail .cat-post-crop img {object-fit: cover;max-width:100%;}" & @CRLF & _ "#category-posts-6-internal .cat-post-thumbnail .cat-post-crop-not-supported img {width:100%;}" & @CRLF & _ "#category-posts-6-internal .cat-post-thumbnail {max-width:100%;}" & @CRLF & _ "#category-posts-6-internal .cat-post-item img {margin: initial;}" & @CRLF & _ "#category-posts-6-internal .cat-post-thumbnail {float:left;}" & @CRLF & _ "#category-posts-74-internal .cat-post-thumbnail .cat-post-crop img {width: 150px;}" & @CRLF & _ "#category-posts-74-internal .cat-post-thumbnail .cat-post-crop img {height: 150px;}" & @CRLF & _ "#category-posts-74-internal .cat-post-thumbnail .cat-post-crop img {object-fit: cover;max-width:100%;}" & @CRLF & _ "#category-posts-74-internal .cat-post-thumbnail .cat-post-crop-not-supported img {width:100%;}" & @CRLF & _ "#category-posts-74-internal .cat-post-thumbnail {max-width:100%;}" & @CRLF & _ "#category-posts-74-internal .cat-post-item img {margin: initial;}" & @CRLF & _ "#category-posts-74-internal .cat-post-thumbnail {float:left;}" & @CRLF & _ "#category-posts-72-internal ul {padding: 0;}" & @CRLF & _ "#category-posts-72-internal .cat-post-item img {max-width: initial; max-height: initial; margin: initial;}" & @CRLF & _ "#category-posts-72-internal .cat-post-author {margin-bottom: 0;}" & @CRLF & _ "#category-posts-72-internal .cat-post-thumbnail {margin: 5px 10px 5px 0;}" & @CRLF & _ "#category-posts-72-internal .cat-post-item:before {content: ""; clear: both;}" & @CRLF & _ "#category-posts-72-internal .cat-post-title {font-size: 15px;}" & @CRLF & _ "#category-posts-72-internal .cat-post-current .cat-post-title {font-weight: bold; text-transform: uppercase;}" & @CRLF & _ "#category-posts-72-internal .cat-post-date {font-size: 14px; line-height: 18px; font-style: italic; margin-bottom: 5px;}" & @CRLF & _ "#category-posts-72-internal .cat-post-comment-num {font-size: 14px; line-height: 18px;}" & @CRLF & _ "#category-posts-72-internal .cat-post-item {border-bottom: 1px solid #ccc; list-style: none; list-style-type: none; margin: 3px 0; padding: 3px 0;}" & @CRLF & _ "#category-posts-72-internal .cat-post-item:last-child {border-bottom: none;}" & @CRLF & _ "#category-posts-72-internal .cat-post-item:after {content: ""; display: table; clear: both;}" & @CRLF & _ "#category-posts-72-internal p {margin:5px 0 0 0}" & @CRLF & _ "#category-posts-72-internal li > div {margin:5px 0 0 0; clear:both;}" & @CRLF & _ "#category-posts-72-internal .dashicons {vertical-align:middle;}" & @CRLF & _ "#category-posts-72-internal .cat-post-thumbnail .cat-post-crop img {width: 150px;}" & @CRLF & _ "#category-posts-72-internal .cat-post-thumbnail .cat-post-crop img {height: 150px;}" & @CRLF & _ "#category-posts-72-internal .cat-post-thumbnail .cat-post-crop img {object-fit: cover;max-width:100%;}" & @CRLF & _ "#category-posts-72-internal .cat-post-thumbnail .cat-post-crop-not-supported img {width:100%;}" & @CRLF & _ "#category-posts-72-internal .cat-post-thumbnail {max-width:100%;}" & @CRLF & _ "#category-posts-72-internal .cat-post-item img {margin: initial;}" & @CRLF & _ "#category-posts-72-internal .cat-post-thumbnail {float:left;}" & @CRLF & _ "#category-posts-56-internal ul {padding: 0;}" & @CRLF & _ "#category-posts-56-internal .cat-post-item img {max-width: initial; max-height: initial; margin: initial;}" & @CRLF & _ "#category-posts-56-internal .cat-post-author {margin-bottom: 0;}" & @CRLF & _ "#category-posts-56-internal .cat-post-thumbnail {margin: 5px 10px 5px 0;}" & @CRLF & _ "#category-posts-56-internal .cat-post-item:before {content: ""; clear: both;}" & @CRLF & _ "#category-posts-56-internal .cat-post-title {font-size: 15px;}" & @CRLF & _ "#category-posts-56-internal .cat-post-current .cat-post-title {font-weight: bold; text-transform: uppercase;}" & @CRLF & _ "#category-posts-56-internal .cat-post-date {font-size: 14px; line-height: 18px; font-style: italic; margin-bottom: 5px;}" & @CRLF & _ "#category-posts-56-internal .cat-post-comment-num {font-size: 14px; line-height: 18px;}" & @CRLF & _ "#category-posts-56-internal .cat-post-item {border-bottom: 1px solid #ccc; list-style: none; list-style-type: none; margin: 3px 0; padding: 3px 0;}" & @CRLF & _ "#category-posts-56-internal .cat-post-item:last-child {border-bottom: none;}" & @CRLF & _ "#category-posts-56-internal .cat-post-item:after {content: ""; display: table; clear: both;}" & @CRLF & _ "#category-posts-56-internal p {margin:5px 0 0 0}" & @CRLF & _ "#category-posts-56-internal li > div {margin:5px 0 0 0; clear:both;}" & @CRLF & _ "#category-posts-56-internal .dashicons {vertical-align:middle;}" & @CRLF & _ "#category-posts-56-internal .cat-post-thumbnail .cat-post-crop img {width: 150px;}" & @CRLF & _ "#category-posts-56-internal .cat-post-thumbnail .cat-post-crop img {height: 150px;}" & @CRLF & _ "#category-posts-56-internal .cat-post-thumbnail .cat-post-crop img {object-fit: cover;max-width:100%;}" & @CRLF & _ "#category-posts-56-internal .cat-post-thumbnail .cat-post-crop-not-supported img {width:100%;}" & @CRLF & _ "#category-posts-56-internal .cat-post-thumbnail {max-width:100%;}" & @CRLF & _ "#category-posts-56-internal .cat-post-item img {margin: initial;}" & @CRLF & _ "#category-posts-56-internal .cat-post-thumbnail {float:left;}" & @CRLF & _ "</style>" & @CRLF & _ " <style type="text/css">body { font-family: "Montserrat"; }</style>" & @CRLF & _ " " & @CRLF & _ "<script type="text/javascript" src="//services.bilsyndication.com/adv1/?q=f3e6b7b6d4c1e17de8d9c2bdfc019ffb"></script><script> var vitag = vitag || {};</script>" & @CRLF & _ "<style>" & @CRLF & _ " .match-list {" & @CRLF & _ " padding: 5px; line-height: 30px;" & @CRLF & _ " border-bottom: 1px thin solid #000;" & @CRLF & _ " }" & @CRLF & _ " .match-list-title {" & @CRLF & _ " margin-bottom: 20px;" & @CRLF & _ " }" & @CRLF & _ " .match-item {" & @CRLF & _ " font-size: 1.2em;" & @CRLF & _ " }" & @CRLF & _ "</style>" & @CRLF & _ "</head>" & @CRLF & _ "" & @CRLF & _ "<body class="post-template-default single single-post postid-24476 single-format-standard wp-custom-logo left-logo-right-menu right-sidebar">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div id="page" class="site">" & @CRLF & _ " <a class="skip-link screen-reader-text" href="#content">Skip to content</a>" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " <header id="masthead" class="site-header" role="banner">" & @CRLF & _ " <div class="header-top">" & @CRLF & _ " <div class="tg-container">" & @CRLF & _ " <div class="tg-column-wrapper clearfix">" & @CRLF & _ " <div class="left-content">" & @CRLF & _ " </div>" & @CRLF & _ " <div class="right-content">" & @CRLF & _ " <div class="menu-facebook-container"><ul id="menu-facebook" class="social-menu"><li id="menu-item-5724" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5724"><a href="https://www.facebook.com/nlivesportlive/"><span class="screen-reader-text">Facebook Fanpage</span></a></li>" & @CRLF & _ "<li id="menu-item-5725" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5725"><a href="https://www.youtube.com/channel/UCYGjwMZ0E77rT_yeGmFAiTQ"><span class="screen-reader-text">Youtube</span></a></li>" & @CRLF & _ "<li id="menu-item-5726" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5726"><a href="https://twitter.com/nLiveTV"><span class="screen-reader-text">Twitter</span></a></li>" & @CRLF & _ "</ul></div> </div>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ " " & @CRLF & _ " <div class="header-bottom">" & @CRLF & _ " <div class="tg-container">" & @CRLF & _ "" & @CRLF & _ " <div class="logo">" & @CRLF & _ " <figure class="logo-image">" & @CRLF & _ " <a href="http://oomovie.net/" class="custom-logo-link" rel="home"><img width="186" height="68" src="http://oomovie.net/wp-content/uploads/2019/12/logo-min.png" class="custom-logo" alt="NBA Streams" /></a> </figure>" & @CRLF & _ " " & @CRLF & _ " <div class="logo-text site-branding">" & @CRLF & _ " <p class="site-title"><a href="http://oomovie.net/" rel="home">NBA Streams</a></p>" & @CRLF & _ " <p class="site-description">High quality free live streams</p>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ " <div class="site-navigation-wrapper">" & @CRLF & _ " <nav id="site-navigation" class="main-navigation" role="navigation">" & @CRLF & _ " <div class="menu-toggle">" & @CRLF & _ " <i class="fa fa-bars"></i>" & @CRLF & _ " </div>" & @CRLF & _ " <div class="menu-sport-leagues-container"><ul id="primary-menu" class="menu"><li id="menu-item-21216" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21216"><a href="http://oomovie.net/leagues/nba/">NBA STREAM</a></li>" & @CRLF & _ "<li id="menu-item-7259" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7259"><a href="http://oomovie.net/leagues/nfl/">NFL STREAM</a></li>" & @CRLF & _ "<li id="menu-item-21222" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21222"><a href="http://oomovie.net/leagues/nhl/">NHL STREAM</a></li>" & @CRLF & _ "<li id="menu-item-7256" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7256"><a>SOCCER STREAM</a>" & @CRLF & _ "<ul class="sub-menu">" & @CRLF & _ " <li id="menu-item-21229" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21229"><a href="http://oomovie.net/leagues/europe-uefa-champions-league/">Champion League</a></li>" & @CRLF & _ " <li id="menu-item-7257" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7257"><a href="https://oomovie.net/leagues/england-premiere-league/">Premier League</a></li>" & @CRLF & _ " <li id="menu-item-7258" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7258"><a href="https://oomovie.net/leagues/la-liga-streams/">La Liga</a></li>" & @CRLF & _ " <li id="menu-item-21227" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21227"><a href="http://oomovie.net/leagues/italy-series-a/">Sreia A</a></li>" & @CRLF & _ " <li id="menu-item-21226" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21226"><a href="http://oomovie.net/leagues/bundesliga/">Bundesliga</a></li>" & @CRLF & _ " <li id="menu-item-21228" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21228"><a href="http://oomovie.net/leagues/france-ligue-1/">Ligue 1</a></li>" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "<li id="menu-item-7260" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7260"><a href="https://nlive.io">US/UK/AU Channels</a></li>" & @CRLF & _ "</ul></div> </nav><!-- #site-navigation -->" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ " <div class="header-action-container">" & @CRLF & _ " " & @CRLF & _ " <div class="search-wrap">" & @CRLF & _ " <div class="search-icon">" & @CRLF & _ " <i class="fa fa-search"></i>" & @CRLF & _ " </div>" & @CRLF & _ " <div class="search-box">" & @CRLF & _ " " & @CRLF & _ "<form role="search" method="get" class="searchform" action="http://oomovie.net/">" & @CRLF & _ " <label>" & @CRLF & _ " <span class="screen-reader-text">Search for:</span>" & @CRLF & _ " <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />" & @CRLF & _ " </label>" & @CRLF & _ " <button type="submit" class="search-submit btn search-btn"><span class="screen-reader-text">Search</span><i class="fa fa-search"></i></button>" & @CRLF & _ "</form>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ " </header><!-- #masthead -->" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " <nav id="flash-breadcrumbs" class="breadcrumb-trail breadcrumbs">" & @CRLF & _ " <div class="tg-container">" & @CRLF & _ " <h1 class="trail-title">Burnley vs Aston Villa Stream</h1> <ul class="trail-items"><li class="trail-item trail-begin"><a class="trail-home" href="http://oomovie.net" title="Home"><span>Home</span></a></li><li class="trail-item item-category"><span><a href="http://oomovie.net/leagues/soccer/">Soccer</a></span></li><li class="trail-item item-category"><span><a href="http://oomovie.net/leagues/soccer/england-premiere-league/">England - Premier League</a></span></li><li class="trail-item"><span>Burnley vs Aston Villa Stream</span></li></ul> </div>" & @CRLF & _ " </nav>" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " <div id="content" class="site-content">" & @CRLF & _ " <div class="tg-container">" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " <div id="primary" class="content-area">" & @CRLF & _ " <main id="main" class="site-main" role="main">" & @CRLF & _ " <!-- ooMovie Header -->" & @CRLF & _ "" & @CRLF & _ " <article id="post-24476" class="post-24476 post type-post status-publish format-standard hentry category-england-premiere-league">" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " <div class="entry-content-block">" & @CRLF & _ " <header class="entry-header">" & @CRLF & _ " <div class="entry-title hidden">Burnley vs Aston Villa Stream</div> </header><!-- .entry-header -->" & @CRLF & _ "" & @CRLF & _ " <div class="entry-meta">" & @CRLF & _ " <span class="entry-date"><i class="fa fa-clock-o"></i><a href="http://oomovie.net/burnley-vs-aston-villa-stream/" rel="bookmark"><time class="date published" datetime="2019-12-25T22:34:03+00:00">December 25, 2019</time><time class="updated" datetime="2019-12-31T23:45:37+00:00">December 31, 2019</time></a></span><span class="entry-author vcard author"> <i class="fa fa-user"></i><a class="url fn n" href="http://oomovie.net/author/oomovie/">oomovie</a></span> </div><!-- .entry-meta -->" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ "<div class="adsbyvli" data-ad-slot="vi_13168736"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13168736")})</script>" & @CRLF & _ "" & @CRLF & _ " <div class="entry-content">" & @CRLF & _ " <p>" & @CRLF & _ "<script>" & @CRLF & _ "(function (open) {" & @CRLF & _ " XMLHttpRequest.prototype.open = function (method, url, async, user, pass) {" & @CRLF & _ "" & @CRLF & _ " var rewrittenUrl = url ;" & @CRLF & _ " if (url.indexOf("https://mf.svc.nhl.com/ws/media/mf/v2.3/key/") !== -1) {" & @CRLF & _ " rewrittenUrl = "http://oomovie.net/live/nhl/getkey.php?url=" + btoa(url);" & @CRLF & _ " }" & @CRLF & _ " if (url.indexOf("https://playback.svcs.mlb.com/silk/events/") !== -1) {" & @CRLF & _ " rewrittenUrl = "http://oomovie.net/live/nhl/mlb3.php?url=" + btoa(rewrittenUrl);" & @CRLF & _ "}" & @CRLF & _ " open.call(this, method, rewrittenUrl, async, user, pass);" & @CRLF & _ " };" & @CRLF & _ "})(XMLHttpRequest.prototype.open);" & @CRLF & _ "" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "<script src="https://cdn.jsdelivr.net/npm/clappr@latest/dist/clappr.min.js"></script>" & @CRLF & _ "<script type="text/javascript" src="//cdn.jsdelivr.net/gh/clappr/clappr-level-selector-plugin@latest/dist/level-selector.min.js"></script>" & @CRLF & _ "" & @CRLF & _ "<script src="https://cdn.jsdelivr.net/npm/clappr-chromecast-plugin@latest/dist/clappr-chromecast-plugin.min.js" type="text/javascript" ></script>" & @CRLF & _ "" & @CRLF & _ "<script type="text/javascript">" & @CRLF & _ "var currentTime = 0;" & @CRLF & _ "var firstTime = true;" & @CRLF & _ "var firstTimeSkip = true;" & @CRLF & _ "var isSubDisplaying = false;" & @CRLF & _ "var isAdsDisplay = false;" & @CRLF & _ "function insertSub() {" & @CRLF & _ " if(!isAdsDisplay) return;" & @CRLF & _ " isSubDisplaying = true;" & @CRLF & _ " var html = '<div class="full"></div><div id="ad-close-sp" class="ad-close-sp">Remove Ads</div><div class="ga-content"><ins class="adsbygoogle" style="display:inline-block;;width:336px;height:280px;" data-ad-client="ca-pub-8135962065824411" data-ad-slot="6606220192"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});<\/script></div>';" & @CRLF & _ " $(html).insertBefore(".media-control");" & @CRLF & _ " $('.ad-close-sp').click(function() {" & @CRLF & _ " if (firstTimeSkip == false) { // Skip enabled" & @CRLF & _ " isSubDisplaying = false;" & @CRLF & _ " $('.full').remove();" & @CRLF & _ " $('.ga-content').remove();" & @CRLF & _ " $('.ad-close-sp').remove();" & @CRLF & _ " $(this).remove();" & @CRLF & _ " } else {" & @CRLF & _ " // Not Skip" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " return false;" & @CRLF & _ " });" & @CRLF & _ " " & @CRLF & _ " setTimeout(() => {" & @CRLF & _ " isSubDisplaying = false;" & @CRLF & _ " $('.full').remove();" & @CRLF & _ " $('.ga-content').remove();" & @CRLF & _ " $('.ad-close-sp').remove();" & @CRLF & _ " }, 15 * 1000);" & @CRLF & _ " " & @CRLF & _ "}" & @CRLF & _ "var timeLeft = 10;" & @CRLF & _ "setInterval(() => {" & @CRLF & _ " currentTime ++;" & @CRLF & _ " timeLeft--;" & @CRLF & _ " if (firstTimeSkip == true) {" & @CRLF & _ " if (document.getElementById("ad-close-sp")) {" & @CRLF & _ " if (timeLeft > 0) {" & @CRLF & _ " document.getElementById("ad-close-sp").childNodes[0].textContent = "Ads: " + timeLeft + " seconds";" & @CRLF & _ " } else {" & @CRLF & _ " document.getElementById("ad-close-sp").childNodes[0].textContent = "Remove Ads";" & @CRLF & _ " firstTimeSkip = false;" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " } " & @CRLF & _ " " & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ "}, 1 * 1000);" & @CRLF & _ "" & @CRLF & _ "// var instream = '<div class="content-instream" id="playBtn" onclick="doNothing()"><div class="adsbyvli" data-ad-slot="vi_13163469"></div></div>';" & @CRLF & _ "/*" & @CRLF & _ "$(document).ready(function() {" & @CRLF & _ " $(instream).insertBefore('.media-control');" & @CRLF & _ " console.log('INSERTED INSTREAM ADS');" & @CRLF & _ " });" & @CRLF & _ "*/" & @CRLF & _ "" & @CRLF & _ "function doNothing() {" & @CRLF & _ " var playBtn = document.getElementById("playBtn");" & @CRLF & _ " playBtn.style.display = 'none';" & @CRLF & _ "}" & @CRLF & _ "" & @CRLF & _ "var adTimer = undefined;" & @CRLF & _ "" & @CRLF & _ "setInterval(function(){" & @CRLF & _ " displayAds();" & @CRLF & _ " console.log("callIMA by time out");" & @CRLF & _ "},1000 * 60 * 7);" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "// Instream" & @CRLF & _ "vitag.videoConfig = {" & @CRLF & _ " width: '100%'," & @CRLF & _ " height: '100%'," & @CRLF & _ " loadingText: "Loading advertisement.."," & @CRLF & _ " complete: function () {" & @CRLF & _ " }," & @CRLF & _ " error: function () {" & @CRLF & _ " }" & @CRLF & _ "};" & @CRLF & _ "" & @CRLF & _ "function displayAds() {" & @CRLF & _ " // document.getElementById("playBtn").style.display = 'block';" & @CRLF & _ " console.log("callIMA from 7");" & @CRLF & _ " callIMA();" & @CRLF & _ "}" & @CRLF & _ "" & @CRLF & _ "function callIMA() {" & @CRLF & _ " console.log("callIMA");" & @CRLF & _ " // var playBtn = document.getElementById("playBtn");" & @CRLF & _ " // playBtn.style.display = 'none';" & @CRLF & _ " " & @CRLF & _ " // vitag.videoConfig = {width: 640, height: 480, loadingText: "Loading advertisement..", complete: function () {}, error: function () {}};" & @CRLF & _ " (vitag.Init = window.vitag.Init || []).push(function () {" & @CRLF & _ " viAPItag.startPreRoll('vi_13163469');" & @CRLF & _ " console.log('DO ROLL INSTREAM ADS');" & @CRLF & _ " });" & @CRLF & _ " " & @CRLF & _ " /*" & @CRLF & _ " (vitag.Init = window.vitag.Init || []).push(function () {" & @CRLF & _ " viAPItag.startPreRoll('vi_13163469');" & @CRLF & _ " console.log('DO ROLL INSTREAM ADS');" & @CRLF & _ " var muteSound=document.getElementsByTagName('iframe');" & @CRLF & _ " muteSound.muted=true;" & @CRLF & _ " });" & @CRLF & _ " */" & @CRLF & _ "} " & @CRLF & _ "//end instream" & @CRLF & _ "var player = null;" & @CRLF & _ "var url_play = 'http://uk.nocdn.net/sports/supersp5/playlist.m3u8';" & @CRLF & _ "var url_ios = 'http://uk.nocdn.net/sports/supersp5/playlist.m3u8';" & @CRLF & _ "if(navigator.userAgent.match(/(iPod|iPhone|iPad)/) && navigator.userAgent.match(/AppleWebKit/)) url_play = url_ios;" & @CRLF & _ "var video_player_id = "flashplayer5e0c8c3ad7794_";" & @CRLF & _ "var playerElement;" & @CRLF & _ "console.log(playerElement);" & @CRLF & _ "jQuery(document).ready(function() {" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " playerElement = document.getElementById(video_player_id);" & @CRLF & _ " player = new Clappr.Player({" & @CRLF & _ " source: url_play," & @CRLF & _ " height: '100%'," & @CRLF & _ " width: '100%'," & @CRLF & _ " autoPlay: true," & @CRLF & _ " plugins: [LevelSelector, ChromecastPlugin]," & @CRLF & _ " levelSelectorConfig: {" & @CRLF & _ " title: 'Quality'," & @CRLF & _ " labels: {" & @CRLF & _ " 1: 'High ', // 1600kbps" & @CRLF & _ " 0: 'Low ', // 600kbps" & @CRLF & _ " }," & @CRLF & _ " labelCallback: function(playbackLevel, customLabel) {" & @CRLF & _ " return customLabel + playbackLevel.level.height+'p'; // High 720p" & @CRLF & _ " }" & @CRLF & _ " }," & @CRLF & _ " mimeType: "application/x-mpegURL"" & @CRLF & _ " });" & @CRLF & _ " player.attachTo(playerElement);" & @CRLF & _ " function resizePlayer(){" & @CRLF & _ " var aspectRatio = 9/16," & @CRLF & _ " newWidth = document.getElementById(video_player_id).parentElement.offsetWidth," & @CRLF & _ " newHeight = 2 * Math.round(newWidth * aspectRatio/2);" & @CRLF & _ " if(typeof player.listenTo == "function") {" & @CRLF & _ " player.resize({width: newWidth, height: newHeight});" & @CRLF & _ " } else {" & @CRLF & _ " $("#"+video_player_id).width(newWidth);" & @CRLF & _ " $("#"+video_player_id).height(newHeight);" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " vitag.videoConfig = {" & @CRLF & _ " width: newWidth," & @CRLF & _ " height: newHeight," & @CRLF & _ " loadingText: "Loading advertisement.."," & @CRLF & _ " complete: function() {" & @CRLF & _ " if (player) player.play();" & @CRLF & _ " }," & @CRLF & _ " error: function() {" & @CRLF & _ " if (player) player.play();" & @CRLF & _ " }," & @CRLF & _ " hidden: function() {" & @CRLF & _ " if (player) player.play();" & @CRLF & _ " }" & @CRLF & _ " };" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " resizePlayer();" & @CRLF & _ " if(typeof player.listenTo == "function") {" & @CRLF & _ " eventListener();" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " window.onresize = resizePlayer; " & @CRLF & _ "" & @CRLF & _ "});" & @CRLF & _ "" & @CRLF & _ "function report_error_stream(error) {" & @CRLF & _ " //var detail = error.evt + ', ' + error.data.type + ', ' + error.data.details + ', ' + error.response.text;" & @CRLF & _ " var detail = error.description;" & @CRLF & _ " jQuery.ajax({" & @CRLF & _ " type: 'GET'," & @CRLF & _ " url: 'http://oomovie.net/live/report.php?msg=aHR0cDovL3VrLm5vY2RuLm5ldC9zcG9ydHMvc3VwZXJzcDUvcGxheWxpc3QubTN1OA==&url=aHR0cDovL29vbW92aWUubmV0L2J1cm5sZXktdnMtYXN0b24tdmlsbGEtc3RyZWFtLw==&detail='+btoa(detail)," & @CRLF & _ " success: function(data) {" & @CRLF & _ " console.log(data);" & @CRLF & _ " }" & @CRLF & _ " });" & @CRLF & _ "}" & @CRLF & _ "var firstAd = 5;" & @CRLF & _ "function eventListener() {" & @CRLF & _ " player.on(Clappr.Events.PLAYBACK_ERROR, function(error) {" & @CRLF & _ " console.log(error);" & @CRLF & _ " report_error_stream(error);" & @CRLF & _ " });" & @CRLF & _ "" & @CRLF & _ " player.on(Clappr.Events.PLAYER_ERROR, function(error) {" & @CRLF & _ " console.log(error);" & @CRLF & _ " report_error_stream(error);" & @CRLF & _ " });" & @CRLF & _ " " & @CRLF & _ " player.listenTo(player, Clappr.Events.PLAYER_PLAY, function() {" & @CRLF & _ " console.log("PLAYER_PLAY!") ;" & @CRLF & _ " if (firstTime == true) {" & @CRLF & _ " timeLeft = 10;" & @CRLF & _ " firstTime = false;" & @CRLF & _ " insertSub();" & @CRLF & _ " " & @CRLF & _ " adTimer = setTimeout(function() {" & @CRLF & _ " displayAds();" & @CRLF & _ " console.log("callIMA by first time ad");" & @CRLF & _ " firstAd = 30;" & @CRLF & _ " }, firstAd*1000);" & @CRLF & _ " " & @CRLF & _ " }" & @CRLF & _ " });" & @CRLF & _ " player.listenTo(player, Clappr.Events.PLAYER_PAUSE, function() {" & @CRLF & _ " console.log("PLAYER_PAUSE!") ;" & @CRLF & _ " if (isSubDisplaying == false) {" & @CRLF & _ " insertSub();" & @CRLF & _ " displayAds(); " & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " });" & @CRLF & _ "}" & @CRLF & _ "</script>" & @CRLF & _ "<style>" & @CRLF & _ ".full { " & @CRLF & _ " position: absolute;" & @CRLF & _ " width: 100%;" & @CRLF & _ " height: 100% !important;" & @CRLF & _ " background:#000;" & @CRLF & _ " z-index: 9997;" & @CRLF & _ " opacity:0.6;" & @CRLF & _ "}" & @CRLF & _ " .h0-content { " & @CRLF & _ " position: absolute;" & @CRLF & _ " width: 100%;" & @CRLF & _ " height: 100% !important;" & @CRLF & _ " z-index: 9997;" & @CRLF & _ " opacity:0.6;" & @CRLF & _ "}" & @CRLF & _ ".ga-content {" & @CRLF & _ " position: absolute;" & @CRLF & _ " top:50%;" & @CRLF & _ " left: 50%;" & @CRLF & _ " transform: translate3d(-50%,-50%, 0);" & @CRLF & _ " width: 330px;" & @CRLF & _ " height: 280px !important;" & @CRLF & _ " margin: auto;" & @CRLF & _ " background:transparent;" & @CRLF & _ " z-index: 9998;" & @CRLF & _ "}" & @CRLF & _ ".content-instream {" & @CRLF & _ " position: absolute;" & @CRLF & _ " width: 100%;" & @CRLF & _ " height: 100% !important;" & @CRLF & _ " z-index: 9997;" & @CRLF & _ " opacity:0.6;" & @CRLF & _ "}" & @CRLF & _ ".ad-close-sp{" & @CRLF & _ " position:absolute;" & @CRLF & _ " left:0;" & @CRLF & _ " width:250px;" & @CRLF & _ " height:42px;" & @CRLF & _ " margin:0 auto !important;" & @CRLF & _ " z-index:9999;" & @CRLF & _ " background-color:rgba(200,0,0,1);" & @CRLF & _ " font-size:17px !important;" & @CRLF & _ " text-align:center;" & @CRLF & _ " color:rgba(255,255,255,1);" & @CRLF & _ " border: 1px solid rgba(255,255,255,0.9) !important;" & @CRLF & _ " cursor: pointer;" & @CRLF & _ "}" & @CRLF & _ "" & @CRLF & _ "@media only screen and (min-width: 576px) {" & @CRLF & _ " .chat-col { width: 50%; }" & @CRLF & _ "}" & @CRLF & _ "@media only screen and (max-width: 576px) {" & @CRLF & _ " .chat-col { width: 100%; }" & @CRLF & _ "}" & @CRLF & _ " .chat-col { position: relative; float: left; }" & @CRLF & _ "</style>" & @CRLF & _ " <div id="chatbox" class="row" style="text-align: center">" & @CRLF & _ " <a href="/burnley-vs-aston-villa-stream/?stream=1"><button type="button" class="btn btn-primary" style="color: #fff;background-color: #cc0000; border-color: #4cae4c; margin: 3px;">Channels 1</button></a><a href="/burnley-vs-aston-villa-stream/?stream=2"><button type="button" class="btn btn-primary" style="color: #fff;background-color: #5cb85c; border-color: #4cae4c; margin: 3px;">Channels 2</button></a><a href="/burnley-vs-aston-villa-stream/?stream=3"><button type="button" class="btn btn-primary" style="color: #fff;background-color: #5cb85c; border-color: #4cae4c; margin: 3px;">Channels 3</button></a>" & @CRLF & _ " </div>" & @CRLF & _ "<div class="main-player" style="position: relative;"><div class="adsbyvli" data-ad-slot="vi_13163469"></div><div id="flashplayer5e0c8c3ad7794_"></div></div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<script type="text/javascript">" & @CRLF & _ "" & @CRLF & _ "document.addEventListener('keydown', function() {" & @CRLF & _ " if (event.keyCode == 123) {" & @CRLF & _ " return false;" & @CRLF & _ " } else if (event.ctrlKey && event.shiftKey && event.keyCode == 73) {" & @CRLF & _ " return false;" & @CRLF & _ " } else if (event.ctrlKey && event.keyCode == 85) {" & @CRLF & _ " return false;" & @CRLF & _ " }" & @CRLF & _ "}, false);" & @CRLF & _ "" & @CRLF & _ "if (document.addEventListener) {" & @CRLF & _ " document.addEventListener('contextmenu', function(e) {" & @CRLF & _ " e.preventDefault();" & @CRLF & _ " }, false);" & @CRLF & _ "} else {" & @CRLF & _ " document.attachEvent('oncontextmenu', function() {" & @CRLF & _ " window.event.returnValue = false;" & @CRLF & _ " });" & @CRLF & _ "}" & @CRLF & _ "" & @CRLF & _ "(function () {" & @CRLF & _ " 'use strict';" & @CRLF & _ "" & @CRLF & _ " const devtools = {" & @CRLF & _ " isOpen: false," & @CRLF & _ " orientation: undefined" & @CRLF & _ " };" & @CRLF & _ "" & @CRLF & _ " const threshold = 160;" & @CRLF & _ "" & @CRLF & _ " const emitEvent = (isOpen, orientation) => {" & @CRLF & _ " window.dispatchEvent(new CustomEvent('devtoolschange', {" & @CRLF & _ " detail: {" & @CRLF & _ " isOpen," & @CRLF & _ " orientation" & @CRLF & _ " }" & @CRLF & _ " }));" & @CRLF & _ " };" & @CRLF & _ "" & @CRLF & _ " setInterval(() => {" & @CRLF & _ " const widthThreshold = window.outerWidth - window.innerWidth > threshold;" & @CRLF & _ " const heightThreshold = window.outerHeight - window.innerHeight > threshold;" & @CRLF & _ " const orientation = widthThreshold ? 'vertical' : 'horizontal';" & @CRLF & _ "" & @CRLF & _ " if (" & @CRLF & _ " !(heightThreshold && widthThreshold) &&" & @CRLF & _ " ((window.Firebug && window.Firebug.chrome && window.Firebug.chrome.isInitialized) || widthThreshold || heightThreshold)" & @CRLF & _ " ) {" & @CRLF & _ " if (!devtools.isOpen || devtools.orientation !== orientation) {" & @CRLF & _ " emitEvent(true, orientation);" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " devtools.isOpen = true;" & @CRLF & _ " devtools.orientation = orientation;" & @CRLF & _ " } else {" & @CRLF & _ " if (devtools.isOpen) {" & @CRLF & _ " emitEvent(false, undefined);" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " devtools.isOpen = false;" & @CRLF & _ " devtools.orientation = undefined;" & @CRLF & _ " }" & @CRLF & _ " }, 500);" & @CRLF & _ "" & @CRLF & _ " if (typeof module !== 'undefined' && module.exports) {" & @CRLF & _ " module.exports = devtools;" & @CRLF & _ " } else {" & @CRLF & _ " window.devtools = devtools;" & @CRLF & _ " }" & @CRLF & _ "})();" & @CRLF & _ "" & @CRLF & _ "</script>" & @CRLF & _ "<script type="text/javascript" src="http://oomovie.net/wp-content/plugins/flashplayers/debugger.js" /><br />" & @CRLF & _ "<div class="match-list">" & @CRLF & _ " <div class="match-list-title"><h3>Premiere League Streams</h3></div>" & @CRLF & _ " <div class="match-items">" & @CRLF & _ " <div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577881800000"></span> - <a href="http://oomovie.net/brighton-hove-albion-vs-chelsea-stream/">Brighton &#038; Hove Albion vs Chelsea Stream</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577881800000"></span> - <a href="http://oomovie.net/brighton-hove-albion-vs-chelsea/">Brighton &#038; Hove Albion vs Chelsea</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577881800000"></span> - <a href="http://oomovie.net/burnley-vs-aston-villa-stream/">Burnley vs Aston Villa Stream</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577881800000"></span> - <a href="http://oomovie.net/burnley-vs-aston-villa/">Burnley vs Aston Villa</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577890800000"></span> - <a href="http://oomovie.net/watford-vs-wolverhampton-wanderers-stream/">Watford vs Wolverhampton Wanderers Stream</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577890800000"></span> - <a href="http://oomovie.net/watford-vs-wolverhampton-wanderers/">Watford vs Wolverhampton Wanderers</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577890800000"></span> - <a href="http://oomovie.net/newcastle-united-vs-leicester-city-stream/">Newcastle United vs Leicester City Stream</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577890800000"></span> - <a href="http://oomovie.net/southampton-vs-tottenham-hotspur-stream/">Southampton vs Tottenham Hotspur Stream</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577890800000"></span> - <a href="http://oomovie.net/southampton-vs-tottenham-hotspur/">Southampton vs Tottenham Hotspur</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577890800000"></span> - <a href="http://oomovie.net/newcastle-united-vs-leicester-city-1000-am-et/">Newcastle United vs Leicester City 10:00 AM ET</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577899800000"></span> - <a href="http://oomovie.net/manchester-city-vs-everton-stream/">Manchester City vs Everton Stream</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577899800000"></span> - <a href="http://oomovie.net/manchester-city-vs-everton/">Manchester City vs Everton</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577899800000"></span> - <a href="http://oomovie.net/norwich-city-vs-crystal-palace-stream/">Norwich City vs Crystal Palace Stream</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577899800000"></span> - <a href="http://oomovie.net/norwich-city-vs-crystal-palace/">Norwich City vs Crystal Palace</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577899800000"></span> - <a href="http://oomovie.net/west-ham-united-vs-afc-bournemouth-stream/">West Ham United vs AFC Bournemouth Stream</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577899800000"></span> - <a href="http://oomovie.net/west-ham-united-vs-afc-bournemouth/">West Ham United vs AFC Bournemouth</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577908800000"></span> - <a href="http://oomovie.net/arsenal-vs-manchester-united-stream/">Arsenal vs Manchester United Stream</a></div></div><div class="match-item"><div class="match-title"> <span style="display: inline-block; color: red;" class="countdown" data-countdown="1577908800000"></span> - <a href="http://oomovie.net/arsenal-vs-manchester-united/">Arsenal vs Manchester United</a></div></div>" & @CRLF & _ " </div>" & @CRLF & _ "</div></p>" & @CRLF & _ "" & @CRLF & _ " </div><!-- .entry-content -->" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<table>" & @CRLF & _ "<tbody>" & @CRLF & _ "<tr>" & @CRLF & _ "<td><div class="adsbyvli" data-ad-slot="vi_13163471"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13163471")})</script></td>" & @CRLF & _ "<td><div class="adsbyvli" data-ad-slot="vi_13168738"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13168738")})</script></td>" & @CRLF & _ "</tr>" & @CRLF & _ "</tbody>" & @CRLF & _ "</table>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <footer class="entry-footer">" & @CRLF & _ " <span class="cat-links"><i class="fa fa-folder-open"></i> <a href="http://oomovie.net/leagues/soccer/england-premiere-league/" rel="category tag">England - Premier League</a> </span> </footer><!-- .entry-footer -->" & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "</article><!-- #post-## -->" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " </main><!-- #main -->" & @CRLF & _ " </div><!-- #primary -->" & @CRLF & _ "" & @CRLF & _ " <aside id="secondary" class="widget-area" role="complementary">" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " <div class="adsbyvli" data-ad-slot="vi_13163470"></div> <script> vitag.videoDiscoverConfig = { random: true, noFixedVideo: true }; (vitag.Init = window.vitag.Init || []).push(function(){viAPItag.initInstreamBanner("vi_13163470")}); </script>" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " <section id="custom_html-6" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div id="chatboxonline">" & @CRLF & _ "</div></div></section><section id="custom_html-3" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div id="custom_html-5" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://discord.gg/wejmnxc">" & @CRLF & _ " <img src="http://oomovie.net/wp-content/uploads/2019/12/discord-min.png" alt="Join OOMovie Discord Server">" & @CRLF & _ "</a></div></div></div></section><section id="category-posts-9" class="widget cat-post-widget"><ul id="category-posts-9-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="custom_html-5" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="adsbyvli" data-ad-slot="vi_13168737"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13168737")})</script></div></section><section id="category-posts-54" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/nba/">NBA Streams</a></h3><ul id="category-posts-54-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-19" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/nfl/">NFL Streams</a></h3><ul id="category-posts-19-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-43" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/nhl/">NHL Streams</a></h3><ul id="category-posts-43-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-51" class="widget cat-post-widget"><ul id="category-posts-51-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-52" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/cfb/">NCAAF Streams</a></h3><ul id="category-posts-52-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-2" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/soccer/england-premiere-league/">EPL Stream</a></h3><ul id="category-posts-2-internal" class="category-posts-internal">" & @CRLF & _ "<li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/arsenal-vs-manchester-united/" rel="bookmark">Arsenal vs Manchester United</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/arsenal-vs-manchester-united-stream/" rel="bookmark">Arsenal vs Manchester United Stream</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/west-ham-united-vs-afc-bournemouth/" rel="bookmark">West Ham United vs AFC Bournemouth</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/west-ham-united-vs-afc-bournemouth-stream/" rel="bookmark">West Ham United vs AFC Bournemouth Stream</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/norwich-city-vs-crystal-palace/" rel="bookmark">Norwich City vs Crystal Palace</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/norwich-city-vs-crystal-palace-stream/" rel="bookmark">Norwich City vs Crystal Palace Stream</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/manchester-city-vs-everton/" rel="bookmark">Manchester City vs Everton</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/manchester-city-vs-everton-stream/" rel="bookmark">Manchester City vs Everton Stream</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/watford-vs-wolverhampton-wanderers/" rel="bookmark">Watford vs Wolverhampton Wanderers</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/watford-vs-wolverhampton-wanderers-stream/" rel="bookmark">Watford vs Wolverhampton Wanderers Stream</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/southampton-vs-tottenham-hotspur/" rel="bookmark">Southampton vs Tottenham Hotspur</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/southampton-vs-tottenham-hotspur-stream/" rel="bookmark">Southampton vs Tottenham Hotspur Stream</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/newcastle-united-vs-leicester-city-stream/" rel="bookmark">Newcastle United vs Leicester City Stream</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/newcastle-united-vs-leicester-city-1000-am-et/" rel="bookmark">Newcastle United vs Leicester City 10:00 AM ET</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/burnley-vs-aston-villa/" rel="bookmark">Burnley vs Aston Villa</a></div></li><li class='cat-post-item cat-post-current'><div><a class="cat-post-title" href="http://oomovie.net/burnley-vs-aston-villa-stream/" rel="bookmark">Burnley vs Aston Villa Stream</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/brighton-hove-albion-vs-chelsea/" rel="bookmark">Brighton &#038; Hove Albion vs Chelsea</a></div></li><li class='cat-post-item'><div><a class="cat-post-title" href="http://oomovie.net/brighton-hove-albion-vs-chelsea-stream/" rel="bookmark">Brighton &#038; Hove Albion vs Chelsea Stream</a></div></li></ul>" & @CRLF & _ "</section><section id="category-posts-4" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/soccer/la-liga-streams/">La Liga Stream</a></h3><ul id="category-posts-4-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-11" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/soccer/bundesliga/">Bundesliga Stream</a></h3><ul id="category-posts-11-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-7" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/soccer/italy-series-a/">Series A Stream</a></h3><ul id="category-posts-7-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-76" class="widget cat-post-widget"><h3 class="widget-title">Supercoppa Italiana</h3><ul id="category-posts-76-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-68" class="widget cat-post-widget"><ul id="category-posts-68-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-6" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/soccer/france-ligue-1/">France &#8211; Ligue 1 Stream</a></h3><ul id="category-posts-6-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-49" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/soccer/england-league-cup/">England &#8211; League Cup</a></h3><ul id="category-posts-49-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-74" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/soccer/france-coupe-de-la-ligue/">France &#8211; Coupe de la Ligue</a></h3><ul id="category-posts-74-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-13" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/soccer/europe-europa-league/">Europa League</a></h3><ul id="category-posts-13-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-15" class="widget cat-post-widget"><ul id="category-posts-15-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-72" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/soccer/fifa-club-world-cup/">FIFA Club World Cup</a></h3><ul id="category-posts-72-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-58" class="widget cat-post-widget"><ul id="category-posts-58-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-56" class="widget cat-post-widget"><ul id="category-posts-56-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-37" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/soccer/portugal-primeira-liga/">Portugal &#8211; Primeira Liga</a></h3><ul id="category-posts-37-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-27" class="widget cat-post-widget"><ul id="category-posts-27-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-25" class="widget cat-post-widget"><ul id="category-posts-25-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-17" class="widget cat-post-widget"><ul id="category-posts-17-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-64" class="widget cat-post-widget"><ul id="category-posts-64-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-31" class="widget cat-post-widget"><ul id="category-posts-31-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-21" class="widget cat-post-widget"><ul id="category-posts-21-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-20" class="widget cat-post-widget"><ul id="category-posts-20-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-66" class="widget cat-post-widget"><ul id="category-posts-66-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-62" class="widget cat-post-widget"><ul id="category-posts-62-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-40" class="widget cat-post-widget"><ul id="category-posts-40-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-42" class="widget cat-post-widget"><ul id="category-posts-42-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-39" class="widget cat-post-widget"><ul id="category-posts-39-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-29" class="widget cat-post-widget"><ul id="category-posts-29-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-33" class="widget cat-post-widget"><ul id="category-posts-33-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-23" class="widget cat-post-widget"><ul id="category-posts-23-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-60" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/boxing/">Boxing Live</a></h3><ul id="category-posts-60-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section><section id="category-posts-70" class="widget cat-post-widget"><h3 class="widget-title"><a href="http://oomovie.net/leagues/mma/">MMA Stream</a></h3><ul id="category-posts-70-internal" class="category-posts-internal">" & @CRLF & _ "</ul>" & @CRLF & _ "</section>" & @CRLF & _ " " & @CRLF & _ "</aside><!-- #secondary -->" & @CRLF & _ "" & @CRLF & _ " </div><!-- .tg-container -->" & @CRLF & _ " </div><!-- #content -->" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " <footer id="colophon" class="footer-layout site-footer" role="contentinfo">" & @CRLF & _ " " & @CRLF & _ " <div id="bottom-footer">" & @CRLF & _ " <div class="tg-container">" & @CRLF & _ "" & @CRLF & _ " <div class="copyright">" & @CRLF & _ " <span class="copyright-text">" & @CRLF & _ " Copyright &copy; 2020 <a href="http://oomovie.net/">NBA Streams</a>" & @CRLF & _ " Theme: Flash by <a href="http://themegrill.com/themes/flash" rel="author">ThemeGrill</a>. Proudly powered by <a href="https://wordpress.org/">WordPress</a> </span>" & @CRLF & _ "</div><!-- .copyright -->" & @CRLF & _ "" & @CRLF & _ " <div class="menu-required-pages-container"><ul id="menu-required-pages" class="footer-menu"><li id="menu-item-7269" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7269"><a href="http://oomovie.net/about-us/">About Us</a></li>" & @CRLF & _ "<li id="menu-item-7270" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7270"><a href="http://oomovie.net/privacy-policy/">Privacy Policy</a></li>" & @CRLF & _ "<li id="menu-item-7271" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7271"><a href="http://oomovie.net/terms-of-use/">Terms of Use</a></li>" & @CRLF & _ "</ul></div>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ " </footer><!-- #colophon -->" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " </div><!-- #page -->" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<script>"undefined"!=typeof jQuery&&jQuery(document).ready(function(){"objectFit"in document.documentElement.style==!1&&(jQuery(".cat-post-item figure").removeClass("cat-post-crop"),jQuery(".cat-post-item figure").addClass("cat-post-crop-not-supported")),(document.documentMode||/Edge/.test(navigator.userAgent))&&(jQuery(".cat-post-item figure img").height("+=1"),window.setTimeout(function(){jQuery(".cat-post-item figure img").height("-=1")},0))});</script><script type='text/javascript' src='http://oomovie.net/wp-content/themes/flash/js/flash.js?ver=5.3.2'></script>" & @CRLF & _ "<script type='text/javascript' src='http://oomovie.net/wp-content/themes/flash/js/navigation.min.js?ver=5.3.2'></script>" & @CRLF & _ "<script type='text/javascript' src='http://oomovie.net/wp-includes/js/comment-reply.min.js?ver=5.3.2'></script>" & @CRLF & _ "<script type='text/javascript' src='http://oomovie.net/wp-includes/js/wp-embed.min.js?ver=5.3.2'></script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<script> vitag.outStreamConfig = { position: "right" };</script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<style> #__vliadb83{ display: none; position: fixed; background: rgb(221, 221, 221); z-index: 9999999; opacity: 1; visibility: visible; top: 100px; right: 0px; left: 0px; max-width: 640px; margin-right: auto; margin-left: auto; box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 5px 2px; font-family: Arial, Helvetica, sans-serif; } #__vliadb83 .__vliadb83-content{ padding: 30px 30px 15px; } #__vliadb83 #__vliadb83-cls{ display: inline-block; position: absolute; top: 15px; right: 15px; width: 30px; height: 30px; color: #bbb; font-size: 32px; font-weight: 700; line-height: 30px; text-align: center; cursor: pointer; -webkit-transition: 0.3s; transition: 0.3s; } #__vliadb83 #__vliadb83-cls:hover{color: #5f5e5e;} #__vliadb83-bg{ display: none; position: fixed; z-index: 999999; background: rgba(0, 0, 0, 0.8); top: 0px; left: 0px; width: 100%; height: 100%;} </style> <div id="__vliadb83"> <div class="__vliadb83-content"> <h1 style="margin-bottom: 15px; padding: 0 30px; color: #252b37; font-size: 28px; line-height: 1.25; text-align: center;">Adblocker detected! Please consider reading this notice.</h1> <p> We've detected that you are using AdBlock Plus or some other adblocking software which is preventing the page from fully loading. </p> <p> We don't have any banner, Flash, animation, obnoxious sound, or popup ad. We do not implement these annoying types of ads! </p> <p>We need money to operate the site, and almost all of it comes from our online advertising.</p> <p> <strong>Please add <a href="http://oomovie.net" target="_blank" rel="noopener">oomovie.net</a> to your ad blocking whitelist or disable your adblocking software.</strong> </p> </div> <a id="__vliadb83-cls">×</a> </div> <div id="__vliadb83-bg"></div> <script src="//cdn.jsdelivr.net/gh/vli-platform/adb-analytics@a6f3a45/v1.0.min.js"></script> <script> (function () { (window.adblockDetector = window.adblockDetector || []).push(function () { window.adbDetector.init({ id: 'f3e6b7b6d4c1e17de8d9c2bdfc019ffb', debug: true, cookieExpire: 3, found: function () { window.adbDetector.alert({ hiddenCloseButton: false, clickBackgroundToClose: true }); } }); }) }()); </script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<script data-cfasync='false' type='text/javascript' src='//p377949.clksite.com/adServe/banners?tid=GY1OOMOVIE_DI'></script>" & @CRLF & _ "" & @CRLF & _ "<script>" & @CRLF & _ "jQuery(document).ready(function() {" & @CRLF & _ " if(jQuery('#chatboxonline').length) {" & @CRLF & _ " setTimeout(function(){" & @CRLF & _ " jQuery('#chatboxonline').html('<iframe id="live-chat-iframe" frameborder="0" scrolling="no" id="chat_embed" src="https://www.twitch.tv/embed/nlivefree/chat?darkpopout" height="600" width="100%"></iframe>');" & @CRLF & _ " }, 6000);" & @CRLF & _ " }" & @CRLF & _ " setTimeout(function() {" & @CRLF & _ " jQuery('#LabsIFrameCloseButton').height(50);" & @CRLF & _ " jQuery('#LabsIFrameCloseButton').width(250);" & @CRLF & _ " jQuery('#LabsIFrameCloseButton').css('font-size', '30px');" & @CRLF & _ " jQuery('#LabsIFrameCloseButton').append('CLOSE ADS');" & @CRLF & _ " jQuery('#LabsIFrameCloseButton').css('text-align', 'center');" & @CRLF & _ " jQuery('#LabsIFrameCloseButton').css('color', 'red');" & @CRLF & _ " }, 5000);" & @CRLF & _ "});" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<!-- Global site tag (gtag.js) - Google Analytics -->" & @CRLF & _ "<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121070700-2"></script>" & @CRLF & _ "<script>" & @CRLF & _ " window.dataLayer = window.dataLayer || [];" & @CRLF & _ " function gtag(){dataLayer.push(arguments);}" & @CRLF & _ " gtag('js', new Date());" & @CRLF & _ "" & @CRLF & _ " gtag('config', 'UA-121070700-2');" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "<script src="/wp-content/uploads/assets/js/jquery.countdown.min.js"></script>" & @CRLF & _ "<script type="text/javascript">" & @CRLF & _ "jQuery(document).ready(function() {" & @CRLF & _ " jQuery('[data-countdown]').each(function() {" & @CRLF & _ " var $this = jQuery(this), finalDate = jQuery(this).data('countdown');" & @CRLF & _ " $this.countdown(finalDate, function(event) {" & @CRLF & _ " if (event.elapsed) {" & @CRLF & _ " if((Date.now()-event.finalDate)/3600000 >= 3) {" & @CRLF & _ " $this.html('<img src="/wp-content/uploads/assets/img/done.png" width="40px" />');" & @CRLF & _ " } else {" & @CRLF & _ " $this.html('<img src="/wp-content/uploads/assets/img/live.png" width="40px" />');" & @CRLF & _ " }" & @CRLF & _ " } else {" & @CRLF & _ " $this.html(event.strftime('%H:%M:%S'));" & @CRLF & _ " }" & @CRLF & _ " });" & @CRLF & _ " });" & @CRLF & _ " });" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</body>" & @CRLF & _ "</html>" & @CRLF & _ "" 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