mirror of https://github.com/Chocobozzz/PeerTube
Update video-import-url.component.html
changed wording of raw mp4 file to media file as we can import variety of formats both audio and videopull/3108/head
parent
1c840ca482
commit
ce4e63c181
|
@ -9,7 +9,7 @@
|
||||||
<ng-template ptTemplate="customHtml">
|
<ng-template ptTemplate="customHtml">
|
||||||
<ng-container i18n>
|
<ng-container i18n>
|
||||||
You can import any URL <a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'>supported by youtube-dl</a>
|
You can import any URL <a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'>supported by youtube-dl</a>
|
||||||
or URL that points to a raw MP4 file.
|
or URL that points to a media file.
|
||||||
You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
|
You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
Loading…
Reference in New Issue