I suggest to add the add-on "UnPlug" to the TBB.
With that add-on, users can download videos from YouTube or other video platforms. After that, users can watch the videos locally on their computer.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
Is there any progress in evaluating this proposal so far? I mean, enabling users to watch videos safely by downloading them for later offline viewing might improve users' security significantly.
Trac: Summary: Add Firefox add-on "UnPlug" to TBB to Integrate the add-on "UnPlug" to TBB for security reasons Priority: normal to major
Obviously, the Firefox add-on UnPlug is not actively developed currently. And unfortunately, the download of YouTube videos is no longer possible with that add-on.
Can anyone point out please how the user can download videos from YouTube securely without harming one's anonymity?
Since many videos on YouTube are not compatible with HTML5, there certainly are lots of people out there wishing to watch YouTube videos by downloading them with TorBrowser.
Trac: Summary: Integrate the add-on "UnPlug" to TBB for security reasons to Secure download of videos from YouTube
There's a software out there which despite its silly name is gaining impressive traction. youtube-dl has similar amounts of code commits on its repo as Tor. It is increasingly learning to rip media out of most popular streaming/RTMP websites. May be a better choice to bundle that as a satisfactory replacement for the Flash plugin.
There's a software out there which despite its silly name is gaining impressive traction. youtube-dl has similar amounts of code commits on its repo as Tor. It is increasingly learning to rip media out of most popular streaming/RTMP websites. May be a better choice to bundle that as a satisfactory replacement for the Flash plugin.
There is no eye to security at all with youtube-dl. While it wouldn't be difficult to secure it, no one has taken the effort to do so. For example, it downloads and executes JavaScript from YouTube in order to decrypt protected content (what could possibly go wrong?), and uses ffmpeg to remultiplex audio and video (and we all know the track record of ffmpeg... at least they don't use gstreamer!). It also has a huge number of plugins to do extensive parsing of the html on websites, and if it can't find what it's looking for, it'll try generic parsing to look for anything that looks like a video.