Skip to content

Achu2234/NyaaFastDL

 
 

Repository files navigation

Codacy Badge

This website will help you to download torrent faster than Nyaa website.

The goal was to learn how parse an HTML page by scrapping torrents on Nyaa.si (<3), you need to ask Nyaa.si before using this project.

This tool uses :

Requirements

Classic

  • Node.js >= 8.9
  • npm
  • Vue CLI 3

Docker

  • Docker CE
  • Docker-compose

Dev

In current directory run npm install

In current directory runnpm run serve and access to the website http://localhost:8080

Production

Classic

In current directory run npm install

You can use your own CORS anywhere (Default herokuapp) by changing the constant line 336

Configure default value of input/select by editing src/App.vue

Default Value

videoQualitySelected: '1080p',
languageSelected: 'VOSTFR',
filterSelected: '0',
categorySelected: '0_0',
sortSelected: undefined,

In current directory run npm run-script build and serve /dist with a webserver

Docker

Use the Dockerfile provided and serve static directory of Dockerfile /opt/services/NyaaFastDL/static/ with a webserver

Licence

The code is under CeCILL license.

You can find all details here: https://cecill.info/licences/Licence_CeCILL_V2.1-en.html

Credits

Copyright © Ludovic Ortega, 2019

Contributor(s):

-Ortega Ludovic - ludovic.ortega@adminafk.fr

About

This website will help you to download torrent faster than Nyaa website.

Resources

License

Unknown, CECILL-2.1 licenses found

Licenses found

Unknown
LICENSE
CECILL-2.1
LICENSE.fr

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 74.4%
  • JavaScript 19.2%
  • Dockerfile 3.3%
  • HTML 3.1%