Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.32 KB

README.md

File metadata and controls

74 lines (44 loc) · 1.32 KB

anime4upScraper

a node scarper to scrap anime and episodes from anime4up.com

requirements:

  • Node
  • npm

install required packages using npm:

npm install

How To Use anime4UpScraper:

Validation:

  • you should provide a valid link from anime4up.com , and check one of the anime Ep, for thos green Buttons:

    photo-2021-09-27-20-05-48

    available Video Quality:

    • 360
    • 480
    • 720
    • 1080

    Scrape An Anime:

    command structure:

    node app.js ANIME_LINK VIDEO_QUALITY

    command Example:

    node app.js https://ww.anime4up.com/anime/boku-no-hero-academia-5th-season/ 1080

    Live Example:

    image

Scrap a Single Ep:

command structure:

node app.js EP_LINK VIDEO_QUALITY

command Example:

node app.js https://ww.anime4up.com/episode/boku-no-hero-academia-5th-season-%d8%a7%d9%84%d8%ad%d9%84%d9%82%d8%a9-1/ 720

Live Example:

image

You Will Find A file With All The eps or one ep.

Made by

@LeSpank

@Sra9Ziit