Skip to content

Commit

Permalink
Merge pull request #1029 from gokulsoumya/ytdl-rust
Browse files Browse the repository at this point in the history
Youtube video downloader in rust
  • Loading branch information
vybhav72954 authored May 10, 2021
2 parents a15f486 + f16dab2 commit 31eef7f
Show file tree
Hide file tree
Showing 6 changed files with 1,675 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,12 @@ node_modules

#Twitter_Unfollowers
db.json

### Rust ###
target/
*.sw[opn]
test.log
/build/

# Rust Youtube Downloader
*.mp[34]
Loading

0 comments on commit 31eef7f

Please sign in to comment.