Skip to content

This CLI program will allow you to search and bulk download audiofiles from a website

Notifications You must be signed in to change notification settings

cyrillus31/audiobook_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

English Audiobooks Downloader

Description/ Описание

This program will allow you to search and bulk download english audiobooks from the website:
https://fulllengthaudiobook.com/

All files from one audiobook will be saved to a new dedicated folder created in the same directory as this program.


Данная программа позволяет осуществлять поиск аудиокниг сайта https://fulllengthaudiobook.com/ и скачивать сразу всё файлы одной аудиокниги.

Все файлы одной аудиокниги будут сохранены в отдельную папку, созданную в той же директории, где находится программа.

Under the hood/ Под капотом

Various webscraping techniques are utilized. The program searches the website for audiobooks using query strings via requests library, receives an html file and parses it with BeautifulSoup4, looking for the titles and links to the audio files. A user is presented with a list of books gathered on a current webpage in accordance with the initial request. From then on user can move forwards and backwards from page to page. Once the user finds the desired audiobook, he can select it and download all audiofiles to a new dedicated folder. Error handling is impemented.


Для поиска аудиокниг используется вебскрейпинг. Перемещение по сайту осуществляется через query strings с помощью библиотеки requests. Для парсинга получаемых html файлов используется библиотека BeautifulSoup4. В результате парсинга формируется список книг, предсталенных на конкретной веб странице (в соответствии с запросом), который демонстрируется пользователю. Далее пользователь может перемещаться со страницы на страницу, просматривая имеющиеся аудиокниги. Пользователь может выбрать понравившуюся книгу и скачать все аудиофайлы в папку, создаваемую по адресу расположения программы. Обработка ошибок производится.

ToDo

. . .

About the author

Telegram

About

This CLI program will allow you to search and bulk download audiofiles from a website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages