8000 GitHub - pedrazadixon/cuevana3: Cuevana3 scraper is a content provider of the latest in the world of movies and tv show in Latin Spanish dub or subtitled.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cuevana3 scraper is a content provider of the latest in the world of movies and tv show in Latin Spanish dub or subtitled.

License

Notifications You must be signed in to change notification settings

pedrazadixon/cuevana3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuevana3 PHP scraper is a content provider of the latest in the world of movies and tv show in Latin Spanish dub or subtitled.

📌 Installation

$ git clone https://github.com/andresayac/cuevana3.git
$ cd cuevana3
$ composer install

📖 Documentation

Available methods:

  • getMovies: Returns a list with the movies according to the indicated type.

🚩 getMovies(type)

Returns a list with the movies according to the indicated type.

Description value
Latest movies added cuev_mov_lastest
Premiere movies cuev_mov_release
Most viewed movies cuev_mov_more_views
Top rated movies cuev_mov_most_valued
Latin dub movies cuev_mov_latin
Spanish dub movies cuev_mov_spanish
Subtitled movies cuev_mov_subtitled

Example:

<?php
# Dependencies
require 'vendor/autoload.php';

# Config
require 'config/config.php';

# Movies Class
require 'inc/movies.class.php';

$cuevana_movies = new Movies($_config);
echo json_encode($cuevana_movies->getMovies($_config['path']['movies']['cuev_mov_lastest']), JSON_PRETTY_PRINT);

👥 Credits


💢 Troubleshootings

This is just a personal project created for study / demonstration purpose and to simplify my working life, it may or may not be a good fit for your project(s).


❤️ Show your support

Please ⭐ this repository if you like it or this project helped you!
Feel free to open issues or submit pull-requests to help me improving my work.


Copyright © 2022 Cuevana3 Scraper PHP.

About

Cuevana3 scraper is a content provider of the latest in the world of movies and tv show in Latin Spanish dub or subtitled.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%
0