primewire.unblock-it.com Open in urlscan Pro
2606:4700:3033::6815:b65  Public Scan

Submitted URL: http://pw1.unblockit.ong/tv/1157/0.7220171468334642
Effective URL: https://primewire.unblock-it.com/tv/1157/0.7220171468334642
Submission: On November 16 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET /filter

<form method="get" action="/filter" id="searchform">
  <fieldset class="search_container">
    <input id="search_term" name="s" class="box" placeholder="Search Title or IMDb ID" type="text" value="">
    <button class="btn" title="Submit Search" type="submit"></button>
  </fieldset>
</form>

GET /filter

<form action="/filter" id="main-filter" method="get">
  <div id="filter-bar">
    <div>
      <button class="btn btn-green" type="asdf">Filter</button>
    </div>
    <div>
      <span class="btn btn-blue">More <i class="arrow-down"></i></span>
      <div class="more-filters">
        <span class="more-filter"><span class="more-filter-tag">Search Term:</span> <span><input id="s" name="s" type="text"></span></span>
        <span class="more-filter"><span class="more-filter-tag">Year:</span>
          <span class="range-select">
            <input id="released_after" name="released_after" placeholder="1800" type="text"> to <input id="released_before" name="released_before" placeholder="2050" type="text">
          </span>
        </span>
        <span class="more-filter"><span class="more-filter-tag">Rating:</span>
          <span class="range-select">
            <input id="rating_above" name="rating_above" placeholder="0" type="text"> to <input id="rating_below" name="rating_below" placeholder="5" type="text">
          </span>
        </span>
        <span class="more-filter"><span class="more-filter-tag">Cast:</span> <select class="person-select2" id="cast" name="cast"></select></span>
        <span class="more-filter"><span class="more-filter-tag">Crew:</span> <select class="person-select2" id="crew" name="crew"></select></span>
        <span class="more-filter"><span class="more-filter-tag">Company:</span> <select class="company-select2" id="company" name="company"></select></span>
        <span class="more-filter"><span class="more-filter-tag">Country:</span> <select class="country-select2" id="country" name="country" style="width: 205px"></select></span>
      </div>
    </div>
    <div>
      <span class="btn btn-blue">Direction <i class="arrow-down"></i></span>
      <div>
        <ul class="menu-section-list">
          <li><label><input id="direction_asc" name="direction" type="radio" value="asc"> Ascending</label></li>
          <li><label><input id="direction_desc" name="direction" type="radio" value="desc"> Descending</label></li>
        </ul>
      </div>
    </div>
    <div>
      <span class="btn btn-blue">Sort <i class="arrow-down"></i></span>
      <div style="width: 160px;">
        <ul class="menu-sort-list">
          <li><label><input id="sort_Featured" name="sort" type="radio" value="Featured"> Featured</label></li>
          <li><label><input id="sort_Just_Added" name="sort" type="radio" value="Just Added"> Just Added</label></li>
          <li><label><input id="sort_Popular" name="sort" type="radio" value="Popular"> Popular</label></li>
          <li><label><input id="sort_Trending_Today" name="sort" type="radio" value="Trending Today"> Trending Today</label></li>
          <li><label><input id="sort_Trending_this_Week" name="sort" type="radio" value="Trending this Week"> Trending this Week</label></li>
          <li><label><input id="sort_Trending_this_Month" name="sort" type="radio" value="Trending this Month"> Trending this Month</label></li>
          <li><label><input id="sort_External_Rating" name="sort" type="radio" value="External Rating"> External Rating</label></li>
          <li><label><input id="sort_Primewire_Rating" name="sort" type="radio" value="Primewire Rating"> Primewire Rating</label></li>
          <li><label><input id="sort_Favorites" name="sort" type="radio" value="Favorites"> Favorites</label></li>
          <li><label><input id="sort_Favorites_per_view" name="sort" type="radio" value="Favorites per view"> Favorites per View</label></li>
          <li><label><input id="sort_Views" name="sort" type="radio" value="Views"> Views</label></li>
          <li><label><input id="sort_Release" name="sort" type="radio" value="Release"> Release Date</label></li>
          <li><label><input id="sort_Alphabet" name="sort" type="radio" value="Alphabet"> Alphabet</label></li>
          <li><label><input id="sort_Series_Premiere" name="sort" type="radio" value="Series Premiere"> Series Premiere Date</label></li>
          <li><label><input id="sort_Season_Premiere" name="sort" type="radio" value="Season Premiere"> Season Premiere Date</label></li>
          <li style="display: none"><label><input id="sort_In_Theaters" name="sort" type="radio" value="In Theaters"> In Theaters</label></li>
          <li style="display: none"><label><input id="sort_Streaming_Release" name="sort" type="radio" value="Streaming Release"> In Theaters</label></li>
          <li style="display: none"><label><input id="sort_New" name="sort" type="radio" value="New"> New</label></li>
        </ul>
      </div>
    </div>
    <div>
      <span class="btn btn-blue">Genre <i class="arrow-down"></i></span>
      <div style="width: 370px; left: -70px;"> Mode: <label><input id="genre_mode_and" name="genre_mode" type="radio" value="and"> And</label> <label><input id="genre_mode_" name="genre_mode" type="radio" value="" checked=""> Or</label>
        <ul class="menu-genre-list">
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Action"> Action</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Adventure"> Adventure</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Animation"> Animation</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Anime"> Anime</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Biography"> Biography</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Children"> Children</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Comedy"> Comedy</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Crime"> Crime</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="DIY"> DIY</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Documentary"> Documentary</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Drama"> Drama</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Espionage"> Espionage</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Family"> Family</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Fantasy"> Fantasy</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Film-Noir"> Film-Noir</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Food"> Food</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Game-Show"> Game-Show</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="History"> History</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Horror"> Horror</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Legal"> Legal</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Medical"> Medical</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Music"> Music</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Musical"> Musical</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Mystery"> Mystery</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Nature"> Nature</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="News"> News</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Reality-TV"> Reality-TV</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Romance"> Romance</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Sci-Fi"> Sci-Fi</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Short"> Short</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Sport"> Sport</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Sports"> Sports</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Supernatural"> Supernatural</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Talk-Show"> Talk-Show</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Thriller"> Thriller</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Travel"> Travel</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="War"> War</label></li>
          <li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Western"> Western</label></li>
        </ul>
      </div>
    </div>
    <div>
      <span class="btn btn-blue">Streaming <i class="arrow-down"></i></span>
      <div id="subscription-selector">
        <ul class="menu-section-list">
          <li><label><input name="my_subscriptions" type="hidden" value=""><input id="my_subscriptions" name="my_subscriptions" type="checkbox" value="true"> My Subscriptions</label>
            (<a href="#" rel="nofollow" data-href="/b/?/registrations/edit">Add</a>)</li>
          <li><label><input name="free_links" type="hidden" value=""><input id="free_links" name="free_links" type="checkbox" value="true"> Free Links</label></li>
          <li><label><input name="missing_links" type="hidden" value=""><input id="missing_links" name="missing_links" type="checkbox" value="true"> No Free Links</label></li>
          <li>
            <input name="subscription" type="hidden" value=""><input id="subscription" name="subscription" type="checkbox" value="true">
            <select class="services-select2" id="service" name="service"></select> in <select class="country-select2" id="service_country" name="service_country">
              <option value="US">United States</option>
            </select>
          </li>
          <li>
            <label>
              <input name="buy_rent" type="hidden" value=""><input id="buy_rent" name="buy_rent" type="checkbox" value="true"> Buy/Rent in </label>
            <select class="country-select2" id="buy_rent_country" name="buy_rent_country">
              <option value="US">United States</option>
            </select>
          </li>
        </ul>
      </div>
    </div>
    <div>
      <span class="btn btn-blue">Type <i class="arrow-down"></i></span>
      <div>
        <ul class="menu-section-list">
          <li><label><input id="type_movie" name="type" type="radio" value="movie"> Movie</label></li>
          <li><label><input id="type_tv" name="type" type="radio" value="tv"> TV</label></li>
          <li><label><input id="type_" name="type" type="radio" value="" checked=""> Both</label></li>
        </ul>
      </div>
    </div>
  </div>
</form>

POST /sessions

<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="GhM6HTEmGDJwAAMLCTABIDpyECQlORUHHaTNUauf8Xbm0DYiT4huPLmP">
  <div class="form-group">
    <label for="session_email">Email</label>
    <input id="session_email" name="session[email]" type="text">
  </div>
  <div class="form-group">
    <label for="session_password">Password</label>
    <input id="session_password" name="session[password]" type="password">
  </div>
  <table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:10px 0px 10px 0px;">
    <tbody>
      <tr>
        <td>
          <div class="form-group">
            <input checked="" type="checkbox" class="loginform_checkbox" name="remember" id="remmeber" style="float:left; width:20px;">
            <span style="float:left; font-size: 12px; padding:2px 0px 0px 0px; font-weight:bold;">Remember Me</span>
          </div>
          <div class="clearer"></div>
        </td>
        <td width="120"><input type="submit" name="login_submit" value="Login" class="login_button" style="width: 120px;"> </td>
      </tr>
    </tbody>
  </table>
  <span class="forgot_link"><a href="#" rel="nofollow" class="homing" data-href="/b/?/passwords/new">Forgot Login </a></span> | <span
    class="register_link"><a href="#" rel="nofollow" class="homing" data-href="/b/?/registrations/new">Make a Free Account</a></span>
</form>

Text Content

x
 You are from Frankfurt am Main - Germany and your IP is
2001:ac8:20:3a00:1011:753c:6f1a:a5fe - Hide your IP and Location with a the Best
VPN Provider when torrenting and streaming, and unblock the entire web.  
HIDE ME NOW!



PRIMEWIRE

 * Movies
 * TV Shows
 * Schedule
 * Playlists
 * Forum


DISCOVER

Filter
More
Search Term: Year: to Rating: to Cast: Crew: Company: Country:
Direction
 * Ascending
 * Descending

Sort
 * Featured
 * Just Added
 * Popular
 * Trending Today
 * Trending this Week
 * Trending this Month
 * External Rating
 * Primewire Rating
 * Favorites
 * Favorites per View
 * Views
 * Release Date
 * Alphabet
 * Series Premiere Date
 * Season Premiere Date
 * In Theaters
 * In Theaters
 * New

Genre
Mode: And Or
 * Action
 * Adventure
 * Animation
 * Anime
 * Biography
 * Children
 * Comedy
 * Crime
 * DIY
 * Documentary
 * Drama
 * Espionage
 * Family
 * Fantasy
 * Film-Noir
 * Food
 * Game-Show
 * History
 * Horror
 * Legal
 * Medical
 * Music
 * Musical
 * Mystery
 * Nature
 * News
 * Reality-TV
 * Romance
 * Sci-Fi
 * Short
 * Sport
 * Sports
 * Supernatural
 * Talk-Show
 * Thriller
 * Travel
 * War
 * Western

Streaming
 * My Subscriptions (Add)
 * Free Links
 * No Free Links
 * in United States
 * Buy/Rent in United States

Type
 * Movie
 * TV
 * Both


MOVIES

Featured
In Theaters
Streaming
New
More
HERETIC
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
SATURDAY NIGHT
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
GLADIATOR II
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
RED ONE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
JOKER: FOLIE À DEUX
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
VENOM: THE LAST DANCE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
ALIEN: ROMULUS
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
HELLBOY: THE CROOKED MAN
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
BEETLEJUICE BEETLEJUICE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
DEADPOOL & WOLVERINE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
VENOM: THE LAST DANCE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
SMILE 2
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
CONCLAVE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
WE LIVE IN TIME
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
THE WILD ROBOT
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
TERRIFIER 3
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
BEETLEJUICE BEETLEJUICE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
ANORA
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
PIECE BY PIECE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
JOKER: FOLIE À DEUX
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
9 WINDOWS
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
STYLE ME FOR CHRISTMAS
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
WHO'S STALKING MY FAMILY
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
HOT FROSTY
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
RETURN OF THE KING: THE FALL AND RISE OF ELVIS PRE...
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
EMILIA PÉREZ
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
DEVON
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
LARGER THAN LIFE: REIGN OF THE BOYBANDS
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
DO NOT OPEN
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
THE PERFECT MOTHER
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
RED ONE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
EMILIA PÉREZ
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
SANTA TELL ME
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
BIRD
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
THE MARTINI SHOT
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
VIJAY 69
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
WEEKEND IN TAIPEI
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
HERETIC
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
SMALL THINGS LIKE THESE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
THE PIANO LESSON
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info


RECENTLY ADDED


More
HOW TO WIN A PRINCE
(2023)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
I DREAM OF WIRES
(2014)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
KEVIN HART: THE KENNEDY CENTER MARK TWAIN PRIZE FO...
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
COOPERS' CAMERA
(2010)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
GENDER AGENDA
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
KIND HEARTS AND CORONETS
(1950)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
POSSESSIONS
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
TWO CHEFS AND A WEDDING CAKE
(2023)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info


MOST DISCUSSED


SILO
(2023)

S2 E1
THE CHALLENGE
(1998)

S40 E13
SECRET LEVEL
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
RED ONE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
GREEN ROOM
(2016)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
WEDNESDAY
(2022)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
DOGVILLE
(2004)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
HERETIC
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
GET FAST
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
COBRA KAI
(2018)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info

Recent Forum Threads Replies Views Last Post

Link Requests Info By Fugitive on Jul 3 2023 at 03:50 349 10834 No posts yet

Specific Host Link Request By Fugitive on Jul 5 2023 at 15:17 204 5929
By smeehee
(3 hours ago)

Laughter is best medicin, meme, pic or quote...... By suisen on Mar 8 2023 at
22:31 267 6295
By suisen
(11 hours ago)

VidScr By grasshopper rex on Dec 24 2023 at 19:10 76 2506 No posts yet

Hello There By brownbeard27 on Nov 15 2024 at 05:06 1 16
By brownbeard27
(22 hours ago)


TRENDING

Day
Week
Month
More
VENOM: THE LAST DANCE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
RED ONE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
TERRIFIER 3
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
THE WILD ROBOT
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
GLADIATOR II
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
JOKER: FOLIE À DEUX
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
APOCALYPSE Z: EL PRINCIPIO DEL FIN
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
DEADPOOL & WOLVERINE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
DEADPOOL & WOLVERINE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
VENOM: THE LAST DANCE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
INSIDE OUT 2
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
BAD BOYS: RIDE OR DIE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
TWISTERS
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
DESPICABLE ME 4
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
ALIEN: ROMULUS
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
BEETLEJUICE BEETLEJUICE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
DEADPOOL & WOLVERINE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
BAD BOYS: RIDE OR DIE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
INSIDE OUT 2
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
TWISTERS
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
DESPICABLE ME 4
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
A QUIET PLACE: DAY ONE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
ALIEN: ROMULUS
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
VENOM: THE LAST DANCE
(2024)

 * Current rating.
 * 
 * 
 * 
 * 
 * 

info
PrimeWire | 1Channel | Formerly LetMeWatchThis - PrimeWire | 1Channel! - Sitemap
- Legal Dark Mode
Email
Password
Remember Me


Forgot Login | Make a Free Account


INFORMATION



PrimeWire is a social site for discovering, sharing and watching movies and TV
shows. more info
PrimeWire.tf is the official domain for PrimeWire



LATEST COMMENTS

Silo S2 E1

SheWatches : Off to a really good start. Opening episode sewed up some debates I
had with friends abou...

Countdown: Paul vs. Tyson

greenguy86 : I hope the fight is posted soon! No spoilers please.

Daddy's Head

CuteGothPirate : this is good actually...

St. Denis Medical S1 E1

dickgrimes : David Alan Grier and Sandra from Superstore, I might give it a
watch now!!!

Megalopolis

MyDogLikesMe : The worst piece of crap I've seen in a long time, I'm surprised
so many stars allowed them...

More Comments


TOP COMMENTS

Green Room

augusts1 : Agreed. Amazing movie. Yelchin is incredible in this. So sad he died,
he had a bright futu...

Synchronic

BluRain : Under-the-radar gem that is thoroughly entertaining. Anthony Mackie of
Falcon/Captain Amer...

Silo S2 E1

Jen68g : Wow, excellent start. Can't wait to see where this is going.

Green Room

RobotAllah : A24 before it was cool to A24. Great watch all around.

Laid

kronickurves : I thought plot sounded familiar. Based on the Aussie series Laid
(2011) https://www.imdb.c...

More Comments
760 users online - Contacts - FAQ - DMCA - API - Embed







x
 You are from Frankfurt am Main - Germany and your IP is
2001:ac8:20:3a00:1011:753c:6f1a:a5fe - Hide your IP and Location with a the Best
VPN Provider when torrenting and streaming, and unblock the entire web.  
HIDE ME NOW!