Metadata-Version: 2.1
Name: youtube-scraping-api
Version: 1.1.3
Summary: A scraper for everything on YouTube
Home-page: https://github.com/melvinchia3636/YouTube-Scraping-API
Author: The Silly Coder
Author-email: melvinchia623600@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/melvinchia3636/YouTube-Scraping-API/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# YouTube-Scraping-API
An easy-to-use YouTube API, without any kind of quota, and download any videos on youtube as much as you like. <br />
I'm still working on it, so stay tuned for more updates to come.

## Documentation
https://ytsa.thecodeblog.net

## Version

### 0.0.1 (deleted)
- Not an official release (careless bug found)

### 0.0.2
- Freshly uploaded this package to PyPi

### 0.0.3/0.0.4/0.0.5
- Updated README.md


### 0.1.0
- Video caption feature added

### 0.1.1
- Updated README.md

### 0.1.2
- minor bug fixed on video download

### 1.0.0
- Major code resturcturing
- Channel feature completed
- Query suggestions feature added
- Docstring for every methods and classes added
- Documentation added

### 1.1.0
- Major bug fixed
- Feature to scrape search query suggestions added

### 1.1.1
- Version log updated

### 1.1.2
- Minor bug fixed
- User can now parse raw metadata from channel object

### 1.1.3
- Minor bug fixed
- Proxies added


