Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[shahid] Add support for shows/playlists #7401
Comments
|
What should be downloaded from this URL? |
|
So your request is to download all videos of the show as playlist? |
|
yes please if possible. |
|
Individual videos are already supported. |
|
yes, i just try it. |
|
Downloading from "shows" sounds a little too aggressive to me, however I do hope we'll be able to support episodes from a season, example link |
|
@dstftw .. Just to be clear, the actual episodes are those in div with class "slider clips" on this for example: https://shahid.mbc.net/ar/series/141409/%D9%88%D8%B9%D8%AF.html If there's no intention to fix this, can someone at least guide me how to modify the python code to add such functionality. Thanks for a great tool! |
|
I just tried my hand with the following beautifulsoup code
where soup is the whole html loaded. It seems to get direct links to all the episodes, or at least the ones between episode 7-30 .. The ones before 7, seem to be loaded dynamically after you click the little left javascript arrow (sic) .. Unfortunately, I have no idea how to simulate that click in python! Any help is most welcome |
any chance to Add support for https://shahid.mbc.net/ar/shows.html
thanks.