Metadata-Version: 2.4
Name: rfdl
Version: 1.1
Summary: A simple web scrapper tool wich downloads podcasts from radiofrance.
Home-page: https://github.com/Cosmow22/radio-france-dl
Author: Cosmow22
Author-email: cosmow543@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Radiofrance Podcast Downloader

Un CLI simple qui permet de tÃ©lÃ©charger un ou plusieurs podcasts de <https://www.radiofrance.fr/>.

## Utilisation

Installer radio-france-dl :

```batch
pip install rfdl
```


TÃ©lÃ©charger un podcast :

```
rfdl lien
```

Ou plusieurs podcasts en mÃªme temps en allant Ã  la ligne :

```
rfdl "lien1
lien2
"
```

Par dÃ©faut, le podcast se tÃ©lÃ©charge dans le dossier courant. Pour spÃ©cifier le dossier cible, utiliser l'argument optionel output comme Ã§a :

```
rfdl lien --output "C:\Users\Marc\Desktop/podcasts"
```

## Licence

Ce projet est sous la license MIT. Soyer libre d'utiliser le code comme vous le voulez !
