aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.72k stars 280 forks source link

YT, issue #46

Closed parshy closed 3 years ago

parshy commented 5 years ago

Won't work for YouTube rentals or purchases. I was willing to pay for discs, but the discs I keep receiving (not BD), believe it or not, are formatted to an aspect ratio that isn't the original one (4:3). So I can buy or rent on YouTube, but I want the freedom to play the file wherever I wish, which requires apps like this, but it won't work. Only the first eight seconds play and then video pixelates and sound disappears. The movies play fine in my browser on the site, so the data is being transmitted to my browser. You just need to figure out how to get that data from screen to file.

Bumbadawg commented 5 years ago

The scripts to decipher the data are minified and might be randomized. One way to achieve the re-ordered data dumping would be to monitor the order, and dump the data with the companion app. On the political side, Google would try to take down this addon if it counters their paywall restrictions. Mozilla would oblige since it's a partner and an american-based service.

parshy commented 5 years ago

One way to achieve the re-ordered data dumping would be to monitor the order, and dump the data with the companion app.

How might one go about this, were one to need this on the rare occasion?

Bumbadawg commented 5 years ago

Actually nevermind, it was in the case file parts were not encrypted, but since they are, it's useless.

parshy commented 5 years ago

Actually nevermind, it was in the case file parts were not encrypted, but since they are, it's useless.

K, thanks anyway.

mi-g commented 3 years ago

Since the beginning of the VDH project, we've made sure to avoid features that could get us into troubles (like decrypting media intentionally protected). This is why VDH has been around for 13 years. Closing the bug as this is not a coapp issue anyway.