nfpdf-dl/README.md

56 lines
1.4 KiB
Markdown
Raw Normal View History

2018-02-25 16:47:55 +01:00
# nfpdf-dl
2018-02-25 16:41:24 +01:00
"nodefiles pdf downloader" **bash script**
## English version:
2018-02-25 16:44:04 +01:00
**nfpdf-dl** is a script designed to download **PDF** files from the website:
2018-02-25 16:41:24 +01:00
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 !!
2018-02-25 16:47:55 +01:00
## USE:
2018-02-25 16:41:24 +01:00
nfpdf-dl [link nodefiles] [pdfname]
2018-02-25 16:45:18 +01:00
##Required Dependencies:
2018-02-25 16:41:24 +01:00
curl, wget, seed, grep
---
2018-02-25 16:47:55 +01:00
## italian version:
2018-02-25 16:41:24 +01:00
**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
2018-02-25 16:44:04 +01:00