Earlier quoted context omitted.
That sounds a lot like saying that it is, indeed, incoherent, but don't worry because we can get a judge to decide whether or not you're going to jail ex post facto, at a cost to you of more than you paid for your house (win or lose).
Computer people probably see the nondeterministic behavior in words like “primarily” as evidence of a bug. To the law school graduates who write the laws, it’s a feature and not a bug that these decisions are made by a judge in a courtroom.
How journalists use youtube-dl
281–290 of 348 posts
Re: How journalists use youtube-dl
#282And I couldn't care less about VEVO and other copyrighted material, which, I wish, could find home in a completely different platform for all I care.
Re: How journalists use youtube-dl
#283Re: How journalists use youtube-dl
#284I never use youtube-dl because it is almost always overkill and it is always breaking. I write my own downloaders. The one I use for YouTube is currently less than half a page of shell script. I never download VEVO or other videos that have enciphered signatures (most videos I encounter on web pages don't), so there is no need for Python or any other slow scripting language and fiddling around with Google's Javascrip…
Re: How journalists use youtube-dl
#285Earlier quoted context omitted.
How is this significantly different than placing a video camera in front of a screen? Yt-dL is surely nicer and more convenient, but from an evidence standpoint, a one time $500 (to go wild) setup should have you covered, no? (Mourning the loss of ytdl myself but trying to be realistic)
I'm afraid to ask how you take screenshots.
Re: How journalists use youtube-dl
#286Re: How journalists use youtube-dl
#287Re: How journalists use youtube-dl
#288I am super curious, if this software is open source and the most damning aspect of this case is likely to come down to non-software specific factors like the inclusion of copywrited material (from big name artists) in the unit tests and README and such, what would be the result is someone with the repo just scrubbed the README, refactorfed the unit tests to rid them of any tests on copywrited material, changed the na…
Re: How journalists use youtube-dl
#289Re: How journalists use youtube-dl
#290Banning youtube-dl won’t accomplish much. I can simply record my screen with audio (for example using QuickTime Player) and save that as a video. I do that as a last resort if video download software doesn’t work. This method can never be stopped. If I can see it and hear it, then I can record it, with close to perfect quality. And it will get even easier with more user friendly tools. Sorry, technology wins.
Isn't there already DRM that works by encrypting the video stream and only decrypting / decoding the video stream on the TV? Or at least, in some sort of closed-off execution context? I'm thinking of Widevine level 1 DRM, for example. If I remember correctly, it mandates that all of the decryption has to happen in a "Trusted Execution Environment", which seems to mean a hardware enclave. I think this effectively lock…