netflixtudumscrapper

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2024 License: GPL-2.0 Imports: 3 Imported by: 0

README

netflixtudumscrapper

Parse the Netflix tudum for stats

Documentation

Overview

Package netflixtudumscrapper scrappes data from the netflix tudum site

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NetflixData

type NetflixData struct {
	Rank      string
	Title     string
	Weeks     string
	Hours     string
	Runtime   string
	Views     string
	DateRange string
}

NetflixData stores the data we parse from the html

func ScrapeNetflix

func ScrapeNetflix(url string) ([]NetflixData, error)

ScrapeNetflix fetches the HTML from the URL and parses the movie data based on the detected table structure

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL