Searches through various places for archived YouTube content.
Contributions are welcome!
## Usage as a module
There are docstrings included in the module (it is contained in `youtubevideofinder`), but no `setup.py` or PyPI package is currently included. This is because it is not yet 100% stable, and the API still isn't great.
There are docstrings included in the module (it is contained in `findyoutubevideo`), but no `setup.py` or PyPI package is currently included. This is because it is not yet 100% stable, and the API still isn't great.
## Frontend
### Running in Docker (recommended):
@@ -42,6 +42,8 @@ methods:
...
```
Some scrapers require further configuration (typically authentication) and are disabled by default.
## Contributing
If creating a new scraper, just make a new class in the finder.py file, and update the example config file.