Working extraction of title and url of video and videos in channels / playlists
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user