Regular Expressions 101

Save & Share

  • Save new Regex
    ctrl+s
  • Update 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
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
  • Match everything enclosed
    (?:...)
  • Capture everything enclosed
    (...)
  • 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

`
`
gm

Test String

Code Generator

Generated Code

# coding=utf8 # the above tag defines encoding for this document and is for Python 2.x compatibility import re regex = r"movie_links.*\n.*\n.*?href=\"(.*?)\".+?(Streamango|Openload)" test_str = ("<!DOCTYPE html>\n" "<html lang=\"en\">\n" "<head>\n" " <meta charset=\"utf-8\">\n" " \n" " <title>Ver Deadpool 2 (2018) Online \n" " </title>\n\n" " <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">\n" " <link href='https://fonts.googleapis.com/css?family=Open+Sans:600italic,700italic,400,600,700' rel='stylesheet' type='text/css'> \n" " <link href=\"https://spacefilmes.xyz/css/bootstrap.css\" type=\"text/css\" rel=\"stylesheet\" />\n" " <link href=\"https://spacefilmes.xyz/css/bootstrap-responsive.min.css\" type=\"text/css\" rel=\"stylesheet\" />\n" " <link href=\"https://spacefilmes.xyz/css/colorbox.css\" type=\"text/css\" rel=\"stylesheet\" />\n" " <link rel=\"shortcut icon\" href=\"https://spacefilmes.xyz//img/favicon.png\" />\n\n" " <link rel=\"stylesheet\" type=\"text/css\" href=\"https://spacefilmes.xyz/css/style-midnight-blue.css\" />\n\n" " <link href=\"https://spacefilmes.xyz/rating/starrating.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\" />\n" " <link rel=\"stylesheet\" type=\"text/css\" href=\"https://spacefilmes.xyz/skins/ie7/skin.css\" />\n" " <script src=\"//code.jquery.com/jquery-1.8.2.min.js\" type=\"text/javascript\"></script>\n" " <script src=\"https://spacefilmes.xyz//js/jquery.carouFredSel-6.2.1.js\" type=\"text/javascript\"></script>\n" " <script src=\"https://spacefilmes.xyz/js/bootstrap.min.js\" type=\"text/javascript\"></script>\n" " <script type=\"text/javascript\" src=\"https://spacefilmes.xyz//js/jquery.validate.js\"></script>\n" " <script type=\"text/javascript\" src=\"https://spacefilmes.xyz/js/jquery.form.js\"></script>\n" " <script type=\"text/javascript\" src=\"https://spacefilmes.xyz//js/jquery.colorbox-min.js\"></script>\n" " <script type=\"text/javascript\" language=\"javascript\" src=\"https://spacefilmes.xyz/js/jquery.dataTables.js\"></script>\n" " <script type=\"text/javascript\" src=\"https://spacefilmes.xyz/js/ajax.js\"></script> \n" " <script src=\"https://spacefilmes.xyz/rating/starrating.js\" type=\"text/javascript\"></script>\n" " <!--[if gte IE 9]>\n" " <style type=\"text/css\">\n" " .gradient {\n" " filter: none;\n" " }\n" " </style>\n" " <![endif]-->\n" "</head>\n" "<body>\n\n" "<div class=\"top gradient\">\n" " <div class=\"container\">\n" " <div class=\"pull-left\">\n" " <h2>\n" " <a href=\"https://spacefilmes.xyz/\">\n" " <img src=\"/img/video.png\" alt=\"Space Filmes\">\n" " Space Filmes </a>\n" " </h2>\n" " <div class=\"headline\">Ver Filmes Online HD</div>\n" " </div>\n\n" " <div class=\"pull-left\">\n" " <ul class=\"nav-top\">\n" " <li><a href=\"/\">Inicio</a></li>\n" " <li><a href=\"/watch/movies\">Filmes</a></li>\n" " <li><a href=\"/watch/tv-shows\">Conte&uacute;do +18</a></li>\n" " </ul>\n" " </div>\n\n" " <div class=\"pull-right whitefont\" style=\"padding-top:20px;\">\n" " <form class=\"form-search navbar-search pull-left\" action=\"https://spacefilmes.xyz/search_movies\" method=\"POST\">\n" " <div class=\"input-append\">\n" " \n" " <input type=\"text\" class=\"appendedInputButton input-medium\" name=\"q\" id=\"search_term\" placeholder=\"Titulo em Inglês\" style=\"width:130px;\" autocomplete=\"off\">\n" " <button type=\"submit\" class=\"btn\" name=\"sb\">Procurar</button>\n\n" " </div>\n" " </form>\n" " <div class=\"autocomplete-result\"></div>\n\n" " <script>\n" " $(function() {\n" " $(\"#search_term\").bind(\"change keyup\",function(){\n" " $.get('/ajax/search', { 'search_term' : $(this).val() }, function(data) {\n" " $(\".autocomplete-result\").html(data);\n" " });\n" " });\n" " });\n" " </script>\n" " </div>\n" " \n" " </div>\n" "</div>\n\n" "<div class=\"container\">\n" "<div class=\"list_carousel\">\n" " <ul id=\"featured-carousel\">\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Tomb-Raider-88\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Tomb-Raider.jpg\" width=\"90\" height=\"140\" alt=\"Tomb Raider\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">8 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/The-Mummy-87\">\n" " <img src=\"https://spacefilmes.xyz//uploads/The-Mummy.jpg\" width=\"90\" height=\"140\" alt=\"The Mummy\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">14 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Fury-86\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Fury.jpg\" width=\"90\" height=\"140\" alt=\"Fury\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">27 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Mortal-Kombat-85\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Mortal-Kombat.jpg\" width=\"90\" height=\"140\" alt=\"Mortal Kombat\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">7 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Guardians-of-the-Galaxy-Vol-2-84\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Guardians-of-the-Galaxy-Vol-2.jpg\" width=\"90\" height=\"140\" alt=\"Guardians of the Galaxy Vol. 2\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">10 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Captain-America-Civil-War-83\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Captain-America-Civil-War.jpg\" width=\"90\" height=\"140\" alt=\"Captain America: Civil War\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">14 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Premature-82\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Premature.jpg\" width=\"90\" height=\"140\" alt=\"Premature\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">18 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Blood-of-Redemption-81\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Blood-of-Redemption.jpg\" width=\"90\" height=\"140\" alt=\"Blood of Redemption\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">23 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Guardians-of-the-Galaxy-80\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Guardians-of-the-Galaxy.jpg\" width=\"90\" height=\"140\" alt=\"Guardians of the Galaxy\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">15 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Captain-America-The-Winter-Soldier-79\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Captain-America-The-Winter-Soldier.jpg\" width=\"90\" height=\"140\" alt=\"Captain America: The Winter Soldier\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">16 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Boyka-Undisputed-IV-78\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Boyka-Undisputed-IV.jpg\" width=\"90\" height=\"140\" alt=\"Boyka: Undisputed IV\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">13 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Project-X-77\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Project-X.jpg\" width=\"90\" height=\"140\" alt=\"Project X\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">12 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Oceans-8-76\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Oceans-8.jpg\" width=\"90\" height=\"140\" alt=\"Ocean's 8\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">16 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Scouts-Guide-to-the-Zombie-Apocalypse-75\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Scouts-Guide-to-the-Zombie-Apocalypse.jpg\" width=\"90\" height=\"140\" alt=\"Scouts Guide to the Zombie Apocalypse\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">12 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Age-of-Tomorrow-74\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Age-of-Tomorrow.jpg\" width=\"90\" height=\"140\" alt=\"Age of Tomorrow\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">16 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Bright-73\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Bright.jpg\" width=\"90\" height=\"140\" alt=\"Bright\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">20 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Captain-America-The-First-Avenger-72\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Captain-America-The-First-Avenger.jpg\" width=\"90\" height=\"140\" alt=\"Captain America: The First Avenger\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">20 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Game-Over-Man-71\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Game-Over-Man.jpg\" width=\"90\" height=\"140\" alt=\"Game Over, Man!\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">27 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Jurassic-World-70\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Jurassic-World.jpg\" width=\"90\" height=\"140\" alt=\"Jurassic World\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">25 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Patient-Zero-69\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Patient-Zero.jpg\" width=\"90\" height=\"140\" alt=\"Patient Zero\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">25 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Captain-Underpants-The-First-Epic-Movie-68\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Captain-Underpants-The-First-Epic-Movie.jpg\" width=\"90\" height=\"140\" alt=\"Captain Underpants: The First Epic Movie\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">24 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Hitman-Agent-47-65\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Hitman-Agent-47.jpg\" width=\"90\" height=\"140\" alt=\"Hitman: Agent 47\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">17 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/I-Am-Soldier-64\">\n" " <img src=\"https://spacefilmes.xyz//uploads/I-Am-Soldier.jpg\" width=\"90\" height=\"140\" alt=\"I Am Soldier\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">23 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Arizona-63\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Arizona.jpg\" width=\"90\" height=\"140\" alt=\"Arizona\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">31 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Max-61\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Max.jpg\" width=\"90\" height=\"140\" alt=\"Max\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">26 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Dead-Season-60\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Dead-Season.jpg\" width=\"90\" height=\"140\" alt=\"Dead Season\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">25 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/City-of-Ghosts-59\">\n" " <img src=\"https://spacefilmes.xyz//uploads/City-of-Ghosts.jpg\" width=\"90\" height=\"140\" alt=\"City of Ghosts\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">25 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Captain-Phillips-58\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Captain-Phillips.jpg\" width=\"90\" height=\"140\" alt=\"Captain Phillips\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">23 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Life-of-Pi-57\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Life-of-Pi.jpg\" width=\"90\" height=\"140\" alt=\"Life of Pi\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">27 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Hereditary-56\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Hereditary.jpg\" width=\"90\" height=\"140\" alt=\"Hereditary\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">42 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Deepwater-Horizon-55\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Deepwater-Horizon.jpg\" width=\"90\" height=\"140\" alt=\"Deepwater Horizon\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">38 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/X-Men-Apocalypse-54\">\n" " <img src=\"https://spacefilmes.xyz//uploads/X-Men-Apocalypse.jpg\" width=\"90\" height=\"140\" alt=\"X-Men: Apocalypse\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">46 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/The-Godfather-53\">\n" " <img src=\"https://spacefilmes.xyz//uploads/The-Godfather.jpg\" width=\"90\" height=\"140\" alt=\"The Godfather\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">43 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/House-On-The-Hill-52\">\n" " <img src=\"https://spacefilmes.xyz//uploads/House-On-The-Hill-Casa-na-Colina.jpg\" width=\"90\" height=\"140\" alt=\"House On The Hill\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">42 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Beneath-50\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Beneath.jpg\" width=\"90\" height=\"140\" alt=\"Beneath\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">57 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Action-Point-49\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Action-Point.jpg\" width=\"90\" height=\"140\" alt=\"Action Point\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">53 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/A-Haunted-House-2-48\">\n" " <img src=\"https://spacefilmes.xyz//uploads/A-Haunted-House-2.jpg\" width=\"90\" height=\"140\" alt=\"A Haunted House 2\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">47 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/A-Haunted-House-47\">\n" " <img src=\"https://spacefilmes.xyz//uploads/A-Haunted-House.jpg\" width=\"90\" height=\"140\" alt=\"A Haunted House\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">57 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Invasion-USA-46\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Invasion-USA.jpg\" width=\"90\" height=\"140\" alt=\"Invasion U.S.A.\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">36 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Rogue-One-A-Star-Wars-Story-44\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Rogue-One-A-Star-Wars-Story.jpg\" width=\"90\" height=\"140\" alt=\"Rogue One: A Star Wars Story\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">32 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Adrift-41\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Adrift.jpg\" width=\"90\" height=\"140\" alt=\"Adrift\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">43 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Deadpool-40\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Deadpool.jpg\" width=\"90\" height=\"140\" alt=\"Deadpool\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">51 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/The-Blair-Witch-Project-39\">\n" " <img src=\"https://spacefilmes.xyz//uploads/The-Blair-Witch-Project.jpg\" width=\"90\" height=\"140\" alt=\"The Blair Witch Project\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">64 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/The-Dinosaur-Project-38\">\n" " <img src=\"https://spacefilmes.xyz//uploads/The-Dinosaur-Project.jpg\" width=\"90\" height=\"140\" alt=\"The Dinosaur Project\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">44 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Dinosaur-13-37\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Dinosaur-13.jpg\" width=\"90\" height=\"140\" alt=\"Dinosaur 13\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">29 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Avengers-Infinity-War-36\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Avengers-Infinity-War.jpg\" width=\"90\" height=\"140\" alt=\"Avengers: Infinity War\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">47 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Deadpool-2-35\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Deadpool-2.jpg\" width=\"90\" height=\"140\" alt=\"Deadpool 2\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">115 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Tag-34\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Tag.jpg\" width=\"90\" height=\"140\" alt=\"Tag\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">45 Vistas</div>\n" " </div>\n" " </li>\n" " \n" " \n" " \n" " <li>\n" " <div style=\"position:relative;\">\n" " <a href=\"/watch-movies/Upgrade-33\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Upgrade.jpg\" width=\"90\" height=\"140\" alt=\"Upgrade\"/> </a>\n" " <div style=\"font-size: 12px;position:absolute;bottom:2px;right:2px;color:white;background:black;padding:1px;\">62 Vistas</div>\n" " </div>\n" " </li>\n" " </ul>\n" " <div class=\"clearfix\"></div>\n\n" " <a id=\"prev2\" class=\"prev btn btn-small\" href=\"#\">&lt;</a>\n" " <a id=\"next2\" class=\"next btn btn-small\" href=\"#\">&gt;</a>\n" " \n" " <div id=\"pager2\" class=\"pager\"></div>\n" " <div class=\"clearfix\"></div>\n" "</div>\n" "</div>\n" " \n" "<div class=\"container\">\n" "<div class=\"AZ-bar\">\n" "<div style=\"float:left;padding-right: 20px;\">T&iacute;tulo de filme</div>\n" "<ul class=\"starting-letter\">\n" "<li><a href=\"/watch-starting-with/0-9\">0-9</a></li>\n" "<li><a href=\"/watch-starting-with/A\">A</a></li><li><a href=\"/watch-starting-with/B\">B</a></li><li><a href=\"/watch-starting-with/C\">C</a></li><li><a href=\"/watch-starting-with/D\">D</a></li><li><a href=\"/watch-starting-with/E\">E</a></li><li><a href=\"/watch-starting-with/F\">F</a></li><li><a href=\"/watch-starting-with/G\">G</a></li><li><a href=\"/watch-starting-with/H\">H</a></li><li><a href=\"/watch-starting-with/I\">I</a></li><li><a href=\"/watch-starting-with/J\">J</a></li><li><a href=\"/watch-starting-with/K\">K</a></li><li><a href=\"/watch-starting-with/L\">L</a></li><li><a href=\"/watch-starting-with/M\">M</a></li><li><a href=\"/watch-starting-with/N\">N</a></li><li><a href=\"/watch-starting-with/O\">O</a></li><li><a href=\"/watch-starting-with/P\">P</a></li><li><a href=\"/watch-starting-with/Q\">Q</a></li><li><a href=\"/watch-starting-with/R\">R</a></li><li><a href=\"/watch-starting-with/S\">S</a></li><li><a href=\"/watch-starting-with/T\">T</a></li><li><a href=\"/watch-starting-with/U\">U</a></li><li><a href=\"/watch-starting-with/V\">V</a></li><li><a href=\"/watch-starting-with/W\">W</a></li><li><a href=\"/watch-starting-with/X\">X</a></li><li><a href=\"/watch-starting-with/Y\">Y</a></li><li><a href=\"/watch-starting-with/Z\">Z</a></li></ul>\n" "<div style=\"float:right;\">\n" "<div class=\"btn-group\">\n" "<a class=\"btn dropdown-toggle btn-mini\" data-toggle=\"dropdown\" href=\"#\">Por Ano <span class=\"caret\"></span></a>\n" "<ul class=\"dropdown-menu year-dropdown\">\n" " <li><a href=\"/watch-from-year/2018\">2018</a></li><li><a href=\"/watch-from-year/2017\">2017</a></li><li><a href=\"/watch-from-year/2016\">2016</a></li><li><a href=\"/watch-from-year/2015\">2015</a></li><li><a href=\"/watch-from-year/2014\">2014</a></li><li><a href=\"/watch-from-year/2013\">2013</a></li><li><a href=\"/watch-from-year/2012\">2012</a></li><li><a href=\"/watch-from-year/2011\">2011</a></li><li><a href=\"/watch-from-year/2010\">2010</a></li><li><a href=\"/watch-from-year/2009\">2009</a></li><li><a href=\"/watch-from-year/2008\">2008</a></li><li><a href=\"/watch-from-year/2007\">2007</a></li><li><a href=\"/watch-from-year/2006\">2006</a></li><li><a href=\"/watch-from-year/2005\">2005</a></li><li><a href=\"/watch-from-year/2004\">2004</a></li><li><a href=\"/watch-from-year/2003\">2003</a></li><li><a href=\"/watch-from-year/2002\">2002</a></li><li><a href=\"/watch-from-year/2001\">2001</a></li><li><a href=\"/watch-from-year/2000\">2000</a></li><li><a href=\"/watch-from-year/1999\">1999</a></li><li><a href=\"/watch-from-year/1998\">1998</a></li><li><a href=\"/watch-from-year/1997\">1997</a></li><li><a href=\"/watch-from-year/1996\">1996</a></li><li><a href=\"/watch-from-year/1995\">1995</a></li><li><a href=\"/watch-from-year/1994\">1994</a></li><li><a href=\"/watch-from-year/1993\">1993</a></li><li><a href=\"/watch-from-year/1992\">1992</a></li><li><a href=\"/watch-from-year/1991\">1991</a></li><li><a href=\"/watch-from-year/1990\">1990</a></li><li><a href=\"/watch-from-year/1989\">1989</a></li><li><a href=\"/watch-from-year/1988\">1988</a></li><li><a href=\"/watch-from-year/1987\">1987</a></li><li><a href=\"/watch-from-year/1986\">1986</a></li><li><a href=\"/watch-from-year/1985\">1985</a></li><li><a href=\"/watch-from-year/1984\">1984</a></li><li><a href=\"/watch-from-year/1983\">1983</a></li><li><a href=\"/watch-from-year/1982\">1982</a></li><li><a href=\"/watch-from-year/1981\">1981</a></li><li><a href=\"/watch-from-year/1980\">1980</a></li><li><a href=\"/watch-from-year/1979\">1979</a></li><li><a href=\"/watch-from-year/1978\">1978</a></li><li><a href=\"/watch-from-year/1977\">1977</a></li><li><a href=\"/watch-from-year/1976\">1976</a></li><li><a href=\"/watch-from-year/1975\">1975</a></li><li><a href=\"/watch-from-year/1974\">1974</a></li><li><a href=\"/watch-from-year/1973\">1973</a></li><li><a href=\"/watch-from-year/1972\">1972</a></li><li><a href=\"/watch-from-year/1971\">1971</a></li><li><a href=\"/watch-from-year/1970\">1970</a></li></ul>\n" "<Div style=\"clear:both;\"></Div>\n" "</div>\n" "</div>\n" "<Div style=\"clear:both;\"></Div>\n" "</div>\n" "</div><!--A-Z Bar-->\n\n" "<div class=\"container\">\n" "<div class=\"span9\">\n" " <div>\n" " \n" " \n" " <h3><b class=\"icon-film\" style=\"margin-top:6px;\"></b> Ver Deadpool 2 (2018) Online</h3>\n" " <hr/>\n" " <div id=\"movID\" style=\"display:none;\">35</div>\n" " \n" " <div class=\"span6\" style=\"font-size:14px;\">\n" " <b>Sinopse:</b>\n" " Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.\n" "<br>\n" "Foul-mouthed mutant mercenary Wade Wilson (AKA. Deadpool), brings together a team of fellow mutant rogues to protect a young boy with supernatural abilities from the brutal, time-traveling cyborg, Cable.\n" "<br>\n" "<br>\n" "<b>Trailer:</b>\n" "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/D86RtevtfrA?rel=0\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe> \n" " <!-- AddThis Button END -->\n" " </div>\n" " \n" " <div class=\"span2 single-image\">\n" " <div style=\"position:relative\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Deadpool-2.jpg\" width=\"140\" height=\"160\" alt=\"Deadpool 2\"/> <div style=\"position:absolute;bottom:0;right:0;color:white;background:black;padding:3px;\">114 Vistas</div>\n" " </div>\n" " <br/>\n" " Classificar este Filme : \n" " <ul class='star-rating'>\n" " <li class=\"current-rating\" id=\"current-rating\"><!-- will show current rating --></li>\n" " <span id=\"ratelinks\">\n" " <li><a href=\"javascript:void(0)\" title=\"1 star out of 5\" class=\"one-star\">1</a></li>\n" " <li><a href=\"javascript:void(0)\" title=\"2 stars out of 5\" class=\"two-stars\">2</a></li>\n" " <li><a href=\"javascript:void(0)\" title=\"3 stars out of 5\" class=\"three-stars\">3</a></li>\n" " <li><a href=\"javascript:void(0)\" title=\"4 stars out of 5\" class=\"four-stars\">4</a></li>\n" " <li><a href=\"javascript:void(0)\" title=\"5 stars out of 5\" class=\"five-stars\">5</a></li>\n" " </span>\n" " </ul>\n" " <div id=\"rate-result\"></div>\n" " </div>\n" " \n" " <div style=\"clear:both;\"></div>\n\n" " <hr/>\n" " \n" " <a href=\"https://imdb.com/title/tt5463162\" class=\"btn btn-mini btn-warning\"><b class=\"icon-info-sign icon-white\"></b> ImDb</a> <a href=\"javascript:void(0);\" class=\"btn btn-mini btn-danger submit-link\"><b class=\"icon-plus-sign icon-white\"></b> Submeter Link</a>\n" " <a href=\"javascript:void(0);\" class=\"btn btn-mini btn-info btn-dropdown add-to-playlist\"><b class=\"icon-ok icon-white\"></b> Adicionar &agrave lista de reprodu&ccedil;&atilde;o</a>\n" " <div class=\"addtors\"></div>\n" " \n" " <div class=\"well submit-link-div\" style=\"display:none;\">\n" " - Por favor, fa&ccedil;a o login primeiro - \n" " </div>\n" " \n" " <dl>\n" " <dt>Tempo do Filme:</dt>\n" " <dd>121</dd>\n" " <dt>Data de Lan&ccedil;amento:</dt>\n" " <dd>15th May 2018</dd>\n" " <dt>G&eacute;neros:</dt>\n" " <dd>\n" " <ul class=\"genres\">\n" " <li><a href=\"/watch-genres/Comedy\">Comedy</a></li>\n" " <li><a href=\"/watch-genres/Action\">Action</a></li>\n" " </ul>\n" " <div style=\"clear:both;\"></div>\n" " </dd>\n" " <dt>Atores:</dt>\n" " <dd>\n" " <ul class=\"genres\">\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-actor/Ryan-Reynolds\">Ryan Reynolds</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-actor/Josh-Brolin\">Josh Brolin</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-actor/Morena-Baccarin\">Morena Baccarin</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-actor/Julian-Dennison\">Julian Dennison</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-actor/Zazie-Beetz\">Zazie Beetz</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-actor/TJ-Miller\">T.J. Miller</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-actor/Leslie-Uggams\">Leslie Uggams</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-actor/Karan-Soni\">Karan Soni</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-actor/Brianna-Hildebrand\">Brianna Hildebrand</a></li>\n" "</ul>\n" "<div style=\"clear:both;\"></div> </dd> \n" " </dl>\n" " \n" " <h3><b class=\"icon-play-circle\" style=\"margin-top:9px;\"></b> Deadpool 2 (2018) Ver Links</h3><hr/>\n\n" " <ul class=\"movie_links\"><li style=\"background-color:#dcddcf;text-indent:20px;\"><iframe data-aa='981537' src='//ad.a-ads.com/981537?size=728x90' scrolling='no' style='width:728px; height:90px; border:0px; padding:0;overflow:hidden' allowtransparency='true'></iframe></li></ul><br/><ul class=\"nav nav-tabs\"><li class=\"active\"><a href=\"#Download-Torrent\" data-toggle=\"tab\">Download Torrent</a></li><li><a href=\"#Servidor-Openload\" data-toggle=\"tab\">Servidor Openload</a></li><li><a href=\"#Servidor-Streamango\" data-toggle=\"tab\">Servidor Streamango</a></li><li><a href=\"#Servidor-Vidoza\" data-toggle=\"tab\">Servidor Vidoza</a></li><li><a href=\"#Servidor-Mystream\" data-toggle=\"tab\">Servidor Mystream</a></li></ul><div class=\"tab-content\"><div class=\"tab-pane active\" id=\"Download-Torrent\">\n" " <ul class=\"movie_links\"><li style=\"background-color:#F2F2F2\">\n" " <div class=\"span4\">\n" " <a href=\"https://spacefilmes.xyz/watchmovies/embed/29\" class=\"modal-embedded\" data-target=\"/watchmovies/embed/29\">Download 1080P BluRay</a>\n" " </div>\n" " <div class=\"span2\" style=\"font-size:13px;width:200px;\">\n" " <a style=\"color:green;\" href=\"javascript:void(0);\" data-lID=29 class=\"rate-external\" data-type=\"works\"><b class=\"icon-thumbs-up\"></b> V&aacute;lido (<span class=\"works-29\">0</span>)</a>\n" " &nbsp;&nbsp;\n" " <a style=\"color:#cc0000;\" href=\"javascript:void(0);\" data-lID=29 class=\"rate-external\" data-type=\"broken\"><b class=\"icon-thumbs-down\"></b> N&atilde;o V&aacute;lido (<span class=\"broken-29\">0</span>)</a>\n" " <div class=\"rate-external-result-29\"></div> \n" " </div>\n" " <div style=\"clear:both;\"></div>\n" " </li><li style=\"background-color:#dcddcf\">\n" " <div class=\"span4\">\n" " <a href=\"https://spacefilmes.xyz/watchmovies/embed/30\" class=\"modal-embedded\" data-target=\"/watchmovies/embed/30\">Download 720P BluRay</a>\n" " </div>\n" " <div class=\"span2\" style=\"font-size:13px;width:200px;\">\n" " <a style=\"color:green;\" href=\"javascript:void(0);\" data-lID=30 class=\"rate-external\" data-type=\"works\"><b class=\"icon-thumbs-up\"></b> V&aacute;lido (<span class=\"works-30\">0</span>)</a>\n" " &nbsp;&nbsp;\n" " <a style=\"color:#cc0000;\" href=\"javascript:void(0);\" data-lID=30 class=\"rate-external\" data-type=\"broken\"><b class=\"icon-thumbs-down\"></b> N&atilde;o V&aacute;lido (<span class=\"broken-30\">0</span>)</a>\n" " <div class=\"rate-external-result-30\"></div> \n" " </div>\n" " <div style=\"clear:both;\"></div>\n" " </li><li style=\"background-color:#F2F2F2\">\n" " <div class=\"span4\">\n" " <a href=\"https://spacefilmes.xyz/watchmovies/embed/31\" class=\"modal-embedded\" data-target=\"/watchmovies/embed/31\">Download 1080P WEB</a>\n" " </div>\n" " <div class=\"span2\" style=\"font-size:13px;width:200px;\">\n" " <a style=\"color:green;\" href=\"javascript:void(0);\" data-lID=31 class=\"rate-external\" data-type=\"works\"><b class=\"icon-thumbs-up\"></b> V&aacute;lido (<span class=\"works-31\">0</span>)</a>\n" " &nbsp;&nbsp;\n" " <a style=\"color:#cc0000;\" href=\"javascript:void(0);\" data-lID=31 class=\"rate-external\" data-type=\"broken\"><b class=\"icon-thumbs-down\"></b> N&atilde;o V&aacute;lido (<span class=\"broken-31\">0</span>)</a>\n" " <div class=\"rate-external-result-31\"></div> \n" " </div>\n" " <div style=\"clear:both;\"></div>\n" " </li><li style=\"background-color:#dcddcf\">\n" " <div class=\"span4\">\n" " <a href=\"https://spacefilmes.xyz/watchmovies/embed/122\" class=\"modal-embedded\" data-target=\"/watchmovies/embed/122\">Download 720p WEB</a>\n" " </div>\n" " <div class=\"span2\" style=\"font-size:13px;width:200px;\">\n" " <a style=\"color:green;\" href=\"javascript:void(0);\" data-lID=122 class=\"rate-external\" data-type=\"works\"><b class=\"icon-thumbs-up\"></b> V&aacute;lido (<span class=\"works-122\">0</span>)</a>\n" " &nbsp;&nbsp;\n" " <a style=\"color:#cc0000;\" href=\"javascript:void(0);\" data-lID=122 class=\"rate-external\" data-type=\"broken\"><b class=\"icon-thumbs-down\"></b> N&atilde;o V&aacute;lido (<span class=\"broken-122\">0</span>)</a>\n" " <div class=\"rate-external-result-122\"></div> \n" " </div>\n" " <div style=\"clear:both;\"></div>\n" " </li></ul>\n" " </div><div class=\"tab-pane\" id=\"Servidor-Openload\">\n" " <ul class=\"movie_links\"><li style=\"background-color:#F2F2F2\">\n" " <div class=\"span4\">\n" " <a href=\"https://spacefilmes.xyz/watchmovies/embed/129\" class=\"modal-embedded\" data-target=\"/watchmovies/embed/129\">Servidor Openload</a>\n" " </div>\n" " <div class=\"span2\" style=\"font-size:13px;width:200px;\">\n" " <a style=\"color:green;\" href=\"javascript:void(0);\" data-lID=129 class=\"rate-external\" data-type=\"works\"><b class=\"icon-thumbs-up\"></b> V&aacute;lido (<span class=\"works-129\">0</span>)</a>\n" " &nbsp;&nbsp;\n" " <a style=\"color:#cc0000;\" href=\"javascript:void(0);\" data-lID=129 class=\"rate-external\" data-type=\"broken\"><b class=\"icon-thumbs-down\"></b> N&atilde;o V&aacute;lido (<span class=\"broken-129\">0</span>)</a>\n" " <div class=\"rate-external-result-129\"></div> \n" " </div>\n" " <div style=\"clear:both;\"></div>\n" " </li></ul>\n" " </div><div class=\"tab-pane\" id=\"Servidor-Streamango\">\n" " <ul class=\"movie_links\"><li style=\"background-color:#F2F2F2\">\n" " <div class=\"span4\">\n" " <a href=\"https://spacefilmes.xyz/watchmovies/embed/130\" class=\"modal-embedded\" data-target=\"/watchmovies/embed/130\">Servidor Streamango</a>\n" " </div>\n" " <div class=\"span2\" style=\"font-size:13px;width:200px;\">\n" " <a style=\"color:green;\" href=\"javascript:void(0);\" data-lID=130 class=\"rate-external\" data-type=\"works\"><b class=\"icon-thumbs-up\"></b> V&aacute;lido (<span class=\"works-130\">0</span>)</a>\n" " &nbsp;&nbsp;\n" " <a style=\"color:#cc0000;\" href=\"javascript:void(0);\" data-lID=130 class=\"rate-external\" data-type=\"broken\"><b class=\"icon-thumbs-down\"></b> N&atilde;o V&aacute;lido (<span class=\"broken-130\">0</span>)</a>\n" " <div class=\"rate-external-result-130\"></div> \n" " </div>\n" " <div style=\"clear:both;\"></div>\n" " </li></ul>\n" " </div><div class=\"tab-pane\" id=\"Servidor-Vidoza\">\n" " <ul class=\"movie_links\"><li style=\"background-color:#F2F2F2\">\n" " <div class=\"span4\">\n" " <a href=\"https://spacefilmes.xyz/watchmovies/embed/131\" class=\"modal-embedded\" data-target=\"/watchmovies/embed/131\">Servidor Vidoza</a>\n" " </div>\n" " <div class=\"span2\" style=\"font-size:13px;width:200px;\">\n" " <a style=\"color:green;\" href=\"javascript:void(0);\" data-lID=131 class=\"rate-external\" data-type=\"works\"><b class=\"icon-thumbs-up\"></b> V&aacute;lido (<span class=\"works-131\">0</span>)</a>\n" " &nbsp;&nbsp;\n" " <a style=\"color:#cc0000;\" href=\"javascript:void(0);\" data-lID=131 class=\"rate-external\" data-type=\"broken\"><b class=\"icon-thumbs-down\"></b> N&atilde;o V&aacute;lido (<span class=\"broken-131\">0</span>)</a>\n" " <div class=\"rate-external-result-131\"></div> \n" " </div>\n" " <div style=\"clear:both;\"></div>\n" " </li></ul>\n" " </div><div class=\"tab-pane\" id=\"Servidor-Mystream\">\n" " <ul class=\"movie_links\"><li style=\"background-color:#F2F2F2\">\n" " <div class=\"span4\">\n" " <a href=\"https://spacefilmes.xyz/watchmovies/embed/253\" class=\"modal-embedded\" data-target=\"/watchmovies/embed/253\">Servidor Mystream</a>\n" " </div>\n" " <div class=\"span2\" style=\"font-size:13px;width:200px;\">\n" " <a style=\"color:green;\" href=\"javascript:void(0);\" data-lID=253 class=\"rate-external\" data-type=\"works\"><b class=\"icon-thumbs-up\"></b> V&aacute;lido (<span class=\"works-253\">0</span>)</a>\n" " &nbsp;&nbsp;\n" " <a style=\"color:#cc0000;\" href=\"javascript:void(0);\" data-lID=253 class=\"rate-external\" data-type=\"broken\"><b class=\"icon-thumbs-down\"></b> N&atilde;o V&aacute;lido (<span class=\"broken-253\">0</span>)</a>\n" " <div class=\"rate-external-result-253\"></div> \n" " </div>\n" " <div style=\"clear:both;\"></div>\n" " </li><li style=\"background-color:#dcddcf\">\n" " <div class=\"span4\">\n" " <a href=\"https://spacefilmes.xyz/watchmovies/embed/254\" class=\"modal-embedded\" data-target=\"/watchmovies/embed/254\">Legenda para o Filme</a>\n" " </div>\n" " <div class=\"span2\" style=\"font-size:13px;width:200px;\">\n" " <a style=\"color:green;\" href=\"javascript:void(0);\" data-lID=254 class=\"rate-external\" data-type=\"works\"><b class=\"icon-thumbs-up\"></b> V&aacute;lido (<span class=\"works-254\">0</span>)</a>\n" " &nbsp;&nbsp;\n" " <a style=\"color:#cc0000;\" href=\"javascript:void(0);\" data-lID=254 class=\"rate-external\" data-type=\"broken\"><b class=\"icon-thumbs-down\"></b> N&atilde;o V&aacute;lido (<span class=\"broken-254\">0</span>)</a>\n" " <div class=\"rate-external-result-254\"></div> \n" " </div>\n" " <div style=\"clear:both;\"></div>\n" " </li></ul>\n" " </div></div> \n" " <div style=\"clear:both;\"></div>\n" " \n" " <h3><b class=\"icon-tags\" style=\"margin-top:9px;\"></b> Deadpool 2 (2018) Palavras-Chave\n" "</h3>\n" " <hr/>\n" " <dl><dd><ul class=\"genres\">\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-keywords/filme\">filme</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-keywords/movie\"> movie</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-keywords/trailer\"> trailer</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-keywords/torrent\"> torrent</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-keywords/download\">download</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-keywords/filme\">filme</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-keywords/online\"> online</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-keywords/ver-filme\">ver filme</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-keywords/ver-Deadpool-2\">ver Deadpool 2</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch-movies-by-keywords/Deadpool-2\">Deadpool 2</a></li>\n" "</ul>\n" "</dd></dl><div style=\"clear:both;\"></div>\n" " <h3><b class=\"icon-share-alt\"></b> Filmes Relacionados</h3>\n" " \n" " \n" " \n" " <div class=\"small-item-sidebar\">\n" " <a href=\"/watch-movies/Tomb-Raider-88\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Tomb-Raider.jpg\" width=\"50\" height=\"110\" alt=\"Tomb Raider\"/> </a>\n" " <br/>\n" " <a href=\"/watch-movies/Tomb-Raider-88\">\n" " Tomb Raider (2018) </a>\n" " <br/>\n" " Classificado: N/A </div>\n" " \n" " \n" " \n" " <div class=\"small-item-sidebar\">\n" " <a href=\"/watch-movies/The-Mummy-87\">\n" " <img src=\"https://spacefilmes.xyz//uploads/The-Mummy.jpg\" width=\"50\" height=\"110\" alt=\"The Mummy\"/> </a>\n" " <br/>\n" " <a href=\"/watch-movies/The-Mummy-87\">\n" " The Mummy (2017) </a>\n" " <br/>\n" " Classificado: N/A </div>\n" " \n" " \n" " \n" " <div class=\"small-item-sidebar\">\n" " <a href=\"/watch-movies/Fury-86\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Fury.jpg\" width=\"50\" height=\"110\" alt=\"Fury\"/> </a>\n" " <br/>\n" " <a href=\"/watch-movies/Fury-86\">\n" " Fury (2014) </a>\n" " <br/>\n" " Classificado: N/A </div>\n" " \n" " \n" " \n" " <div class=\"small-item-sidebar\">\n" " <a href=\"/watch-movies/Mortal-Kombat-85\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Mortal-Kombat.jpg\" width=\"50\" height=\"110\" alt=\"Mortal Kombat\"/> </a>\n" " <br/>\n" " <a href=\"/watch-movies/Mortal-Kombat-85\">\n" " Mortal Kombat (1995) </a>\n" " <br/>\n" " Classificado: N/A </div>\n" " \n" " \n" " \n" " <div class=\"small-item-sidebar\">\n" " <a href=\"/watch-movies/Guardians-of-the-Galaxy-Vol-2-84\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Guardians-of-the-Galaxy-Vol-2.jpg\" width=\"50\" height=\"110\" alt=\"Guardians of the Galaxy Vol. 2\"/> </a>\n" " <br/>\n" " <a href=\"/watch-movies/Guardians-of-the-Galaxy-Vol-2-84\">\n" " Guardians of the Galaxy Vol. 2 (2017) </a>\n" " <br/>\n" " Classificado: N/A </div>\n" " \n" " \n" " \n" " <div class=\"small-item-sidebar\">\n" " <a href=\"/watch-movies/Captain-America-Civil-War-83\">\n" " <img src=\"https://spacefilmes.xyz//uploads/Captain-America-Civil-War.jpg\" width=\"50\" height=\"110\" alt=\"Captain America: Civil War\"/> </a>\n" " <br/>\n" " <a href=\"/watch-movies/Captain-America-Civil-War-83\">\n" " Captain America: Civil War (2016) </a>\n" " <br/>\n" " Classificado: N/A </div>\n" " <br style=\"clear:both;\"/> <div style=\"clear:both;\"></div>\n\n" " <h3><b class=\"icon-comment\" style=\"margin-top:9px;\"></b> Deadpool 2 (2018) coment&aacute;rio</h3><hr/>\n" " <div class=\"alert alert-warning\">Por favor, fa&ccedil;a o login para comentar</div>\n" " <hr/>\n" " \n" " \n" " \n" " </div>\n" "</div>\n\n" "<div class=\"span3\">\n\n" " \n" " \n" " \n" " <h3><b class=\"icon-user\" style=\"margin-top:7px;\"></b> Entrar/Registar</h3>\n\n" " <div class=\"well\"> <form method=\"post\" action=\"/users/login\" class=\"form\">\n" " <input type=\"text\" name=\"uname\" placeholder=\"username\"/><br/>\n" " <input type=\"password\" name=\"upwd\" placeholder=\"****\"/><br/>\n" " <input type=\"submit\" name=\"sbLogin\" value=\"Entrar\" class=\"btn btn-default\"/>\n\n" " <br/> <small><em><a href=\"/users/join\">Registar uma conta</a></em></small>\n" " <br />\n" " <hr />\n" " \n" " \n" " </form>\n" " </div>\n" " \n" " <h3><b class=\"icon-play\" style=\"margin-top:7px;\"></b> Ver</h3>\n" " <ul class=\"nav nav-tabs nav-stacked\">\n" " <li><a href=\"https://spacefilmes.xyz/watch/movies\"><b class=\"icon-film\"></b> Filmes</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch/tv-shows\"><b class=\"icon-facetime-video\"></b> Conte&uacute;do +18</a></li>\n" " </ul>\n\n" " <h3><b class=\"icon-hdd\" style=\"margin-top:7px;\"></b> G&eacute;neros</h3>\n" " <ul class=\"nav nav-tabs nav-stacked\">\n" " <li> <a href=\"https://spacefilmes.xyz/watch-genres/Action\">Action</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Adventure\">Adventure</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Animation\">Animation</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Comedy\">Comedy</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Crime\">Crime</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Documentary\">Documentary</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Drama\">Drama</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Family\">Family</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Fantasy\">Fantasy</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/History\">History</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Horror\">Horror</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Musical\">Musical</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Mystery\">Mystery</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/News\">News</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Romance\">Romance</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Sci-Fi\">Sci-Fi</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Sport\">Sport</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Thriller\">Thriller</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/War\">War</a></li><li> <a href=\"https://spacefilmes.xyz/watch-genres/Western\">Western</a></li> </ul>\n" " \n" " \n" " <hr/>\n" " \n" " \n" " <h4><b class=\"icon-comment\" style=\"margin-top:7px;\"></b> Coment&aacute;rios Recentes</h4>\n\n" " <div class=\"well\">\n" " - sem coment&aacute;rios -\n" " </div>\n\n" " \n" " <div style=\"clear:both;\"></div>\n" "</div>\n" "<div id=\"footer\">\n" " <div class=\"pull-left\">\n" " <ul>\n" " <li><a href=\"https://spacefilmes.xyz/\">Inicio</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch/movies\">Filmes</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/watch/tv-shows\">Conte&uacute;do +18</a></li>\n" " <li><a href=\"https://spacefilmes.xyz/home/tos\">Termos e Condi&ccedil;&otilde;es</a></li>\n" " <li><a href=\"https://www.facebook.com/spacetuga/\">Facebook Página</a></li>\n" " <li><a href=\"https://www.facebook.com/groups/spacetuga/\">Facebook Grupo</a></li>\n" " <li><a href=\"https://twitter.com/spacetuga\">Twitter</a></li>\n" " <li><a href=\"https://www.spacetuga.com/\">Portal de Notícias Online</a></li>\n" " </ul>\n" " </div>\n" " <div class=\"pull-right\">\n" " <h4><a href=\"https://spacefilmes.xyz/\" style=\"text-decoration: none;color:#666699;\">Space Filmes</a></h4>\n" " </div>\n" "</div>\n" "</div><!--container-->\n" "<script type=\"text/javascript\" charset=\"utf-8\">\n" "// Place this code snippet near the footer of your page before the close of the /body tag\n" "// LEGAL NOTICE: The content of this website and all associated program code are protected under the Digital Millennium Copyright Act. Intentionally circumventing this code may constitute a violation of the DMCA.\n" " \n" "eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\\\b'+e(c)+'\\\\b','g'),k[c])}}return p}(';k N=\\'\\',28=\\'1W\\';1D(k i=0;i<12;i++)N+=28.V(C.K(C.J()*28.G));k 2y=1,2P=4C,2X=4D,2o=4E,2v=D(e){k r=!1,o=D(){z(q.1h){q.2N(\\'34\\',t);F.2N(\\'1T\\',t)}P{q.32(\\'33\\',t);F.32(\\'21\\',t)}},t=D(){z(!r&&(q.1h||4F.2u===\\'1T\\'||q.2V===\\'2Q\\')){r=!0;o();e()}};z(q.2V===\\'2Q\\'){e()}P z(q.1h){q.1h(\\'34\\',t);F.1h(\\'1T\\',t)}P{q.2O(\\'33\\',t);F.2O(\\'21\\',t);k n=!1;2S{n=F.4H==4I&&q.26}2W(i){};z(n&&n.2U){(D a(){z(r)H;2S{n.2U(\\'14\\')}2W(t){H 4J(a,50)};r=!0;o();e()})()}}};F[\\'\\'+N+\\'\\']=(D(){k e={e$:\\'1W+/=\\',4B:D(t){k a=\\'\\',d,n,r,c,s,l,o,i=0;t=e.t$(t);1e(i<t.G){d=t.19(i++);n=t.19(i++);r=t.19(i++);c=d>>2;s=(d&3)<<4|n>>4;l=(n&15)<<2|r>>6;o=r&63;z(36(n)){l=o=64}P z(36(r)){o=64};a=a+10.e$.V(c)+10.e$.V(s)+10.e$.V(l)+10.e$.V(o)};H a},11:D(t){k n=\\'\\',d,l,c,s,i,o,a,r=0;t=t.1v(/[^A-4K-4M-9\\\\+\\\\/\\\\=]/g,\\'\\');1e(r<t.G){s=10.e$.1O(t.V(r++));i=10.e$.1O(t.V(r++));o=10.e$.1O(t.V(r++));a=10.e$.1O(t.V(r++));d=s<<2|i>>4;l=(i&15)<<4|o>>2;c=(o&3)<<6|a;n=n+S.T(d);z(o!=64){n=n+S.T(l)};z(a!=64){n=n+S.T(c)}};n=e.n$(n);H n},t$:D(e){e=e.1v(/;/g,\\';\\');k n=\\'\\';1D(k r=0;r<e.G;r++){k t=e.19(r);z(t<1C){n+=S.T(t)}P z(t>4N&&t<4O){n+=S.T(t>>6|4P);n+=S.T(t&63|1C)}P{n+=S.T(t>>12|2t);n+=S.T(t>>6&63|1C);n+=S.T(t&63|1C)}};H n},n$:D(e){k r=\\'\\',t=0,n=4Q=1z=0;1e(t<e.G){n=e.19(t);z(n<1C){r+=S.T(n);t++}P z(n>4R&&n<2t){1z=e.19(t+1);r+=S.T((n&31)<<6|1z&63);t+=2}P{1z=e.19(t+1);2p=e.19(t+2);r+=S.T((n&15)<<12|(1z&63)<<6|2p&63);t+=3}};H r}};k a=[\\'4S==\\',\\'4T\\',\\'4L=\\',\\'4z\\',\\'4p\\',\\'4y=\\',\\'4g=\\',\\'4h=\\',\\'4i\\',\\'4j\\',\\'4k=\\',\\'4l=\\',\\'4m\\',\\'4n\\',\\'4f=\\',\\'4o\\',\\'4q=\\',\\'4r=\\',\\'4s=\\',\\'4t=\\',\\'4u=\\',\\'4v=\\',\\'4w==\\',\\'4x==\\',\\'4U==\\',\\'4A==\\',\\'4V=\\',\\'5j\\',\\'5l\\',\\'5m\\',\\'5n\\',\\'5o\\',\\'5p\\',\\'5q==\\',\\'5r=\\',\\'5s=\\',\\'5k=\\',\\'5t==\\',\\'5v=\\',\\'5w\\',\\'5x=\\',\\'5y=\\',\\'5z==\\',\\'5A=\\',\\'5B==\\',\\'5C==\\',\\'5D=\\',\\'5u=\\',\\'5i\\',\\'58==\\',\\'5h==\\',\\'4Y\\',\\'5E==\\',\\'51=\\'],p=C.K(C.J()*a.G),M=e.11(a[p]),W=M,Z=1,Y=\\'#52\\',i=\\'#53\\',g=\\'#54\\',v=\\'#55\\',w=\\'\\',f=\\'56-4X 57 59 5a\\',y=\\'5b 5c 5d&5e; 5f&5g; 4W 4e 2J 1V 2H&2F;2D. 49 4c. 3h n&39;o 3j?\\',b=\\'3l 3u 3v 1V 3t, n&39;o 3p 3o a 3n 3k 3B 3q&3r;3s.\\',s=\\'3m 3w, 3x 3y 3z o 3A 2J 1V 2H&2F;2D. 3f-3g!\\',r=0,u=0,n=\\'3i.3D\\',l=0,R=t()+\\'.2Y\\';D h(e){z(e)e=e.1F(e.G-15);k r=q.2x(\\'3V\\');1D(k n=r.G;n--;){k t=S(r[n].1K);z(t)t=t.1F(t.G-15);z(t===e)H!0};H!1};D m(e){z(e)e=e.1F(e.G-15);k t=q.3X;x=0;1e(x<t.G){1j=t[x].1s;z(1j)1j=1j.1F(1j.G-15);z(1j===e)H!0;x++};H!1};D t(e){k n=\\'\\',r=\\'1W\\';e=e||30;1D(k t=0;t<e;t++)n+=r.V(C.K(C.J()*r.G));H n};D o(r){k o=[\\'3Z\\',\\'41==\\',\\'42\\',\\'43\\',\\'2m\\',\\'3W==\\',\\'44=\\',\\'46==\\',\\'47=\\',\\'48==\\',\\'3C==\\',\\'4a==\\',\\'4b\\',\\'45\\',\\'3U\\',\\'2m\\'],i=[\\'3d=\\',\\'3M==\\',\\'3T==\\',\\'3F==\\',\\'3G=\\',\\'3H\\',\\'3I=\\',\\'3J=\\',\\'3d=\\',\\'3K\\',\\'3E==\\',\\'3L\\',\\'3N==\\',\\'3O==\\',\\'3P==\\',\\'3Q=\\'];x=0;1H=[];1e(x<r){c=o[C.K(C.J()*o.G)];d=i[C.K(C.J()*i.G)];c=e.11(c);d=e.11(d);k a=C.K(C.J()*2)+1;z(a==1){n=\\'//\\'+c+\\'/\\'+d}P{n=\\'//\\'+c+\\'/\\'+t(C.K(C.J()*20)+4)+\\'.2Y\\'};1H[x]=1X 1Y();1H[x].1Z=D(){k e=1;1e(e<7){e++}};1H[x].1K=n;x++}};D A(e){};H{3a:D(e,i){z(3R q.L==\\'3S\\'){H};k r=\\'0.1\\',i=W,t=q.1a(\\'1p\\');t.16=i;t.j.1g=\\'1Q\\';t.j.14=\\'-1k\\';t.j.X=\\'-1k\\';t.j.1d=\\'2b\\';t.j.U=\\'4Z\\';k d=q.L.2d,a=C.K(d.G/2);z(a>15){k n=q.1a(\\'29\\');n.j.1g=\\'1Q\\';n.j.1d=\\'1m\\';n.j.U=\\'1m\\';n.j.X=\\'-1k\\';n.j.14=\\'-1k\\';q.L.6h(n,q.L.2d[a]);n.1c(t);k o=q.1a(\\'1p\\');o.16=\\'3b\\';o.j.1g=\\'1Q\\';o.j.14=\\'-1k\\';o.j.X=\\'-1k\\';q.L.1c(o)}P{t.16=\\'3b\\';q.L.1c(t)};l=75(D(){z(t){e((t.1U==0),r);e((t.24==0),r);e((t.1L==\\'2I\\'),r);e((t.1E==\\'2q\\'),r);e((t.1R==0),r)}P{e(!0,r)}},27)},1P:D(t,c){z((t)&&(r==0)){r=1;F[\\'\\'+N+\\'\\'].1B();F[\\'\\'+N+\\'\\'].1P=D(){H}}P{k b=e.11(\\'79\\'),u=q.7h(b);z((u)&&(r==0)){z((2P%3)==0){k l=\\'7k=\\';l=e.11(l);z(h(l)){z(u.1N.1v(/\\\\s/g,\\'\\').G==0){r=1;F[\\'\\'+N+\\'\\'].1B()}}}};k p=!1;z(r==0){z((2X%3)==0){z(!F[\\'\\'+N+\\'\\'].2i){k d=[\\'7m==\\',\\'7n==\\',\\'7o=\\',\\'5F=\\',\\'7u=\\'],m=d.G,i=d[C.K(C.J()*m)],a=i;1e(i==a){a=d[C.K(C.J()*m)]};i=e.11(i);a=e.11(a);o(C.K(C.J()*2)+1);k n=1X 1Y(),s=1X 1Y();n.1Z=D(){o(C.K(C.J()*2)+1);s.1K=a;o(C.K(C.J()*2)+1)};s.1Z=D(){r=1;o(C.K(C.J()*3)+1);F[\\'\\'+N+\\'\\'].1B()};n.1K=i;z((2o%3)==0){n.21=D(){z((n.U<8)&&(n.U>0)){F[\\'\\'+N+\\'\\'].1B()}}};o(C.K(C.J()*3)+1);F[\\'\\'+N+\\'\\'].2i=!0};F[\\'\\'+N+\\'\\'].1P=D(){H}}}}},1B:D(){z(u==1){k Q=2f.7l(\\'2s\\');z(Q>0){H!0}P{2f.7i(\\'2s\\',(C.J()+1)*27)}};k h=\\'7e==\\';h=e.11(h);z(!m(h)){k c=q.1a(\\'7d\\');c.23(\\'7c\\',\\'7b\\');c.23(\\'2u\\',\\'1i/7a\\');c.23(\\'1s\\',h);q.2x(\\'78\\')[0].1c(c)};77(l);q.L.1N=\\'\\';q.L.j.17+=\\'O:1m !13\\';q.L.j.17+=\\'1A:1m !13\\';k Z=q.26.24||F.37||q.L.24,p=F.76||q.L.1U||q.26.1U,a=q.1a(\\'1p\\'),x=t();a.16=x;a.j.1g=\\'2h\\';a.j.14=\\'0\\';a.j.X=\\'0\\';a.j.U=Z+\\'1t\\';a.j.1d=p+\\'1t\\';a.j.2j=Y;a.j.1S=\\'5G\\';q.L.1c(a);k d=\\'<a 1s=\"74://7t.7g\"><2z 16=\"2A\" U=\"2G\" 1d=\"40\"><2r 16=\"2B\" U=\"2G\" 1d=\"40\" 7R:1s=\"7Q:2r/7O;7N,7L+7J+7F+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+B+7D+7C+7v/7A/7z/7x/7G/7S+/7y/7B+7E/7H+7w/7I/7K/7M/7P/7f/72+6o/70+66+67+68+69+6a/6b+6c/62+6d/6f+6g+71+6i+6j/6k+6l/6e/5Z/5Q+5Y+5I/5J+5K+5L+5M+E+5N/5O/5H/5P/5R/5S/+5T/5U++5V/5W/5X+6m/61+6n+6I==\">;</2z></a>\\';d=d.1v(\\'2A\\',t());d=d.1v(\\'2B\\',t());k o=q.1a(\\'1p\\');o.1N=d;o.j.1g=\\'1Q\\';o.j.1y=\\'1J\\';o.j.14=\\'1J\\';o.j.U=\\'6L\\';o.j.1d=\\'6M\\';o.j.1S=\\'2n\\';o.j.1R=\\'.6\\';o.j.2k=\\'2g\\';o.1h(\\'6O\\',D(){n=n.6P(\\'\\').6Q().6J(\\'\\');F.2C.1s=\\'//\\'+n});q.1G(x).1c(o);k r=q.1a(\\'1p\\'),A=t();r.16=A;r.j.1g=\\'2h\\';r.j.X=p/7+\\'1t\\';r.j.6R=Z-6T+\\'1t\\';r.j.6U=p/3.5+\\'1t\\';r.j.2j=\\'#6V\\';r.j.1S=\\'2n\\';r.j.17+=\\'I-1n: \"6X 6Y\", 1x, 1o, 1w-1u !13\\';r.j.17+=\\'6Z-1d: 6S !13\\';r.j.17+=\\'I-1f: 6H !13\\';r.j.17+=\\'1i-1r: 1q !13\\';r.j.17+=\\'1A: 6y !13\\';r.j.1L+=\\'3c\\';r.j.2M=\\'1J\\';r.j.6G=\\'1J\\';r.j.6r=\\'2E\\';q.L.1c(r);r.j.6t=\\'1m 6u 6v -6w 6p(0,0,0,0.3)\\';r.j.1E=\\'2w\\';k W=30,M=22,w=18,R=18;z((F.37<35)||(6x.U<35)){r.j.2R=\\'50%\\';r.j.17+=\\'I-1f: 6z !13\\';r.j.2M=\\'6A;\\';o.j.2R=\\'65%\\';k W=22,M=18,w=12,R=12};r.1N=\\'<2Z j=\"1l:#6C;I-1f:\\'+W+\\'1I;1l:\\'+i+\\';I-1n:1x, 1o, 1w-1u;I-1M:6D;O-X:1b;O-1y:1b;1i-1r:1q;\">\\'+f+\\'</2Z><38 j=\"I-1f:\\'+M+\\'1I;I-1M:6E;I-1n:1x, 1o, 1w-1u;1l:\\'+i+\\';O-X:1b;O-1y:1b;1i-1r:1q;\">\\'+y+\\'</38><6F j=\" 1L: 3c;O-X: 0.3e;O-1y: 0.3e;O-14: 2c;O-2L: 2c; 2l:7q 4d #6B; U: 25%;1i-1r:1q;\"><p j=\"I-1n:1x, 1o, 1w-1u;I-1M:2e;I-1f:\\'+w+\\'1I;1l:\\'+i+\\';1i-1r:1q;\">\\'+b+\\'</p><p j=\"O-X:6s;\"><29 6q=\"10.j.1R=.9;\" 6W=\"10.j.1R=1;\" 16=\"\\'+t()+\\'\" j=\"2k:2g;I-1f:\\'+R+\\'1I;I-1n:1x, 1o, 1w-1u; I-1M:2e;2l-6N:2E;1A:1b;6K-1l:\\'+g+\\';1l:\\'+v+\\';1A-14:2b;1A-2L:2b;U:60%;O:2c;O-X:1b;O-1y:1b;\" 73=\"F.2C.7j();\">\\'+s+\\'</29></p>\\'}}})();F.2T=D(e,t){k n=7p.7r,r=F.7s,a=n(),o,i=D(){n()-a<t?o||r(i):e()};r(i);H{3Y:D(){o=1}}};k 2K;z(q.L){q.L.j.1E=\\'2w\\'};2v(D(){z(q.1G(\\'2a\\')){q.1G(\\'2a\\').j.1E=\\'2I\\';q.1G(\\'2a\\').j.1L=\\'2q\\'};2K=F.2T(D(){F[\\'\\'+N+\\'\\'].3a(F[\\'\\'+N+\\'\\'].1P,F[\\'\\'+N+\\'\\'].4G)},2y*27)});',62,489,'|||||||||||||||||||style|var||||||document|||||||||if||vr6|Math|function||window|length|return|font|random|floor|body||ScsrRYGMRVis|margin|else|||String|fromCharCode|width|charAt||top|||this|decode||important|left||id|cssText||charCodeAt|createElement|10px|appendChild|height|while|size|position|addEventListener|text|thisurl|5000px|color|0px|family|geneva|DIV|center|align|href|px|serif|replace|sans|Helvetica|bottom|c2|padding|IsubKmZrYR|128|for|visibility|substr|getElementById|spimg|pt|30px|src|display|weight|innerHTML|indexOf|roHUWZNHrn|absolute|opacity|zIndex|load|clientHeight|de|ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789|new|Image|onerror||onload||setAttribute|clientWidth||documentElement|1000|QUtFLGMmaj|div|babasbmsgx|60px|auto|childNodes|300|sessionStorage|pointer|fixed|ranAlready|backgroundColor|cursor|border|cGFydG5lcmFkcy55c20ueWFob28uY29t|10000|uZzWmdHxnn|c3|none|image|babn|224|type|ZnbGiXFVEX|visible|getElementsByTagName|ZZGubrGaIE|svg|FILLVECTID1|FILLVECTID2|location|ncios|15px|uacute|160|an|hidden|bloqueador|kRLEwmsyYo|right|marginLeft|removeEventListener|attachEvent|gQudGtcOYb|complete|zoom|try|jEWQYYhFZQ|doScroll|readyState|catch|EiSqMpCfNB|jpg|h3|||detachEvent|onreadystatechange|DOMContentLoaded|640|isNaN|innerWidth|h1|atilde|lYCnEKkjGP|banner_ad|block|ZmF2aWNvbi5pY28|5em|Deixe|me|Quem|moc|quer|esse|Mas|Eu|fazer|continuar|podemos|incr|iacute|vel|renda|sem|publicidade|entendo|eu|ter|desativado|meu|site|YWRzLnlhaG9vLmNvbQ|kcolbdakcolb|c3F1YXJlLWFkLnBuZw|NzIweDkwLmpwZw|c2t5c2NyYXBlci5qcGc|MTM2N19hZC1jbGllbnRJRDI0NjQuanBn|YWRjbGllbnQtMDAyMTQ3LWhvc3QxLWJhbm5lci1hZC5qcGc|Q0ROLTMzNC0xMDktMTM3eC1hZC1iYW5uZXI|YWQtbGFyZ2UucG5n|ZmF2aWNvbjEuaWNv|YmFubmVyLmpwZw|YmFubmVyX2FkLmdpZg|bGFyZ2VfYmFubmVyLmdpZg|d2lkZV9za3lzY3JhcGVyLmpwZw|YWR2ZXJ0aXNlbWVudC0zNDMyMy5qcGc|typeof|undefined|NDY4eDYwLmpwZw|YXMuaW5ib3guY29t|script|YS5saXZlc3BvcnRtZWRpYS5ldQ|styleSheets|clear|YWRuLmViYXkuY29t||YWQubWFpbC5ydQ|anVpY3lhZHMuY29t|YWQuZm94bmV0d29ya3MuY29t|YWdvZGEubmV0L2Jhbm5lcnM|YWRzYXR0LmVzcG4uc3RhcndhdmUuY29t|YWR2ZXJ0aXNpbmcuYW9sLmNvbQ|Y2FzLmNsaWNrYWJpbGl0eS5jb20|cHJvbW90ZS5wYWlyLmNvbQ|Tudo|YWRzLnp5bmdhLmNvbQ|YWRzYXR0LmFiY25ld3Muc3RhcndhdmUuY29t|bem|solid|um|QWQ3Mjh4OTA|YWQtbGFiZWw|YWQtbGI|YWQtZm9vdGVy|YWQtY29udGFpbmVy|YWQtY29udGFpbmVyLTE|YWQtY29udGFpbmVyLTI|QWQzMDB4MTQ1|QWQzMDB4MjUw|QWRBcmVh|YWQtaW1n|QWRGcmFtZTE|QWRGcmFtZTI|QWRGcmFtZTM|QWRGcmFtZTQ|QWRMYXllcjE|QWRMYXllcjI|QWRzX2dvb2dsZV8wMQ|QWRzX2dvb2dsZV8wMg|YWQtaW5uZXI|YWQtaGVhZGVy|QWRzX2dvb2dsZV8wNA|encode|199|193|94|event|SUtEAOcMWN|frameElement|null|setTimeout|Za|YWQtZnJhbWU|z0|127|2048|192|c1|191|YWQtbGVmdA|YWRCYW5uZXJXcmFw|QWRzX2dvb2dsZV8wMw|RGl2QWQ|usando|vindo|Z29vZ2xlX2Fk|468px||c3BvbnNvcmVkX2xpbms|EEEEEE|777777|adb8ff|FFFFFF|Bem|ao|cG9wdXBhZA|Space|Filmes|Parece|que|voc|ecirc|est|aacute|YWRzZW5zZQ|YWRzbG90|RGl2QWQx|QWRDb250YWluZXI|RGl2QWQy|RGl2QWQz|RGl2QWRB|RGl2QWRC|RGl2QWRD|QWRJbWFnZQ|QWREaXY|QWRCb3gxNjA|Z2xpbmtzd3JhcHBlcg|YmFubmVyaWQ|YWRUZWFzZXI|YmFubmVyX2Fk|YWRCYW5uZXI|YWRiYW5uZXI|YWRBZA|YmFubmVyYWQ|IGFkX2JveA|YWRfY2hhbm5lbA|YWRzZXJ2ZXI|b3V0YnJhaW4tcGFpZA|Ly9hZHMudHdpdHRlci5jb20vZmF2aWNvbi5pY28|9999|CGf7SAP2V6AjTOUa8IzD3ckqe2ENGulWGfx9VKIBB72JM1lAuLKB3taONCBn3PY0II5cFrLr7cCp|bTplhb|E5HlQS6SHvVSU0V|j9xJVBEEbWEXFVZQNX9|1HX6ghkAR9E5crTgM|0t6qjIlZbzSpemi|MjA3XJUKy|SRWhNsmOazvKzQYcE0hV5nDkuQQKfUgm4HmqA2yuPxfMU1m4zLRTMAqLhN6BHCeEXMDo2NsY8MdCeBB6JydMlps3uGxZefy7EO1vyPvhOxL7TPWjVUVvZkNJ|UIWrdVPEp7zHy7oWXiUgmR3kdujbZI73kghTaoaEKMOh8up2M8BVceotd|x0z6tauQYvPxwT0VM1lH9Adt5Lp|BNyENiFGe5CxgZyIT6KVyGO2s5J5ce|14XO7cR5WV1QBedt3c|QhZLYLN54|e8xr8n5lpXyn|u3T9AbDjXwIMXfxmsarwK9wUBB5Kj8y2dCw|Kq8b7m0RpwasnR|uJylU|F2Q|pyQLiBu8WDYgxEZMbeEqIiSM8r||Uv0LfPzlsBELZ|BKpxaqlAOvCqBjzTFAp2NFudJ5paelS5TbwtBlAvNgEdeEGI6O6JUt42NhuvzZvjXTHxwiaBXUIMnAKa5Pq9SL3gn1KAOEkgHVWBIMU14DBF2OH3KOfQpG2oSQpKYAEdK0MGcDg1xbdOWy||||qdWy60K14k|CXRTTQawVogbKeDEs2hs4MtJcNVTY2KgclwH2vYODFTa4FQ|1FMzZIGQR3HWJ4F1TqWtOaADq0Z9itVZrg1S6JLi7B1MAtUCX1xNB0Y0oL9hpK4|YbUMNVjqGySwrRUGsLu6|uWD20LsNIDdQut4LXA|KmSx|0nga14QJ3GOWqDmOwJgRoSme8OOhAQqiUhPMbUGksCj5Lta4CbeFhX9NN0Tpny|iqKjoRAEDlZ4soLhxSgcy6ghgOy7EeC2PI4DHb7pO7mRwTByv5hGxF|kmLbKmsE|I1TpO7CnBZO|QcWrURHJSLrbBNAxZTHbgSCsHXJkmBxisMvErFVcgE|insertBefore|UimAyng9UePurpvM8WmAdsvi6gNwBMhPrPqemoXywZs8qL9JZybhqF6LZBZJNANmYsOSaBTkSqcpnCFEkntYjtREFlATEtgxdDQlffhS3ddDAzfbbHYPUDGJpGT|UADVgvxHBzP9LUufqQDtV|uI70wOsgFWUQCfZC1UI0Ettoh66D|szSdAtKtwkRRNnCIiDzNzc0RO|dEflqX6gzC4hd1jSgz0ujmPkygDjvNYDsU0ZggjKBqLPrQLfDUQIzxMBtSOucRwLzrdQ2DFO0NDdnsYq0yoJyEB0FHTBHefyxcyUy8jflH7sHszSfgath4hYwcD3M29I5DMzdBNO2IFcC5y6HSduof4G5dQNMWd4cDcjNNeNGmb02|3eUeuATRaNMs0zfml|EuJ0GtLUjVftvwEYqmaR66JX9Apap6cCyKhiV|rgba|onmouseover|borderRadius|35px|boxShadow|14px|24px|8px|screen|12px|18pt|45px|CCC|999|200|500|hr|marginRight|16pt|gkJocgFtzfMzwAAAABJRU5ErkJggg|join|background|160px|40px|radius|click|split|reverse|minWidth|normal|120|minHeight|fff|onmouseout|Arial|Black|line|RUIrwGk|h0GsOCs9UwP2xo6|0idvgbrDeBhcK|onclick|http|setInterval|innerHeight|clearInterval|head|aW5zLmFkc2J5Z29vZ2xl|css|stylesheet|rel|link|Ly95dWkueWFob29hcGlzLmNvbS8zLjE4LjEvYnVpbGQvY3NzcmVzZXQvY3NzcmVzZXQtbWluLmNzcw|wd4KAnkmbaePspA|com|querySelector|setItem|reload|Ly9wYWdlYWQyLmdvb2dsZXN5bmRpY2F0aW9uLmNvbS9wYWdlYWQvanMvYWRzYnlnb29nbGUuanM|getItem|Ly93d3cuZ29vZ2xlLmNvbS9hZHNlbnNlL3N0YXJ0L2ltYWdlcy9mYXZpY29uLmljbw|Ly93d3cuZ3N0YXRpYy5jb20vYWR4L2RvdWJsZWNsaWNrLmljbw|Ly9hZHZlcnRpc2luZy55YWhvby5jb20vZmF2aWNvbi5pY28|Date|1px|now|requestAnimationFrame|blockadblock|Ly93d3cuZG91YmxlY2xpY2tieWdvb2dsZS5jb20vZmF2aWNvbi5pY28|fn5EREQ9PT3SKSnV1dXks7OsrKypqambmpqRkZFdXV1RUVHRISHQHR309PTq4eHp3NzPz8|MgzNFaCVyHVIONbx1EDrtCzt6zMEGzFzFwFZJ19jpJy2qx5BcmyBM|PzNzc3myMjlurrjsLDhoaHdf3|b29vlvb2xn5|v792dnbbdHTZYWHZXl7YWlpZWVnVRkYnJib8|Ly8vKysrDw8O4uLjkt7fhnJzgl5d7e3tkZGTYVlZPT08vLi7OCwu|ejIzabW26SkqgMDA7HByRAADoM7kjAAAAInRSTlM6ACT4xhkPtY5iNiAI9PLv6drSpqGYclpM5bengkQ8NDAnsGiGMwAABetJREFUWMPN2GdTE1EYhmFQ7L339rwngV2IiRJNIGAg1SQkFAHpgnQpKnZBAXvvvXf9mb5nsxuTqDN|enp7TNTUoJyfm5ualpaV5eXkODg7k5OTaamoqKSnc3NzZ2dmHh4dra2tHR0fVQUFAQEDPExPNBQXo6Ohvb28ICAjp19fS0tLnzc29vb25ubm1tbWWlpaNjY3dfX1oaGhUVFRMTEwaGhoXFxfq5ubh4eHe3t7Hx8fgk5PfjY3eg4OBgYF|sAAADMAAAsKysKCgokJCRycnIEBATq6uoUFBTMzMzr6urjqqoSEhIGBgaxsbHcd3dYWFg0NDTmw8PZY2M5OTkfHx|cIa9Z8IkGYa9OGXPJDm5RnMX5pim7YtTLB24btUKmKnZeWsWpgHnzIP5UucvNoDrl8GUrVyUBM4xqQ|sAAADr6|aa2thYWHXUFDUPDzUOTno0dHipqbceHjaZ2dCQkLSLy|ISwIz5vfQyDF3X|oGKmW8DAFeDOxfOJM4DcnTYrtT7dhZltTW7OXHB1ClEWkPO0JmgEM1pebs5CcA2UCTS6QyHMaEtyc3LAlWcDjZReyLpKZS9uT02086vu0tJa|1BMVEXr6|Lnx0tILMKp3uvxI61iYH33Qq3M24k|iVBORw0KGgoAAAANSUhEUgAAAKAAAAAoCAMAAABO8gGqAAAB|VOPel7RIdeIBkdo|base64|png|HY9WAzpZLSSCNQrZbGO1n4V4h9uDP7RTiIIyaFQoirfxCftiht4sK8KeKqPh34D2S7TsROHRiyMrAxrtNms9H5Qaw9ObU1H4Wdv8z0J8obvOo|data|xlink|v7'.split('|'),0,{}));\n" "</script>\n" "<div id=\"babasbmsgx\" style=\"visibility: visible !important;\">Please disable your adblock and script blockers to view this page</div>\n" "</bodystyle=\"visibility: hidden !important;\">\n" "<!-- Global site tag (gtag.js) - Google Analytics -->\n" "<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-124153711-1\"></script>\n" "<script>\n" " window.dataLayer = window.dataLayer || [];\n" " function gtag(){dataLayer.push(arguments);}\n" " gtag('js', new Date());\n\n" " gtag('config', 'UA-124153711-1');\n" "</script>\n" "<script type=\"text/javascript\">\n" "<!--\n" " var message=\"O Clique com o botão direito do mouse foi desabilitado\";\n" " function clickIE4(){\n" " if (event.button==2){\n" " alert(message);\n" " return false;\n" " }\n" " }\n" " \n" " function clickNS4(e){\n" " if (document.layers||document.getElementById&&!document.all){\n" " if (e.which==2||e.which==3){\n" " alert(message);\n" " return false;\n" " }\n" " }\n" " }\n" " \n" " if (document.layers){\n" " document.captureEvents(Event.MOUSEDOWN);\n" " document.onmousedown=clickNS4;\n" " }\n" " else if (document.all&&!document.getElementById){\n" " document.onmousedown=clickIE4;\n" " }\n" " \n" " document.oncontextmenu = new Function(\"alert(message);return false\")\n" "// --> \n" "</script> \n" "</html>") matches = re.finditer(regex, test_str, re.MULTILINE) for matchNum, match in enumerate(matches, start=1): print ("Match {matchNum} was found at {start}-{end}: {match}".format(matchNum = matchNum, start = match.start(), end = match.end(), match = match.group())) for groupNum in range(0, len(match.groups())): groupNum = groupNum + 1 print ("Group {groupNum} found at {start}-{end}: {group}".format(groupNum = groupNum, start = match.start(groupNum), end = match.end(groupNum), group = match.group(groupNum))) # Note: for Python 2.7 compatibility, use ur"" to prefix the regex and u"" to prefix the test string and substitution.

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 Python, please visit: https://docs.python.org/3/library/re.html