Metadata-Version: 2.1
Name: yt-scraper
Version: 0.3.0
Summary: Command line utility querying the YouTube API v3.
License: Unlicense
Keywords: youtube,scraping,API
Author: Michael Brauweiler
Author-email: michael.brauweiler@posteo.de
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: appdirs (>=1.4.3,<2.0.0)
Requires-Dist: click (>=7.1.1,<8.0.0)
Requires-Dist: google-api-python-client (>=1.8.0,<2.0.0)
Requires-Dist: ratelimit (>=2.2.1,<3.0.0)
Requires-Dist: toml (>=0.10.0,<0.11.0)
Requires-Dist: wrapt (>=1.12.1,<2.0.0)
Description-Content-Type: text/markdown

fetch-yt.py

`-q --query STRING` 
Text that is used for the search on YouTube. Needed

`-o --output`
Specifies the output file.
**Default:** ``data/result.sql``

`-n --number INTEGER (ARRAY)`
Number of videos fetched per level. 
If an array is provided, the i-th element equals 
the number of videos fetched on the i-th level.
**Default**: 10

`-l --levels INTEGER`
Number of recursion steps per video.
**Default**: 1

`-v --verbose`
Print more information to output.


## Known Issues

- The `number` parameter is restricted to maximal 50. This can be fixed in the
future by iterating through result pages.

