mhewedy / SBO-video-extension

Safari Books Online Video Downloder Extension to Google Chrome
https://chrome.google.com/webstore/detail/safari-books-online-video/ihgjlggckknakenjhgmfgaoalflhfihl
109 stars 31 forks source link

Extension Not Working Anymore #127

Open arsalanaligondal opened 4 years ago

arsalanaligondal commented 4 years ago

Hi! I hope this reaches you in good health. A month ago the extension was working perfectly but today I tried it again the video is still downloading but of 1-minute maximum I have tried several times just like when your subscription ends they put to a limit of watching a video of maximum 1 minute.

I request you to have a look and update if you can please.

Many thanks!

SmartOinker commented 4 years ago

Hi, I am having the same issue. However, I think there is some change to the site structure as a few other video downloader that could work previously no longer works.

kepupotete commented 4 years ago

Hi, I have the same issue. It seems the download of videos are not in login mode. If you can notice, if you don't have an account I think you can watch some videos but in a limited time only.

SmartOinker commented 4 years ago

True, I am using Youtube-dl now which still works, but its video quality is uneven with some being 720p and others being 1080p when all the videos up there exist as 1080p. This tool is still the best. Hope it will be fixed soon!

kepupotete commented 4 years ago

In which browser this plugin is supported? Also can we download all the videos using this plugin or one by one?

SmartOinker commented 4 years ago

Youtube-dl is not a plugin, its a tool. You can refer to this for more detail: https://www.quora.com/How-can-I-download-videos-from-Safari-Books-online It can do bulk download of multiple courses, but like I said, the quality is not as good

kepupotete commented 4 years ago

Oh this is nice alternative. Appreciate the help. Thanks man!

wilyarti commented 3 years ago

Hey guys I was in a similar bind. Here is a script I wrote to generate a list of links that you can use youtube-dl to download:

https://github.com/wilyarti/oreillyVideoDownloader/blob/master/links.js

Simply paste that in your console window in Chrome and it will generate all the links for a certain video course. It will then download the file as a text file.

To download all videos do the following: youtube-dl --username user@foo --password yourpassword -a Cool_course_1.txt