Skip to content

vardecab/web-youtube-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-youtube-downloader

Not Maintained

Experimenting a bit with Flask.

Release History

  • 0.9.1: Prepared app to be hosted on PythonAnywhere, however it's not possible to access YouTube URLs on their free plan.
  • 0.9: Changed app to production mode; changed how music is extracted from a video; last fixes to radio variable names.
  • 0.8.1: Fixes to variable names after checkboxes were changed to radios.
  • 0.8: Changed checkboxes to radios; added .strip() method to trim whitespaces in URL.
  • 0.7: Added verification to input field to check if we have youtube.com or youtu.be URL; changed variable names to camelCase.
  • 0.6: Moved JavaScript to separate file; added gradient background; centered label for URL input field; aligned checkboxes with labels.
  • 0.5: Centered the layout.
  • 0.4: Added: app now knows if user wanted to download video or just extracted music; added some simple CSS to the page; added checkboxes with JavaScript validation so user needs to select either music or video — otherwise submitting is disabled; added comments to the files.
  • 0.3: Added: taking data from the input field and storing in a file.
  • 0.2: Added: background, input field, favicon.
  • 0.1: Initial release.

Versioning

Using SemVer.

License

Acknowledgements

Contributing

If you found a bug or want to propose a feature, feel free to visit the Issues page.