Add url tip

This commit is contained in:
Agie Ashwood 2023-10-04 08:59:02 -05:00
parent 062d69d5f8
commit e97e7c763f
1 changed files with 9 additions and 0 deletions

View File

@ -134,6 +134,15 @@
</li>
</ul>
</li>
<li>
URL functionality:
<ul>
<li onclick="toggle('#url_guide')" id="url_guide_toggle"> Show</li>
<li style="display:none;" id="url_guide">
To use the URL functionality just add https://y232.live? (or the corresponding URL for this particular host) to the beginning of your Youtube URL, this will open this site and autofill the URL field
</li>
</ul>
</li>
</ul>
</div>
<p>If you have any questions that are not addressed by the guide please check our gitlab to see if the question has been addressed: <a href="https://gitlab.com/wizdevgirl1/yt-dlp-web-ui/-/issues">https://gitlab.com/wizdevgirl1/yt-dlp-web-ui/-/issues</a></p>