Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daaguirr/Ivoox-Downloader
Script ot download a list or audiobook from www.ivoox.com easily
https://github.com/daaguirr/Ivoox-Downloader
audiobooks ivoox podcasts
Last synced: about 2 months ago
JSON representation
Script ot download a list or audiobook from www.ivoox.com easily
- Host: GitHub
- URL: https://github.com/daaguirr/Ivoox-Downloader
- Owner: daaguirr
- License: gpl-3.0
- Created: 2018-05-24T14:30:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T02:33:12.000Z (about 1 year ago)
- Last Synced: 2024-08-09T17:29:36.295Z (6 months ago)
- Topics: audiobooks, ivoox, podcasts
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 9
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ivoox-Downloader
Download a list or audiobook from www.ivoox.com easily## Requirements:
1. Python 3.6.4+
2. Beautiful Soup 4## Instructions
`python ivoox.py [-r] url name_of_program path_to_save`
- Files will be save in path_to_save/name_of_program with name_of_program + number as a name (ex. Game_of_Thrones_001).
- The order will be in reverse order of url (programs usually the last is the first in the page).
- The flag -r name the files in order reversed , in this case normal order.
- The script supports url with multiple pages.