Aporte Plugins de peliculas online

Publicado por david_domh, Agosto 20, 2013, 11:05:32 AM

Tema anterior - Siguiente tema

david_domh

Videomega.tv

Código (cpp) [Seleccionar]
#include <iostream>
#include <cstring>
#include <vector>
#include "../utils.cpp"

// use this line to compile
// g++ -I. -fPIC -shared -g -o videomega.tv.so videomega.tv.cpp
// regex
// http.*\.videomega\.tv.*(\.flv|\.mp4|\.x-flv|\.swf)

string get_filename(string url) {
        vector<string> resultado;
        if (url.find("?") != string::npos) {
            stringexplode(url, "?", &resultado);
            stringexplode(resultado.at(resultado.size()-2), "/", &resultado);
            return resultado.at(resultado.size()-1);           
        } else {
            stringexplode(url, "/", &resultado);
            return resultado.at(resultado.size()-1);
        }
}

extern "C" resposta getmatch(const string url) {
    resposta r;   

if ( (url.find(".videomega.tv/") != string::npos)
   ) {
     
       r.file = get_filename(url);
      if (!r.file.empty()) {
         r.match = true;         
         r.domain = "peliculas/videomega.tv";
      } else {
         r.match = false;
      }
   } else {
      r.match = false;
   }
   return r;
}


Begun.ru

Código (cpp) [Seleccionar]
#include <iostream>
#include <cstring>
#include <vector>
#include "../utils.cpp"

// use this line to compile
// g++ -I. -fPIC -shared -g -o begun.ru.so begun.ru.cpp
// regex
// http.*\.begun\.ru.*(\.flv|\.mp4|\.x-flv|\.swf)

string get_filename(string url) {
        vector<string> resultado;
        if (url.find("?") != string::npos) {
            stringexplode(url, "?", &resultado);
            stringexplode(resultado.at(resultado.size()-2), "/", &resultado);
            return resultado.at(resultado.size()-1);           
        } else {
            stringexplode(url, "/", &resultado);
            return resultado.at(resultado.size()-1);
        }
}

extern "C" resposta getmatch(const string url) {
    resposta r;   

if ( (url.find(".begun.ru/") != string::npos)
   ) {
     
       r.file = get_filename(url);
      if (!r.file.empty()) {
         r.match = true;         
         r.domain = "peliculas/begun.ru";
      } else {
         r.match = false;
      }
   } else {
      r.match = false;
   }
   return r;
}



Netu.tv

Código (cpp) [Seleccionar]
#include <iostream>
#include <cstring>
#include <vector>
#include "../utils.cpp"

// use this line to compile
// g++ -I. -fPIC -shared -g -o netu.tv.so netu.tv.cpp
// regex
// http.*\.netu\.tv.*(\.flv|\.mp4|\.x-flv|\.swf)

string get_filename(string url) {
        vector<string> resultado;
        if (url.find("?") != string::npos) {
            stringexplode(url, "?", &resultado);
            stringexplode(resultado.at(resultado.size()-2), "/", &resultado);
            return resultado.at(resultado.size()-1);           
        } else {
            stringexplode(url, "/", &resultado);
            return resultado.at(resultado.size()-1);
        }
}

extern "C" resposta getmatch(const string url) {
    resposta r;   

if ( (url.find(".netu.tv/") != string::npos)
   ) {
     
       r.file = get_filename(url);
      if (!r.file.empty()) {
         r.match = true;         
         r.domain = "peliculas/netu.tv";
      } else {
         r.match = false;
      }
   } else {
      r.match = false;
   }
   return r;
}


Testeados y funcionando

firecold


firecold


david_domh

acabo de terminar de ver una pelicula completa

lo volvi a ver en otra pc
y bommmmmmmmmmmmmm


lo bota del cache del thunder