Youtube Download
Selec the option among Video /Playlist
Video
Playlist
Youtube Video/Playlist URL
Specify the path to save the video/playlist:
Fetch Videos
{% if context %}
{% if context.selection == "playlist" %}
SELECT ALL
{% endif %} {% for video in context.videos %}
{{ video.title }}
{% endfor %}
Download
{% endif %}
Loading...