Add files via upload

This commit is contained in:
fenix-soft 2018-02-25 16:41:24 +01:00 committed by GitHub
parent 56250fdd53
commit f15638e4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 55 additions and 0 deletions

55
README.md Normal file
View File

@ -0,0 +1,55 @@
# nfpdf-dl
"nodefiles pdf downloader" **bash script**
## English version:
** nfpdf-dl ** is a script designed to download ** PDF ** files from the website:
https://nodefiles.com
Especially PDF of magazines and newspapers!
This script exploits a bug of nodefileles.com when it makes a preview of the pdf link, making clear in its code the static address of the file.
This script retrieves this file and automatically downloads it, without needing to generate a ticket and solve the CAPTCHA to download the pdf.
Download the pdf file without wasting your time!
Note: IT WORKS ONLY ON THE PDF LINKS !!
## USE:
nfpdf-dl [link nodefiles] [pdfname]
## Required Dependencies:
curl, wget, seed, grep
---
## italian version:
**nfpdf-dl** è uno script progettato per scaricare i file **PDF** dal sito internet:
https://nodefiles.com
Sopratutto PDF di riviste e quotidiani!
Questo script sfrutta un bug di nodefileles.com quando fa l'anteprima del link pdf, mettendo in chiaro nel suo codice l'indirizzo statico del file stesso.
Questo script recupera tale file e lo scarica in automatico, senza bisogno di generare un ticket e risolvere il CAPTCHA per scaricare il pdf.
Scarica il file pdf senza farti perder tempo!
Nota Bene: FUNZIONA SOLO SUI LINK PDF!!
## USO:
nfpdf-dl [link nodefiles] [pdfname]
## Dipendenze richieste:
curl, wget, seed, grep