diff --git a/README.md b/README.md index aeb08b4..d5f3b14 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ > > Bring your YouTube links to life! + +🤖 Automate the boring stuff with Python! + + 🚀 Glow up your HTML/Markdown files with this simple Python script! Just provide a YouTube URL as input, and it generates a sleek, clickable YouTube card for you. Perfect for embedding videos in your blog, documentation, or personal projects. @@ -40,26 +44,26 @@ Clean, ready-to-use HTML that you can drop anywhere: ```html
``` @@ -119,12 +123,39 @@ The HTML/MD code will also include relevant comments. This tool uses the `pytube` module. + + ```bash $ pip3 install pytube # getting YouTube clip info ``` + +> IMPORTANT NOTE: +> +> Given the numerous problems and errors caused by the `pytube` module, +> please check this link