Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Python script to scrape audiobooks from https://stephenkingaudiobooks.com/ (at least works for harry potter audiobooks)

License

Notifications You must be signed in to change notification settings

RaviPabari/stephenking-audiobooks-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stephenking Audiobooks Scraper

Python script to scrape audiobooks from https://stephenkingaudiobooks.com/


Installing dependencies to run the script

Behind the scenes this script uses youtube-dl to download audio files.

  1. Installing youtube-dl for linux (debian)
sudo apt install youtube-dl
  1. Installing youtube-dl for windows follow the below link https://github.com/ytdl-org/youtube-dl/releases/tag/2021.06.06 and set the path for it ( NOTE : Run this script from Windows Terminal, I haven't tested but it should run)

Installing Python modules

pip install -r requirements.txt
python scrap_audioBook.py

  • Use the links which are starting point for the audioboook :
    https://stephenkingaudiobooks.com/audiobook-harry-potter-stephen-fry-philosophers-stone/
    https://stephenkingaudiobooks.com/harry-potter-stephen-fry-prisoner-of-azkaban/

  • Feel free to contribute if you have any new features or Ideas :)

    About

    Python script to scrape audiobooks from https://stephenkingaudiobooks.com/ (at least works for harry potter audiobooks)

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages