Kashire's Youtube Query
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 5 ans
123456789101112131415161718192021222324
  1. # kashire's youtube query
  2. kyq searches on youtube so you don't have to.
  3. I only made it because I hate opening youtube
  4. to find videos to watch on my desktop.
  5. ## how to use
  6. `./kyq -h` for help
  7. `./kyq -q [query]` for searching.
  8. After searching just run it through your favorite video player.
  9. `mpv $url`
  10. You could also use the python script:
  11. `python kyq.py $query` -- No help feature here.
  12. ## Speed difference
  13. not the reason I made it but it's interesting to note
  14. ![speed_comparison.png](speed_comparison.png)
  15. ## Dependencies
  16. * none for the shell script
  17. * bs4 for the python script.