rodrigogs / xvideos

xvideos API library
BSD 3-Clause "New" or "Revised" License
219 stars 56 forks source link

Feat: add search functionality #14

Closed Ribeiro-Tiago closed 2 years ago

Ribeiro-Tiago commented 2 years ago

I also needed to be able to search videos, turns out the functionality is very easy to add.

Added a new search function that accepts an object as an argument with k and string props where k is the search value

Solves #11

rodrigogs commented 2 years ago

Nicely done @Ribeiro-Tiago!

I'm merging your PR right away :)