1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add ability to import video with youtube-dl

This commit is contained in:
Chocobozzz 2018-08-02 15:34:09 +02:00
parent 5e319fb789
commit fbad87b047
42 changed files with 1507 additions and 446 deletions

View file

@ -6,7 +6,8 @@ export type JobType = 'activitypub-http-unicast' |
'activitypub-follow' |
'video-file-import' |
'video-file' |
'email'
'email' |
'video-import'
export interface Job {
id: number