video
jaan143 opened this issue · 11 comments
hi
i want to download video course from packtpub
can you plz add this option also ?
thanks
packt publisher allow video courses on their mapt subscription
they allow to watch online only. cant download
so you can make downloading script in python that will download course after giving login details and course url
- sounds out of scope of this tool
- sounds against Packt ToS. if they wanted you to be able to download the videos, they would have made it easier to do so
This maybe help you https://github.com/soimort/you-get
If it works, can you please share a request example? Thanks
I haven't bought any videos but this looks like video downloads are possible: https://www.packtpub.com/books/content/support-video
How to download video packages for offline viewing
Login to your account at Packtpub.com.
Click on "My Account" and then click on the "My Videos" tab to access your videos.
Click on the "Download Now" link to start your video download.
I also think this has nothing to do with this script and can easily be solved by picking the file URL from the DOM or using a tool like you-get. If the file URL is not in the DOM but loaded dynamically, there is no way for us to download the file anyways.
Here are a few suggestion on how to find the video file URL: https://www.quora.com/How-can-I-scrape-videos-from-websites
hi
i checked supported site lists of this app
https://github.com/soimort/you-get
they dont have packtpub in their list
By the way, I'm not saying that what I suggested is the right tool for your needs, but you should have a look at something similar or fork that repo
The downloading of video is out of scope of this project.