Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Youtube video downloader in rust #1029

Merged
merged 1 commit into from
May 10, 2021
Merged

Youtube video downloader in rust #1029

merged 1 commit into from
May 10, 2021

Conversation

sudormrfbin
Copy link
Contributor

@sudormrfbin sudormrfbin commented Apr 27, 2021

Description

This rust program is a rudimentary youtube video downloader.

Fixes #930

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines(Clean Code) of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have created a helpful and easy to understand README.md
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests/screenshots(if any) that prove my fix is effective or that my feature works

ytdl demo

@sudormrfbin sudormrfbin marked this pull request as ready for review April 28, 2021 15:35
Copy link
Owner

@HarshCasper HarshCasper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny change. Good to merge 🎉

Rust/Youtube_Downloader/.gitignore Outdated Show resolved Hide resolved
@HarshCasper HarshCasper added GSSOC21 Level3 GSSoC Major Feature Addition or Bug Solving PR:Ready-to-Merge Ready to Merge labels May 3, 2021
Add scaffolding

Add audio and video only flag

Add deps and instructions to readme

Add newlines for readability

Add screenshot

Move gitignore rules to root
@sudormrfbin
Copy link
Contributor Author

Made the change 👍🏾

@vybhav72954 vybhav72954 merged commit 31eef7f into HarshCasper:master May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GSSOC21 Level3 GSSoC Major Feature Addition or Bug Solving PR:Ready-to-Merge Ready to Merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

YouTube downloader in rust
3 participants