use ytdl library to download mp3

This commit is contained in:
dechert
2023-01-16 21:52:21 +01:00
parent 69ceb30c4e
commit 4ecce63c83
4 changed files with 59 additions and 1 deletions

14
templates/success.html Normal file
View File

@@ -0,0 +1,14 @@
{% extends "base.html" %}
{% block title %} Youtube 2 Podcast RSS {% endblock %}
{% block pageHeader %} Youtube 2 Podcast RSS {% endblock %}
{% block content %}
<p>Success</p>
<p>Go To Podcast Page href
<link href="https://podcasts.swaghausen.de/" /> </p>
{% endblock %}
<!--{%for _ in range(10) %}-->
<!-- <p>x</p>-->
<!--{% endfor %}-->