Giter VIP home page Giter VIP logo

dropout-scraper's Introduction

Dropout-scraper

A simple webscraper for dropout.tv (requires subscription login)

This script will traverse https://www.dropout.tv and gather all show data, as well as seasons and episodes for each season.

Provide your own login data in the form of a plaintext file (default is dropout.crd) with the format "Login|Password". If there is no existing file you can enter your credentials during runtime as well.

Right now all shows are considered desireable, which will result in some overlap. Dropout have shows that are listed on their series page that is single seasons of a bigger show. For instance, Dimension 20 have 1 show that has 7 seasons, but also other Dimension 20 series that are the same as some individual seasons of the main show. Right now you cannot pick and choose which shows will be scraped.

Upon successful scraping dropout.json will be created which will contain all shows/season/episodes in the following format:

{
   "show":{
      "1":{
         "name":"Show #1",
         "url":"/show-name-and-url",
         "season":{
            "1":{
               "name":"Season 1",
               "url":"https://www.show.url/show/season1",
               "episode":{
                  "1":{
                     "url":"https://www.show.url/season1/episode1",
                     "name":"Episode 1 name"
                  },
                  "2":{
                     "url":"https://www.show.url/season1/episode2",
                     "name":"Episode 2 name"
                  }
               }
            },
            "2":{
               "name":"Season 2",
               "url":"https://www.dropout.tv/show/season2",
               "episode":{
                  "1":{
                     "url":"https://www.show.url/season2/episode1",
                     "name":"Episode 1 name"
                  },
                  "2":{
                     "url":"https://www.show.url/season2/episode2",
                     "name":"Episode 2 name"
                  }
               }
            }
         }
      }
   }
}

dropout-scraper's People

Contributors

telsak avatar

Watchers

James Cloos avatar  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.