TeamNewPipe / NewPipeExtractor

NewPipe's core library for extracting data from streaming sites
GNU General Public License v3.0
1.36k stars 405 forks source link

Support exact search #1220

Open Thompson3142 opened 3 weeks ago

Thompson3142 commented 3 weeks ago

Extractor side changes to support feature request https://github.com/TeamNewPipe/NewPipe/issues/6032

Thompson3142 commented 3 weeks ago

Works only for youtube for now, needs additonal changes at other places to also support youtube music. Honestly not sure how exactly the youtube music search handles exact search but i found this documentation: https://ytmusicapi.readthedocs.io/en/stable/reference.html#search. So if somebody can explain to me where to put this param ignore_spelling i am happy to update the PR.