Giter VIP home page Giter VIP logo

go-movies-series-api's Introduction

Go-Movies-Series-API

This Go program scrapes movies and series from https://vidcloud9.com and gives you as API.

Used External Libraries

  • Colly for Scraping websites.

How to use

Example Output

Movies API result Here is the output result for movies.
[{
  "Title": "Together (2021)",
  "Link": "https://vidcloud9.com/videos/together-2021",
  "Poster": "https://cdn.themovieseries.net/cover/together-2021.png"
},
{
  "Title": "Spin",
  "Link": "https://vidcloud9.com/videos/spin",
  "Poster": "https://cdn.themovieseries.net/cover/spin.png"
}]
Series API result Here is the output result for series.
[{
  	"Title": "DC's Legends of Tomorrow - Season 6 Episode 12 - Bored on Board Onboard",
  	"Link": "https://vidcloud9.com/videos/dcs-legends-of-tomorrow-season-6-episode-12-bored-on-board-onboard",
  	"Poster": "https://cdn.themovieseries.net/cover/dcs-legends-of-tomorrow-season-6.png"
  },
  {
  	"Title": "Last Week Tonight With John Oliver - Season 8 Episode 21",
  	"Link": "https://vidcloud9.com/videos/last-week-tonight-with-john-oliver-season-8-episode-21",
  	"Poster": "https://cdn.themovieseries.net/cover/last-week-tonight-with-john-oliver-season-8.png"
  }]
Episodes API result Here is the output result for episodes.
[{
  	"EpisodeNumber": "DC's Legends of Tomorrow - Season 6 Episode 12 - Bored on Board Onboard",
  	"EpisodeUrl": "https://vidcloud9.com/videos/dcs-legends-of-tomorrow-season-6-episode-12-bored-on-board-onboard"
  },
  {
  	"EpisodeNumber": "DC's Legends of Tomorrow - Season 6 Episode 11 - The Final Frame",
  	"EpisodeUrl": "https://vidcloud9.com/videos/dcs-legends-of-tomorrow-season-6-episode-11-the-final-frame"
  }]

My Youtube Channel

My Telegram Channel

Donations (Optional)

If you like my projects then consider making a small donation by clicking below button ^_^
Donate

โš  Disclamier

The movies and series showed here are not hosted by the Author, This program scrapes from https://vidcloud9.com which is available in the web.

go-movies-series-api's People

Contributors

henry-richard7 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.