]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/videos/+video-watch/video-watch.component.html
Add ability to download a video from direct link or torrent file
authorChocobozzz <florian.bigard@gmail.com>
Thu, 19 Oct 2017 12:58:28 +0000 (14:58 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Thu, 19 Oct 2017 12:58:28 +0000 (14:58 +0200)
commita96aed15188174c50885dda0df3164a67295e11f
tree7e3941324614e52a2f6ab7755224ab8ae8f8c19f
parentbda65bdc9f3ce7d4b6e97cb9afaca25b71added3
Add ability to download a video from direct link or torrent file
13 files changed:
client/src/app/videos/+video-watch/video-download.component.html [new file with mode: 0644]
client/src/app/videos/+video-watch/video-download.component.ts [moved from client/src/app/videos/+video-watch/video-magnet.component.ts with 66% similarity]
client/src/app/videos/+video-watch/video-magnet.component.html [deleted file]
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/app/videos/+video-watch/video-watch.module.ts
client/src/assets/player/peertube-videojs-plugin.ts
server.ts
server/models/video/video-interface.ts
server/models/video/video.ts
server/tests/api/multiple-pods.ts
server/tests/api/single-pod.ts
shared/models/videos/video.model.ts