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:
parent
5e319fb789
commit
fbad87b047
42 changed files with 1507 additions and 446 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue