]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-edit/video-import.component.html
Add tests regarding video import
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / video-import.component.html
index 9d71a07178145262497ef39e147288818e4ffe57..cfad5e2896516ddbc3920b8f182b21bdd860f979 100644 (file)
@@ -4,6 +4,11 @@
 
     <div class="form-group">
       <label i18n for="targetUrl">URL</label>
+      <my-help
+        helpType="custom" i18n-customHtml
+        customHtml="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. Failure to secure these rights could cause legal trouble to yourself and your instance."
+      ></my-help>
+
       <input type="text" id="targetUrl" [(ngModel)]="targetUrl" />
     </div>