Can anybody point me in the right direction of any python modules I could use for web crawling and extracting mpd files?
Firefox and Chrome have Stream Detector plugins but it seems like I might need to build my own to crawl a website, extract mpd files, and then name them correctly, etc.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 4 of 4
-
-
You can risk your account/IP to get banned since the sites(if you don't know how to do it) are enough smart to detect it(no mouse movements etc.) and block it right away. It isn't easy and if it's the first time you program in Python I suggest you to check for similar projects on github, understand what the program doing and then "copy pasting" with the aim to make it work for you. There are some libraries(is this what you meant with modules?) that make possible to you to automate a browser(Edge, Chrome, Firefox etc.) but there is a long list of things that you need to know and to experiment to get a working bot. Good luck and let us know how it goes.
-
Start playing a video and keep an eye on the developer console. Usually the info for the video you're playing is fetched from an API, along with the MPD URL etc.
Automate the API to loop through all available shows/movies.
Similar Threads
-
Need Python script for this stream
By kayrak in forum Video Streaming DownloadingReplies: 6Last Post: 17th Sep 2023, 12:10 -
please python script for m3u8
By kayrak in forum Video Streaming DownloadingReplies: 2Last Post: 26th Jun 2023, 08:26 -
anyone know if the following python script work ?
By DRMdec in forum Video Streaming DownloadingReplies: 2Last Post: 21st Feb 2023, 19:02 -
yt-dlp in Python
By blanc in forum Video Streaming DownloadingReplies: 1Last Post: 4th Jan 2023, 05:37 -
trying to get yt-dlp module for Python
By Skaperen in forum LinuxReplies: 3Last Post: 15th Jun 2022, 11:12