Skip to content

hibikidesu/javscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javscraper

Scraper library for JAVs.

Supported Sites

  • AirControl
  • AliceJapan
  • Aroma
  • Attackers
  • Aurora Project
  • BeFree
  • Bi
  • Big Morkal
  • Caribbeancom
  • Deeps
  • DMM
  • Heyzo
  • IdeaPocket
  • JAVLibrary
  • KMProduce
  • Max-A
  • MGStage
  • S1
  • SOD Prime
  • 1pondo
  • 10Musume

Requirements

  • python3.7+

Installation

python -m pip install -U javscraper

Usage

>>> from javscraper import *
>>> javlibrary = JAVLibrary()

# Searching for videos
>>> print(javlibrary.search("SSIS-001"))
[...]

# Getting video data
>>> print(javlibrary.get_video("SSIS-001"))
JAVResult(name=..., code=..., studio=..., ...)