Metadata-Version: 2.1
Name: vvvvid-downloader
Version: 1.1.2
Summary: Uno script in Python che permette di scaricare facilmente i video da VVVVID.
Home-page: https://github.com/nearata/vvvvid-downloader
Author: Nearata
Author-email: williamdicicco@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: Italian
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.24.0)
Requires-Dist: inquirer (==2.7.0)
Requires-Dist: colorama (==0.4.3)

# VVVVID Downloader

> Uno script in Python che permette di scaricare facilmente i video da VVVVID.

## Requisiti

- [Python](https://python.org) 3.8+
- [FFmpeg](https://ffmpeg.org/)

## Installazione

```sh
pip install vvvvid-downloader
```

## Utilizzo

```sh
python -m vvvvid_downloader
```

Segui le istruzioni a schermo. Per maggiori informazioni sui campi di configurazione, leggi la sezione `Configurazione` sotto.

## Come trovare l'ID di uno show

Apri uno show che vuoi scaricare da [VVVVID](https://www.vvvvid.it). Esempio:

```sh
https://www.vvvvid.it/show/1353/deca-dence
```

In questo caso, l'ID dello show Ã¨ `1353`

## Configurazione

Al primo avvio dello script, vi verrÃ  chiesto di completare i campi `save-location` e `ffmpeg-location`.

Ad ogni avvio, invece, vi verrÃ  chiesto se volete o meno modificare il valore di ogni singolo campo.

- `user-agent`: Questo sarÃ  l'User Agent che lo script userÃ  per le richieste HTTP.
  - Esempio: `Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0`.
- `save-location`: Questo Ã¨ il percorso alla cartella dove verranno salvati i file che lo script scaricherÃ .
  - Esempio: `C:\Utenti\<nome_utente>\Desktop\vvvvid`.
- `ffmpeg-location`: Questo Ã¨ il percorso che deve portare al file `ffmpeg`.
  - Se avete impostato una variabile d'ambiente, potete anche inserire il nome della variabile.

## License

Distributed under the MIT license. See [LICENSE](LICENSE) for more information.

## Contributing

1. Fork it
2. Commit your changes
3. Push to the branch
4. Create a new Pull Request


