K-S-V / Scripts

Collection of my scripts
GNU General Public License v3.0
635 stars 226 forks source link

Ability to continue downloading when the program believes detect DRM #24

Closed thom-47300 closed 10 years ago

thom-47300 commented 10 years ago

Your ' Adobe HDS Downloader ' is an excellent program and I used it successfully on www.pluzz.fr site. For a few months it is no longer possible because the program stops when it detects the presence of DRM (or, perhaps, believes that there are DRM). So I use 'pluzzdl' (http://code.google.com/p/tvdownloader/downloads/list) that downloads m3u8 stream. Sometimes this program indicates the presence of DRM and says that the video could be unreadable, but don't stop downloading. However, the video is often quite good. Is it possible that Adobe Downloader HDS 'offers to download the video until the end when he believes the presence of DRM? Please excuse my bad english.

K-S-V commented 10 years ago

AdobeHDS script doesn't depend on any manifest flag for DRM detection. it tries to decode the first fragment of stream. if it encounters encrypted packets, only then it stops downloading further fragments.

thom-47300 commented 10 years ago

Sorry for this fact.

Thanks anyway.

thom

Message du 22/12/13 06:39 De : "K-S-V" A : "K-S-V/Scripts" Copie à : "thom-47300" Objet : Re: [Scripts] Ability to continue downloading when the program believes detect DRM (#24)

AdobeHDS script doesn't depend on any manifest flag for DRM detection. it tries to decode the first fragment of stream. if it encounters encrypted packets only then it stops downloading further fragments.


Reply to this email directly or view it on GitHub: https://github.com/K-S-V/Scripts/issues/24#issuecomment-31079455