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 video
pull/3108/head
test2a 2020-08-17 18:37:52 +05:30 committed by Chocobozzz
parent 1c840ca482
commit ce4e63c181
1 changed files with 1 additions and 1 deletions

View File

@ -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>