YouTube-video-finder icon indicating copy to clipboard operation
YouTube-video-finder copied to clipboard

Feature/use invidious

Open rachmadaniHaryono opened this issue 2 years ago • 0 comments

Proposed changes

use invidious instance. as example python main.py --invidious "https://invidious.snopyta.org" "house"

this also include some change

  • add pyproject to use with poetry
  • pre commit config
  • test for some function
  • gitignore

some change is also done automatically by black and isort.

other than that old function still working as intended

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • [x] Lint and unit tests pass locally with my changes
  • [x] I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

this pr is based from this template https://github.com/appium/appium/blob/master/.github/PULL_REQUEST_TEMPLATE.md

rachmadaniHaryono avatar Oct 30 '21 03:10 rachmadaniHaryono