Metadata-Version: 2.1
Name: yt-scraper
Version: 0.2.4
Summary: Command line utility querying the YouTube API v3.
Home-page: https://github.com/rattletat/yt-scraper
Author: Michael Brauweiler
Author-email: rattletat@posteo.net
License: GPLv3
Project-URL: Source, https://github.com/rattletat/yt-scraper
Project-URL: Tracker, https://github.com/rattletat/yt-scraper/issues
Description: 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.
        
Keywords: youtube scraping API
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Description-Content-Type: text/markdown
