Add link to channel/videos page in the settings list.
This commit is contained in:
parent
69924b0b13
commit
e17b6668f3
1 changed files with 2 additions and 0 deletions
|
@ -284,6 +284,8 @@ https://stackoverflow.com/a/35153397
|
||||||
<button id="set_download_directory_button" class="button_with_spinner" onclick="return set_download_directory_form();">Set directory</button>
|
<button id="set_download_directory_button" class="button_with_spinner" onclick="return set_download_directory_form();">Set directory</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div><a href="https://www.youtube.com/channel/{{channel.id}}/videos">Channel page</a></div>
|
||||||
|
|
||||||
<div><a href="https://www.youtube.com/feeds/videos.xml?channel_id={{channel.id}}">Channel RSS</a></div>
|
<div><a href="https://www.youtube.com/feeds/videos.xml?channel_id={{channel.id}}">Channel RSS</a></div>
|
||||||
|
|
||||||
<button class="red_button button_with_confirm"
|
<button class="red_button button_with_confirm"
|
||||||
|
|
Loading…
Reference in a new issue