Working extraction of title and url of video and videos in channels / playlists

This commit is contained in:
Maximilian Wagner
2023-07-31 14:01:34 +02:00
parent 9929b34bdb
commit 9f292655b9
7 changed files with 101 additions and 19 deletions

View File

@@ -5,4 +5,4 @@ from wtforms.validators import URL, DataRequired
class DownloadForm(FlaskForm):
url = URLField('Video, Channel or Playlist', validators=[DataRequired(), URL()], render_kw={'placeholder': 'YouTube Link'})
submit = SubmitField('submit')
submit = SubmitField('Go')