Skip to content

Python web scraper for downloading M3U8 files designed with Selenium and FFMPEG

Notifications You must be signed in to change notification settings

codyklr/M3U8-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M3U8-Scraper

Python web scraper for downloading M3U8 files designed with Selenium and FFMPEG.
Visit the wiki for more detailed information!


Important Information

If requested I will add functionality to import lists of links from a text file, for now this scraper will go to one page and grab all the .m3u8 links avaliable.


The variables in the image below allow you to specifiy locations of where your chromedriver1 is, where you would like your files to be downloaded to, and what url you will be scraping.

variables that need to be altered

This program assumes FFMPEG is already installed, however if it is not I have included a working version to go along with this web scraper.

Notes

If you find any bugs that need to be fixed, feel free to contact me, fork this repository to improve it, or make a pull request.

Originally requested by u/zackcase12

Footnotes

  1. I have already included chromedriver versions 96 and 97 in this repo, this is only important if you have a custom location. If the version is incorrect you may have to download the correct version via https://chromedriver.chromium.org/downloads

  2. https://www.reddit.com/r/programmingrequests/comments/ru0is0/15_help_me_with_a_scraping_project/

About

Python web scraper for downloading M3U8 files designed with Selenium and FFMPEG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages