Metadata-Version: 2.1
Name: rfscrapper
Version: 2
Summary: A simple web scrapper tool wich downloads podcasts from radiofrance.
Home-page: https://github.com/Cosmow22/radio-france-podcasts-scrapper
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

# Welcome to radiofrance scraper CLI

A simple CLI that downloads one or more podcasts from <https://www.radiofrance.fr/>.

I made this script because users are not allowed to download all podcasts on mobile.

You can then transfer your favourite podcasts to your phone to listen to them offline!

## How to

Install rfscrapper by running this comand:

```batch
pip install rfscrapper
```

You can run rfscrapper with 2 arguments:

1. Must either be a link to the podcast you want to download or the path to a file were each line is a link. A new line is created each time you press the Enter key, so don't be fooled by the notepad when it displays the link you just pasted over two lines!
2. The output folder in which you want to put your downloads. By default, it is s the current folder directory.

For example..

```batch
rfscrapper "put here a link in brackets"
```

or

```batch
rfscrapper "list.txt" -o "output_folder"
```

are both correct ways to launch the CLI !
